[Bf-blender-cvs] [cbb5a12] master: Interface: Remove one more name field, this time from Bone groups.

Thomas Dinges noreply at git.blender.org
Sun Nov 24 22:36:25 CET 2013


Commit: cbb5a12eb71e28aeeba594d480e46f179bb955cf
Author: Thomas Dinges
Date:   Sun Nov 24 22:35:55 2013 +0100
http://developer.blender.org/rBcbb5a12eb71e28aeeba594d480e46f179bb955cf

Interface: Remove one more name field, this time from Bone groups.

Patch by Sebastian König.

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index a274453..f27087a 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -136,10 +136,6 @@ class DATA_PT_bone_groups(ArmatureButtonsPanel, Panel):
             col.operator("pose.group_move", icon='TRIA_UP', text="").direction = 'UP'
             col.operator("pose.group_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
 
-            col = layout.column()
-            col.active = (ob.proxy is None)
-            col.prop(group, "name")
-
             split = layout.split()
             split.active = (ob.proxy is None)




More information about the Bf-blender-cvs mailing list