GPencil: Cleanup duplicate Panel settings definition in previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user