Announcement

Collapse
No announcement yet.

USD lights to render elements

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

  • USD lights to render elements

    Hey! I believe this is posible now, but is there a tutorial on how to do this? I just can't link the lights from the stage to lets say a "Light Select" hierarchy group.



    Render elements support


    Exchange assets between DCC along with their compositing output. V-Ray adds USD support for Beauty and masking Render Elements, and V-Ray Object Properties. <-------HOW???

  • #2
    Originally posted by jamesvfx View Post
    I just can't link the lights from the stage to lets say a "Light Select" hierarchy group.​
    I don't think that's possible at this point.


    Originally posted by jamesvfx View Post
    Exchange assets between DCC along with their compositing output. V-Ray adds USD support for Beauty and masking Render Elements, and V-Ray Object Properties. &lt;-------HOW???
    What is supported is exporting and reading render elements from USD files. Elements are read from USD via a Post-Translate Python script:
    Code:
    from vray.utils import *
    
    u = findByType('VRayScene')[0]
    u.set('override_render_elements', True)​
    There's no documentation yet, because of the method's roughness. Regarding the V-Ray Object Properties - they are exported and read as expected.
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment

    Working...
    X