[Bf-blender-cvs] [0618971] master: GPencil UI: Expand Sculpt Settings panel by default

Joshua Leung noreply at git.blender.org
Mon Feb 8 14:47:00 CET 2016


Commit: 061897139862167df71c61caac364230786332c7
Author: Joshua Leung
Date:   Tue Feb 9 00:18:37 2016 +1300
Branches: master
https://developer.blender.org/rB061897139862167df71c61caac364230786332c7

GPencil UI: Expand Sculpt Settings panel by default

Sculpt settings are often quite handy to be able to easily access while drawing,
so make it easier to access these when drawing without having to first expand
the panel.

(On the other hand, the "Edit Strokes" panel contains tools already found in
various other places - menus,etc. - so no need to expand it 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 90a172e..b93869b 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -179,7 +179,6 @@ class GreasePencilStrokeSculptPanel:
     bl_label = "Sculpt Strokes"
     bl_category = "Grease Pencil"
     bl_region_type = 'TOOLS'
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list