GPencil: Cleanup duplicate Panel settings definition in previous commit

This commit is contained in:
2019-12-04 14:23:07 +01:00
parent 98ff6cfa57
commit fff50bb3b4

View File

@@ -982,9 +982,6 @@ class GreasePencilSimplifyPanel:
class GreasePencilLayerAdjustmentsPanel:
bl_label = "Adjustments"
bl_parent_id = 'DOPESHEET_PT_gpencil_mode'
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@@ -1018,9 +1015,6 @@ class GreasePencilLayerAdjustmentsPanel:
class GreasePencilLayerRelationsPanel:
bl_label = "Relations"
bl_parent_id = 'DOPESHEET_PT_gpencil_mode'
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@@ -1042,9 +1036,6 @@ class GreasePencilLayerRelationsPanel:
class GreasePencilLayerDisplayPanel:
bl_label = "Display"
bl_parent_id = 'DOPESHEET_PT_gpencil_mode'
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout