Tests: Alembic: Add coverage for point cloud attribute import validation

Adds coverage for recently added import of pointcloud attributes.
See PR blender/blender!145946

Pull Request: https://projects.blender.org/blender/blender/pulls/147494
This commit is contained in:
Jesse Yurkovich
2025-10-07 05:46:34 +02:00
committed by Jesse Yurkovich
parent fd3f8c1265
commit 780c6ad024
4 changed files with 80 additions and 0 deletions

View File

@@ -1177,6 +1177,7 @@ if(WITH_ALEMBIC AND TEST_SRC_DIR_EXISTS)
--python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_io_test.py
--
--testdir "${TEST_SRC_DIR}/alembic"
--outdir "${TEST_OUT_DIR}/io_alembic"
)
endif()