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

Patch by Sebastian König.
This commit is contained in:
Thomas Dinges 2013-11-24 22:35:55 +01:00
parent 5dec5fd4e5
commit cbb5a12eb7
1 changed files with 0 additions and 4 deletions

View File

@ -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)