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:
authorHoward Trickey <howard.trickey@gmail.com>2022-02-11 03:21:32 +0300
committerHoward Trickey <howard.trickey@gmail.com>2022-02-11 03:21:32 +0300
commit4d29ec42bc9f04bbf831fc8d3b255683f498c926 (patch)
tree0a3350e40ecf3c3b865887e51be665189a8d7550 /tests/python/CMakeLists.txt
parentc434782e3a853d4b245d5dd4e9af44d67559fb7b (diff)
Revert "Split Python OBJ importer and exporter, enabling only the importer."
This reverts commit ff9dc1986e6c9a54fd0bb228e8813551e6baa042.
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 013825d1dd9..2ca4e27bca5 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -316,10 +316,7 @@ add_blender_test(
)
endif()
-if(FALSE)
# OBJ Export tests
-# Disabled because new C++ Obj exporter has C++ tests.
-
add_blender_test(
export_obj_cube
${TEST_SRC_DIR}/io_tests/blend_geometry/all_quads.blend
@@ -340,6 +337,8 @@ add_blender_test(
--md5=a733ae4fa4a591ea9b0912da3af042de --md5_method=FILE
)
+# disabled until updated & working
+if(FALSE)
add_blender_test(
export_obj_all_objects
${TEST_SRC_DIR}/io_tests/blend_scene/all_objects.blend