Merge branch 'master' into blender2.8
This commit is contained in:
@@ -193,13 +193,8 @@ class BONE_PT_curved(BoneButtonsPanel, Panel):
|
||||
|
||||
sub = row.column(align=True)
|
||||
sub.label("Easing:")
|
||||
if pchan:
|
||||
# XXX: have these also be an overlay?
|
||||
sub.prop(bbone.bone, "bbone_in", text="Ease In")
|
||||
sub.prop(bbone.bone, "bbone_out", text="Ease Out")
|
||||
else:
|
||||
sub.prop(bone, "bbone_in", text="Ease In")
|
||||
sub.prop(bone, "bbone_out", text="Ease Out")
|
||||
sub.prop(bbone, "bbone_easein", text="Ease In")
|
||||
sub.prop(bbone, "bbone_easeout", text="Ease Out")
|
||||
|
||||
if pchan:
|
||||
layout.separator()
|
||||
|
||||
Reference in New Issue
Block a user