[Bf-blender-cvs] [67ba7e5] master: Interface: Remove one more name field, this time from the armature tab - pose library panel. It's not needed anymore (dbl click on the item itself will rename it)

Thomas Beck noreply at git.blender.org
Sat Feb 15 00:00:34 CET 2014


Commit: 67ba7e50d4547957c9df1656fe9ba3b5ca96b0ab
Author: Thomas Beck
Date:   Fri Feb 14 23:56:52 2014 +0100
https://developer.blender.org/rB67ba7e50d4547957c9df1656fe9ba3b5ca96b0ab

Interface: Remove one more name field, this time from the armature tab - pose library panel. It's not needed anymore (dbl click on the item itself will rename it)

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

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 f27087a..f4ec2ce 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -201,10 +201,6 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
 
             col.operator("poselib.action_sanitize", icon='HELP', text="")  # XXX: put in menu?
 
-            # properties for active marker
-            if pose_marker_active is not None:
-                layout.prop(pose_marker_active, "name")
-
 
 # TODO: this panel will soon be deprecated too
 class DATA_PT_ghost(ArmatureButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list