Skip to content

Commit

Permalink
Set CMake env variable to enable MAYAUSD_PROVIDE_DEFAULT_TEXCOORD_PRI…
Browse files Browse the repository at this point in the history
…MVAR_NAME
  • Loading branch information
dgovil committed Oct 16, 2023
1 parent 1ca25a7 commit c6a367c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/lib/usd/translators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ mayaUsd_add_test(testUsdExportUVSetMappings
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
ENV
"PIXMAYA_WRITE_UV_AS_FLOAT2=0"
"MAYAUSD_PROVIDE_DEFAULT_TEXCOORD_PRIMVAR_NAME=1"
)
set_property(TEST testUsdExportUVSetMappings APPEND PROPERTY LABELS translators)

Expand Down
1 change: 0 additions & 1 deletion test/lib/usd/translators/testUsdExportUVSetMappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class testUsdExportUVSetMappings(unittest.TestCase):

@classmethod
def setUpClass(cls):
os.environ["MAYAUSD_PROVIDE_DEFAULT_TEXCOORD_PRIMVAR_NAME"] = "1"
cls._inputPath = fixturesUtils.setUpClass(__file__)

@classmethod
Expand Down

0 comments on commit c6a367c

Please sign in to comment.