Cleanup: Alembic tests, add note explaining how the export tests work

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-08-17 12:57:15 +02:00
parent ad459302ce
commit 6b6de5beba
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@
# <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 pathlib
import subprocess