Announcement

Collapse
No announcement yet.

Shadow Channel

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

  • Shadow Channel

    How do I export the shadows only in vray for revit? Can't see the channel in settings? Anyone have a solution?

  • #2
    Hi,

    The Shadows render element is not supported in V-Ray for Revit yet.

    Regards,
    Ana
    Ana Lyubenova
    Product Manager

    www.chaos.com

    Comment


    • #3
      A workaround until we add it:
      1. Export a .vrscene file
      2. Open it with text editor
      3. Add the following and save the vrscene file:

      RenderChannelColor VRayRawShadow@RE_2 {
      enableDeepOutput=1;
      name="VRayRawShadow";
      alias=112;
      color_mapping=1;
      filtering=1;
      denoise=0;
      }
      RenderChannelColor VRayShadows@RE_0 {
      enableDeepOutput=1;
      name="VRayShadows";
      alias=105;
      color_mapping=1;
      filtering=1;
      denoise=0;
      }

      4. Render the .vrscene in V-Ray Standalone

      Let me know if you need instructions how to render using V-Ray Standalone.

      Best,
      Ana
      Ana Lyubenova
      Product Manager

      www.chaos.com

      Comment

      Working...
      X