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>2019-01-30 01:03:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-30 01:06:44 +0300
commit7894d6c6f1982f58dc479f3f01dd79afb6f5c1a0 (patch)
tree0a11fe007ad1f9c591fbf95f5495e8d9d10401ad /release/scripts/startup/bl_ui/properties_constraint.py
parent7d91ef04880b57d92c97c365e41aebbb03686ce3 (diff)
Cleanup: line length
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 144e1dc2af6..b19360eb524 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -68,7 +68,8 @@ class ConstraintButtonsPanel:
row = layout.row(align=True)
row.label(text="Head/Tail:")
row.prop(con, "head_tail", text="")
- row.prop(con, "use_bbone_shape", text="", icon='IPO_BEZIER') # XXX icon, and only when bone has segments?
+ # XXX icon, and only when bone has segments?
+ row.prop(con, "use_bbone_shape", text="", icon='IPO_BEZIER')
elif con.target.type in {'MESH', 'LATTICE'}:
layout.prop_search(con, "subtarget", con.target, "vertex_groups", text="Vertex Group")