Skip to content

Commit

Permalink
Revert pxrUsdMayaGL tests to old color management
Browse files Browse the repository at this point in the history
This mimics a similar fix that was applied to MayaToHydra and the
VP2RenderDelegate in #1160
  • Loading branch information
dj-mcg committed Mar 3, 2021
1 parent 1b3256b commit 8fe7bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/lib/mayaUsd/render/pxrUsdMayaGL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ foreach(script ${TEST_SCRIPT_FILES})
# All of the pxrUsdMayaGL tests exercise Pixar's batch renderer, so
# we turn the Viewport 2.0 render delegate off.
"MAYAUSD_DISABLE_VP2_RENDER_DELEGATE=1"

# Fallback to old color management. We will have to investigate
# and introduce OCIOv2 compatible version of these tests.
"MAYA_COLOR_MANAGEMENT_SYNCOLOR=1"
)

# Assign a CTest label to these tests for easy filtering.
Expand Down

0 comments on commit 8fe7bf4

Please sign in to comment.