[Bf-blender-cvs] [6b6de5bebae] master: Cleanup: Alembic tests, add note explaining how the export tests work

Sybren A. Stüvel noreply at git.blender.org
Mon Aug 17 14:12:16 CEST 2020


Commit: 6b6de5bebae27a6f86b46add13a5bd77d82ec091
Author: Sybren A. Stüvel
Date:   Mon Aug 17 12:57:15 2020 +0200
Branches: master
https://developer.blender.org/rB6b6de5bebae27a6f86b46add13a5bd77d82ec091

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

No functional changes.

===================================================================

M	tests/python/alembic_export_tests.py

===================================================================

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



More information about the Bf-blender-cvs mailing list