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-10-18 04:03:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-18 04:03:04 +0300
commit4c1250570bb0cb5db00a8b739482ed0cab948a47 (patch)
tree4337cefc07c8e6140241f4a67eafd44a66a11efb /release/scripts/startup/bl_ui/properties_constraint.py
parenta5467637f29f46be506ffe930a66437d05064000 (diff)
Cleanup: style
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 4be1f55b3b8..30822fbe9a1 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -769,7 +769,7 @@ class ConstraintButtonsPanel:
rowsub.prop(con, "use_invert_cull")
layout.prop(con, "project_limit")
- if con.shrinkwrap_type in ['PROJECT', 'NEAREST_SURFACE']:
+ if con.shrinkwrap_type in {'PROJECT', 'NEAREST_SURFACE'}:
layout.prop(con, "use_track_normal")
row = layout.row(align=True)