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)
This commit is contained in:
Joshua Leung 2016-02-09 00:18:37 +13:00
parent 84b020d635
commit 0618971398
1 changed files with 0 additions and 1 deletions

View File

@ -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):