[Bf-blender-cvs] [fff50bb3b49] master: GPencil: Cleanup duplicate Panel settings definition in previous commit

Antonio Vazquez noreply at git.blender.org
Wed Dec 4 14:23:18 CET 2019


Commit: fff50bb3b496690df0c6905d39c66ef2fcd1cc7e
Author: Antonio Vazquez
Date:   Wed Dec 4 14:23:07 2019 +0100
Branches: master
https://developer.blender.org/rBfff50bb3b496690df0c6905d39c66ef2fcd1cc7e

GPencil: Cleanup duplicate Panel settings definition in previous commit

===================================================================

M	release/scripts/startup/bl_ui/properties_grease_pencil_common.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index c2fb697337d..5082400db73 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -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



More information about the Bf-blender-cvs mailing list