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-08-28 14:00:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-28 14:01:22 +0300
commit590a6b526987f08f8b8160bce83c83aab0076a6e (patch)
tree241ecbf5713c759834b03654642ee5087a650657 /release/scripts/startup/bl_ui/properties_constraint.py
parente20ed590371a40d1cef74e145634029dd4626e87 (diff)
Cleanup: pep8
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 2ed9a7d365e..76b87a9011d 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -420,7 +420,7 @@ class ConstraintButtonsPanel:
row.prop(con, "use_y", text="Y")
row.prop(con, "use_z", text="Z")
- row= layout.row()
+ row = layout.row()
row.prop(con, "use_offset")
row = row.row()
row.active = con.use_offset