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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-01-04 03:57:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-04 03:57:45 +0300
commit7fc1f42aae79bc04608d7c8c26f077ff7d4fbbec (patch)
tree2bd13ef990181fdb296235517acc2a3db5e283eb /tests/python/view_layer
parentea55af216393bb0f54c6cf20ec3ef2293f2032b1 (diff)
tests: limit public API in view_layer_common
Diffstat (limited to 'tests/python/view_layer')
-rw-r--r--tests/python/view_layer/view_layer_common.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/python/view_layer/view_layer_common.py b/tests/python/view_layer/view_layer_common.py
index 1d9d321e532..f2da2291563 100644
--- a/tests/python/view_layer/view_layer_common.py
+++ b/tests/python/view_layer/view_layer_common.py
@@ -1,5 +1,19 @@
import unittest
+__all__ = (
+ "Clay",
+ "MoveLayerCollectionTesting",
+ "MoveSceneCollectionSyncTesting",
+ "MoveSceneCollectionTesting",
+ "ViewLayerTesting",
+ "compare_files",
+ "dump",
+ "get_layers",
+ "get_scene_collections",
+ "query_scene",
+ "setup_extra_arguments",
+)
+
# ############################################################
# Layer Collection Crawler
# ############################################################