[Bf-blender-cvs] [96e6d12] BendyBones: UI Tweak: Rename labels to be easier to read with typical panel widths

Joshua Leung noreply at git.blender.org
Tue May 17 16:40:11 CEST 2016


Commit: 96e6d12c533766e3f2d592d150329bd439528035
Author: Joshua Leung
Date:   Sat Jan 23 02:08:23 2016 +1300
Branches: BendyBones
https://developer.blender.org/rB96e6d12c533766e3f2d592d150329bd439528035

UI Tweak: Rename labels to be easier to read with typical panel widths

===================================================================

M	release/scripts/startup/bl_ui/properties_data_bone.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_bone.py b/release/scripts/startup/bl_ui/properties_data_bone.py
index abf62da..1fc63b2 100644
--- a/release/scripts/startup/bl_ui/properties_data_bone.py
+++ b/release/scripts/startup/bl_ui/properties_data_bone.py
@@ -375,11 +375,11 @@ class BONE_PT_deform(BoneButtonsPanel, Panel):
         sub.prop(bone, "bbone_rollin", text="Roll In")
         sub.prop(bone, "bbone_rollout", text="Roll Out")
         
-        sub.label(text="Curve XY:")
-        sub.prop(bone, "bbone_curveinx", text="Roll Curve in X")
-        sub.prop(bone, "bbone_curveiny", text="Roll Curve in Y")
-        sub.prop(bone, "bbone_curveoutx", text="Roll Curve out X")
-        sub.prop(bone, "bbone_curveouty", text="Roll Curve out Y")
+        sub.label(text="Curve XY Roll:")
+        sub.prop(bone, "bbone_curveinx", text="In X")
+        sub.prop(bone, "bbone_curveiny", text="In Y")
+        sub.prop(bone, "bbone_curveoutx", text="Out X")
+        sub.prop(bone, "bbone_curveouty", text="Out Y")
         
         sub.label(text="Scale In/Out:")
         sub.prop(bone, "bbone_scalein", text="Scale In")




More information about the Bf-blender-cvs mailing list