GP: Remove Object Onion Skin switch

It was confusing to have two switches.
This commit is contained in:
2018-12-10 16:42:40 +01:00
parent 2debee96ec
commit 18d354a5eb
3 changed files with 2 additions and 11 deletions

View File

@@ -855,7 +855,6 @@ class GreasePencilOnionPanel:
layout.prop(gp, "use_ghosts_always", text="View In Render")
col = layout.column(align=True)
col.active = gp.use_onion_skinning
col.prop(gp, "use_onion_fade", text="Fade")
if hasattr(gp, "use_onion_loop"): # XXX
sub = layout.column()
@@ -995,7 +994,6 @@ class GPENCIL_UL_layer(UIList):
icon='ONIONSKIN_ON' if gpl.use_onion_skinning else 'ONIONSKIN_OFF',
emboss=False,
)
subrow.active = gpd.use_onion_skinning
elif self.layout_type == 'GRID':
layout.alignment = 'CENTER'
layout.label(