forked from bartvdbraak/blender
ui layout tweaks
This commit is contained in:
parent
8930a4fd33
commit
e055bb7f7d
@ -40,6 +40,12 @@ class DATA_PT_skeleton(DataButtonsPanel):
|
||||
|
||||
split = layout.split()
|
||||
|
||||
col = split.column()
|
||||
col.itemL(text="Layers:")
|
||||
col.template_layers(arm, "layer")
|
||||
col.itemL(text="Protected Layers:")
|
||||
col.template_layers(arm, "layer_protection")
|
||||
|
||||
col = split.column()
|
||||
col.itemR(arm, "rest_position")
|
||||
col.itemL(text="Deform:")
|
||||
@ -50,12 +56,6 @@ class DATA_PT_skeleton(DataButtonsPanel):
|
||||
#col.itemR(arm, "x_axis_mirror")
|
||||
#col.itemR(arm, "auto_ik")
|
||||
|
||||
col = split.column()
|
||||
col.itemL(text="Layers:")
|
||||
col.template_layers(arm, "layer")
|
||||
col.itemL(text="Protected Layers:")
|
||||
col.template_layers(arm, "layer_protection")
|
||||
|
||||
class DATA_PT_display(DataButtonsPanel):
|
||||
__label__ = "Display"
|
||||
|
||||
@ -154,7 +154,7 @@ class DATA_PT_ghost(DataButtonsPanel):
|
||||
split = layout.split()
|
||||
|
||||
col = split.column()
|
||||
col.itemR(arm, "ghost_type", text="Scope")
|
||||
col.itemR(arm, "ghost_type", text="")
|
||||
|
||||
sub = col.column(align=True)
|
||||
if arm.ghost_type == 'RANGE':
|
||||
|
Loading…
Reference in New Issue
Block a user