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.
This commit is contained in:
2022-02-03 09:30:55 -05:00
parent e4c179f1d8
commit 3bcbbf8992
4 changed files with 12 additions and 4 deletions

View File

@@ -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