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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-12 15:04:51 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-12 15:04:51 +0400
commitfa39db244148911f04fd4de52425258248b8eb91 (patch)
treecbb6679b6165662bdcdd3e286670e21eb19d8e7e /release/scripts/ui/properties_data_armature.py
parent50671905d696b5f91a6a182ed617e7be46c9f2d2 (diff)
2.5: remove armature "B-Bone Rest" option, this was only added to keep
broken behavior for backwards compatibility, it's been there long enough now to be removed.
Diffstat (limited to 'release/scripts/ui/properties_data_armature.py')
-rw-r--r--release/scripts/ui/properties_data_armature.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/ui/properties_data_armature.py b/release/scripts/ui/properties_data_armature.py
index 805a21b3be2..0575f13e8be 100644
--- a/release/scripts/ui/properties_data_armature.py
+++ b/release/scripts/ui/properties_data_armature.py
@@ -93,7 +93,6 @@ class DATA_PT_skeleton(DataButtonsPanel):
if wide_ui:
col = split.column()
col.prop(arm, "deform_quaternion", text="Quaternion")
- col.prop(arm, "deform_bbone_rest", text="B-Bones Rest")
class DATA_PT_display(DataButtonsPanel):
@@ -122,7 +121,6 @@ class DATA_PT_display(DataButtonsPanel):
col = split.column()
col.prop(arm, "draw_group_colors", text="Colors")
col.prop(arm, "delay_deform", text="Delay Refresh")
- col.prop(ob, "x_ray", text="X-Ray (Object)")
class DATA_PT_bone_groups(DataButtonsPanel):