GPencil: Fix unreported multiuser datablock for onion message

This is not logic after the refactor.
This commit is contained in:
Antonio Vazquez 2020-06-20 19:54:44 +02:00
parent d994391e0c
commit bb58d3d8e2
1 changed files with 0 additions and 4 deletions

View File

@ -214,10 +214,6 @@ class DATA_PT_gpencil_onion_skinning(DataButtonsPanel, Panel):
layout = self.layout
layout.use_property_split = True
layout.enabled = gpd.users <= 1
if gpd.users > 1:
layout.label(text="Multiuser datablock not supported", icon='ERROR')
col = layout.column()
col.prop(gpd, "onion_mode")