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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
