Announcement

Collapse
No announcement yet.

v-ray stand alone saving all render elements

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • v-ray stand alone saving all render elements

    i have a scene i'm trying to render with standalone from 3ds max. it saves out filename.bumpNormals | filename.effectsResult | filename.Glare | filename.VRayDenoiser elements.

    i'd rather just have it save the final result.

    i'm using nvidia denoise render element, and i have it set to Upscale mode.

    vray -sceneFile="C:\Users\xxxxxxx\Desktop\Project\atrium \new-model-animation02.vrscene" -rtEngine=7 -camera="VrayCam001 - Attrium" -imgFile="StandAlone.jpg"

    thanks,

    PS -rtEngine=7 seems right for RTX cards?

    PPS - if i specify the camera name it does not render properly (black images, the normal save is a weird gradient).

    thanks,

  • #2
    also, can i set max ray intensity?

    Comment


    • #3
      Originally posted by s_gru View Post
      i have a scene i'm trying to render with standalone from 3ds max. it saves out filename.bumpNormals | filename.effectsResult | filename.Glare | filename.VRayDenoiser elements.

      i'd rather just have it save the final result.

      i'm using nvidia denoise render element, and i have it set to Upscale mode.

      vray -sceneFile="C:\Users\xxxxxxx\Desktop\Project\atrium \new-model-animation02.vrscene" -rtEngine=7 -camera="VrayCam001 - Attrium" -imgFile="StandAlone.jpg"

      thanks,
      Sorry to say, disabling the saving of those elements is not possible at this point. We do have an improvement request logged (internal bug-tracker id: VMAX-5829) about it, though.

      Originally posted by s_gru View Post
      PS -rtEngine=7 seems right for RTX cards?
      Yes, it is correct. Check all options here.

      Originally posted by s_gru View Post
      also, can i set max ray intensity?
      Yes. Open the .vrscene via notepad (or Notepad++) and edit the value in this line:
      Code:
      ray_max_intensity=20;
      Originally posted by s_gru View Post
      PPS - if i specify the camera name it does not render properly (black images, the normal save is a weird gradient).
      Not sure what's happening. Are you certain the camera name is correct? Maybe post a simple scene and images so we can troubleshoot it.

      Aleksandar Hadzhiev | chaos.com
      Chaos Support Representative | contact us

      Comment


      • #4
        wow thanks for the tip on max ray intensity. i didn't think to ever look in the vrscene file nice.

        i'll try again. i wonder if there was an extra <space> or accidental <tab> in the camera name.

        huh, i thought i did testing in v5 of v-ray that only rendered out final image, but i probably didn't have any render elements at the time. oh well.

        Comment

        Working...
        X