Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kowalski <makowalski@nvidia.com>2021-10-20 19:07:28 +0300
committerMichael Kowalski <makowalski@nvidia.com>2021-10-20 19:07:28 +0300
commit0baa876b8347a81a457dadaa1f11acc7530c2769 (patch)
tree582d48a337defa3e1ad4458024f53826e2bfd2ee /tests/python/CMakeLists.txt
parent40c3b8836b7a36303ea9c78b0932758cbf277f93 (diff)
New test for USD import.
Added a basic test for importing a primitive hierarchy from a USDA file into Blender. This was reviewed by Sybren in patch D12479.
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 2b31b6362e9..b761f310b1a 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -838,6 +838,15 @@ if(WITH_ALEMBIC)
)
endif()
+if(WITH_USD)
+ add_blender_test(
+ usd_import_test
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_usd_import_test.py
+ --
+ --testdir "${TEST_SRC_DIR}/usd"
+ )
+endif()
+
if(WITH_CODEC_FFMPEG)
add_python_test(
ffmpeg