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:
authorJoshua Leung <aligorith@gmail.com>2016-02-08 14:18:37 +0300
committerJoshua Leung <aligorith@gmail.com>2016-02-08 16:45:32 +0300
commit061897139862167df71c61caac364230786332c7 (patch)
tree6e1335708cca4ca705a21fdada6de55ce0436f23 /release
parent84b020d63579106bd3313a2a526e040b93129169 (diff)
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)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py1
1 files changed, 0 insertions, 1 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 90a172e5fbd..b93869b26ba 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):