Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2019-12-04 16:23:07 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-12-04 16:23:07 +0300
commitfff50bb3b496690df0c6905d39c66ef2fcd1cc7e (patch)
tree8795d73f06f51effb384d2043fb28e20f76a6341 /release/scripts/startup/bl_ui
parent98ff6cfa575bbe9680e5a0abf176a9d748ecc2b8 (diff)
GPencil: Cleanup duplicate Panel settings definition in previous commit
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py9
1 files changed, 0 insertions, 9 deletions
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