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:
Diffstat (limited to 'tests/python/view_layer/test_operator_context.py')
-rw-r--r--tests/python/view_layer/test_operator_context.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/python/view_layer/test_operator_context.py b/tests/python/view_layer/test_operator_context.py
index 38379aa2a75..d11666de118 100644
--- a/tests/python/view_layer/test_operator_context.py
+++ b/tests/python/view_layer/test_operator_context.py
@@ -27,19 +27,19 @@ class UnitTesting(ViewLayerTesting):
bl_label = "Sample Operator"
view_layer = bpy.props.StringProperty(
- default="Not Set",
- options={'SKIP_SAVE'},
- )
+ default="Not Set",
+ options={'SKIP_SAVE'},
+ )
scene_collection = bpy.props.StringProperty(
- default="",
- options={'SKIP_SAVE'},
- )
+ default="",
+ options={'SKIP_SAVE'},
+ )
use_verbose = bpy.props.BoolProperty(
- default=False,
- options={'SKIP_SAVE'},
- )
+ default=False,
+ options={'SKIP_SAVE'},
+ )
def execute(self, context):
view_layer = context.view_layer