[Bf-blender-cvs] [987b4a51ff9] greasepencil-object: Edit strokes panel must be expanded by default

Antonio Vazquez noreply at git.blender.org
Thu Jun 8 13:42:39 CEST 2017


Commit: 987b4a51ff961b5bddce956d3ad4a5b1d6ea4aac
Author: Antonio Vazquez
Date:   Thu Jun 8 11:17:02 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB987b4a51ff961b5bddce956d3ad4a5b1d6ea4aac

Edit strokes panel must be expanded by default

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

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 95c5452e578..89bd3b10b38 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -146,7 +146,6 @@ class GreasePencilStrokeEditPanel:
     bl_label = "Edit Strokes"
     bl_category = "Tools"
     bl_region_type = 'TOOLS'
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list