From 7894d6c6f1982f58dc479f3f01dd79afb6f5c1a0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Jan 2019 09:03:37 +1100 Subject: Cleanup: line length --- release/scripts/startup/bl_ui/properties_constraint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_constraint.py') 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") -- cgit v1.2.3