You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I noticed my domelights were not rendering on Deadline using the sick executable to render a USD file exported from Solaris. I found that the prim type of a domelight node in Solaris is DomeLight_1 rather than just DomeLight. What I found I could do is use a ConfigurePrimitive Lop node to change the prim type from DomeLight_1 to DomeLight, then sick will recognize the domelight and render it properly.
To Reproduce
Steps to reproduce the behavior:
Create a Sphere prim and a DomeLight Lop in Solaris.
Create an ArnoldRenderSettings Lop.
Export a USD file.
Use sick to render the USD file.
The domelight will not be rendered.
Expected behavior
Arnold-usd should recognize / translate DomeLight_1 prim types to Arnold Skydomes.
Used Software Versions
HtoA: 6.3.5.0
Houdini: 20.5.370
OS: Windows 10 / 11
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed my domelights were not rendering on Deadline using the
sick
executable to render a USD file exported from Solaris. I found that the prim type of a domelight node in Solaris isDomeLight_1
rather than justDomeLight
. What I found I could do is use a ConfigurePrimitive Lop node to change the prim type fromDomeLight_1
toDomeLight
, thensick
will recognize the domelight and render it properly.To Reproduce
Steps to reproduce the behavior:
sick
to render the USD file.Expected behavior
Arnold-usd should recognize / translate DomeLight_1 prim types to Arnold Skydomes.
Used Software Versions
The text was updated successfully, but these errors were encountered: