Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beck <software@plasmasolutions.de>2014-02-15 02:56:52 +0400
committerThomas Beck <software@plasmasolutions.de>2014-02-15 02:59:06 +0400
commit67ba7e50d4547957c9df1656fe9ba3b5ca96b0ab (patch)
tree1896245eaaf46286ce14cb2f3b21923034e7d9fe /release/scripts/startup/bl_ui/properties_data_armature.py
parenteedba54aaec5251990761f2de8b56ed37ee0efcc (diff)
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)
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_data_armature.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_armature.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index f27087a48b0..f4ec2ce1f31 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):