Changeset View
Changeset View
Standalone View
Standalone View
tests/python/view_layer/test_move_into_layer_collection_g.py
- This file was moved from tests/python/render_layer/test_move_into_layer_collection_g.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(MoveLayerCollectionTesting): | class UnitTesting(MoveLayerCollectionTesting): | ||||
| def get_reference_scene_tree_map(self): | def get_reference_scene_tree_map(self): | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||