[Bf-blender-cvs] [5d96c8abb4f] greasepencil-object: Don't collapse "Brush Appearance" panel

Joshua Leung noreply at git.blender.org
Tue Mar 20 05:04:02 CET 2018


Commit: 5d96c8abb4f1c21f772a4625dfb2a7a3c20a348f
Author: Joshua Leung
Date:   Tue Mar 20 16:37:09 2018 +1300
Branches: greasepencil-object
https://developer.blender.org/rB5d96c8abb4f1c21f772a4625dfb2a7a3c20a348f

Don't collapse "Brush Appearance" panel

It's in a tab by itself already, so there's no need to make ti even harder
to access its settings.

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

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index c68ba3edeba..8196ed5c419 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -2480,7 +2480,6 @@ class VIEW3D_PT_tools_grease_pencil_appearance(Panel):
     bl_label = "Appearance"
     bl_category = "Options"
     bl_region_type = 'TOOLS'
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):



More information about the Bf-blender-cvs mailing list