Cleanup: Alembic tests, add note explaining how the export tests work
No functional changes.
This commit is contained in:
@@ -19,6 +19,14 @@
|
|||||||
|
|
||||||
# <pep8 compliant>
|
# <pep8 compliant>
|
||||||
|
|
||||||
|
"""
|
||||||
|
Alembic Export Tests
|
||||||
|
|
||||||
|
This test suite runs outside of Blender. Tests run Blender to call the exporter,
|
||||||
|
and then use the Alembic CLI tools to inspect the exported Alembic files.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import pathlib
|
import pathlib
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Reference in New Issue
Block a user