Added HdArnold v2 render settings tests. - #464
Conversation
There was a problem hiding this comment.
Add the capability to add a suffix to create a test with a different label from an existing scene. This is used in this branch to run tests with Hydra v1 render settings as well as Hydra v2 render settings.
| return; | ||
| } | ||
|
|
||
| // Cameras can be invisible and still be renderable, so adapter creation |
There was a problem hiding this comment.
Tests with Hydra v2 render settings were failing as Maya cameras were not being translated into the Hydra scene. For Hydra v1 render settings we translate using camera parameters and do not check the visibility status of cameras.
There was a problem hiding this comment.
Make sure that InsertDag is not part of the public interface of this class.
There was a problem hiding this comment.
Run through the HdArnold tests again, using Hydra v2 render settings in this loop.
| "MAYA_HYDRA_HD_ARNOLD_HYDRA_V2_RENDER_SETTINGS=1" | ||
| "USDIMAGINGGL_ENGINE_ENABLE_SCENE_INDEX=1" |
There was a problem hiding this comment.
Awkwardly, two environment variables are needed to enable Hydra v2 render settings in Arnold. This is being discussed with the Arnold team.
|
Mac 2027 build seems to have had machine problems, all other builds are fine. |
|
Mac 2027 build had machine-related problems, all other builds fine. |
lanierd-adsk
left a comment
There was a problem hiding this comment.
Thanks for adding these tests.
Run HdArnold tests with environment variables to use Hydra v2 render settings, in addition to the current set that runs with Hydra v1 render settings.