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:
authorSybren A. Stüvel <sybren@blender.org>2020-08-17 13:57:15 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-17 15:07:45 +0300
commit6b6de5bebae27a6f86b46add13a5bd77d82ec091 (patch)
tree1f50d02a1ce60b94c0bd5959814f2ec3f5fa679f /tests
parentad459302ce603b7503137251e8fecdd1a2009482 (diff)
Cleanup: Alembic tests, add note explaining how the export tests work
No functional changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/alembic_export_tests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/python/alembic_export_tests.py b/tests/python/alembic_export_tests.py
index 448048d0f17..f79b36d60af 100644
--- a/tests/python/alembic_export_tests.py
+++ b/tests/python/alembic_export_tests.py
@@ -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