Pose Bone Local Location: now also works for non-connected bones with parents.

This commit is contained in:
2009-11-25 18:48:29 +00:00
parent 323aa65671
commit 2b121e6599
3 changed files with 37 additions and 31 deletions

View File

@@ -189,7 +189,9 @@ class BONE_PT_relations(BoneButtonsPanel):
sub.prop(bone, "connected")
sub.prop(bone, "hinge", text="Inherit Rotation")
sub.prop(bone, "inherit_scale", text="Inherit Scale")
sub = col.column()
sub.active = (not bone.parent or not bone.connected)
sub.prop(bone, "local_location", text="Local Location")
class BONE_PT_display(BoneButtonsPanel):
bl_label = "Display"