[Bf-blender-cvs] [55e261a98e1] greasepencil-object: GPencil: Move to panel the Mix Color again

Antonio Vazquez noreply at git.blender.org
Fri Nov 1 19:53:51 CET 2019


Commit: 55e261a98e14459bd06b0af4a44fafd1c27aebe3
Author: Antonio Vazquez
Date:   Fri Nov 1 19:53:39 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB55e261a98e14459bd06b0af4a44fafd1c27aebe3

GPencil: Move to panel the Mix Color again

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

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 2e7bdd5cc7d..d664016029e 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -2031,10 +2031,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, Panel):
 
 class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, Panel):
     bl_context = ".greasepencil_paint"
-    bl_parent_id = 'VIEW3D_PT_tools_grease_pencil_brush_option'
     bl_label = "Mix Color"
     bl_category = "Tool"
-    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):
@@ -2300,8 +2298,8 @@ classes = (
 
     VIEW3D_PT_gpencil_brush_presets,
     VIEW3D_PT_tools_grease_pencil_brush,
-    VIEW3D_PT_tools_grease_pencil_brush_option,
     VIEW3D_PT_tools_grease_pencil_brush_mixcolor,
+    VIEW3D_PT_tools_grease_pencil_brush_option,
     VIEW3D_PT_tools_grease_pencil_brush_settings,
     VIEW3D_PT_tools_grease_pencil_brush_stabilizer,
     VIEW3D_PT_tools_grease_pencil_brush_random,



More information about the Bf-blender-cvs mailing list