Changeset View
Changeset View
Standalone View
Standalone View
tests/python/view_layer/test_move_into_scene_collection_i.py
- This file was moved from tests/python/render_layer/test_move_into_scene_collection_i.py.
| # ############################################################ | # ############################################################ | ||||
| # Importing - Same For All Render Layer Tests | # Importing - Same For All Render Layer Tests | ||||
| # ############################################################ | # ############################################################ | ||||
| import unittest | import unittest | ||||
| import os | import os | ||||
| import sys | import sys | ||||
| from render_layer_common import * | from view_layer_common import * | ||||
| # ############################################################ | # ############################################################ | ||||
| # Testing | # Testing | ||||
| # ############################################################ | # ############################################################ | ||||
| class UnitTesting(MoveSceneCollectionTesting): | class UnitTesting(MoveSceneCollectionTesting): | ||||
| def get_reference_scene_tree_map(self): | def get_reference_scene_tree_map(self): | ||||
| Show All 35 Lines | |||||