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
path: root/tests
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2022-02-03 17:30:55 +0300
committerHoward Trickey <howard.trickey@gmail.com>2022-02-03 17:30:55 +0300
commit3bcbbf8992b0f41f19bef466129ce5b88984ac2b (patch)
treeada7963219f5ed54a1d054b0bd1bc39f71f10fc8 /tests
parente4c179f1d87075bad65f320168dd8552c0d847d1 (diff)
Split Python OBJ importer and exporter, enabling only the importer.
This is from patch D13988. It removes the "- New" from the menu of the new obj exporter, changes the default addon to just io_import_obj, and does the right versioning thing. Also disables the python tests for the old python exporter.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index d6575436bd6..63dcdc0f925 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -324,7 +324,10 @@ 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
@@ -345,8 +348,6 @@ 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