[Bf-blender-cvs] [7b6d21b24d4] greasepencil-object: GPencil: Rename Panel

Antonio Vazquez noreply at git.blender.org
Fri Nov 22 16:29:49 CET 2019


Commit: 7b6d21b24d490ba19eff27c19301655eec717952
Author: Antonio Vazquez
Date:   Fri Nov 22 16:11:28 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB7b6d21b24d490ba19eff27c19301655eec717952

GPencil: Rename Panel

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

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 26fff4537e0..790d3308da0 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -2293,7 +2293,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_brush(View3DPanel, Panel):
                 brush_basic_gpencil_paint_settings(layout, context, brush, tool, compact=True, is_toolbar=False)
 
 
-class VIEW3D_PT_tools_grease_pencil_brush_vertex(View3DPanel, Panel):
+class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, Panel):
     bl_context = ".greasepencil_vertex"
     bl_label = "Vertex Color"
     bl_category = "Tool"
@@ -2375,7 +2375,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, Panel):
     bl_context = ".greasepencil_vertex"
     bl_label = "Color Palette"
     bl_category = "Tool"
-    bl_parent_id = 'VIEW3D_PT_tools_grease_pencil_brush_vertex'
+    bl_parent_id = 'VIEW3D_PT_tools_grease_pencil_brush_vertex_color'
 
 
     @classmethod
@@ -2661,7 +2661,7 @@ classes = (
     VIEW3D_PT_tools_grease_pencil_weight_appearance,
     VIEW3D_PT_tools_grease_pencil_interpolate,
     VIEW3D_PT_tools_grease_pencil_vertex_brush,
-    VIEW3D_PT_tools_grease_pencil_brush_vertex,
+    VIEW3D_PT_tools_grease_pencil_brush_vertex_color,
     VIEW3D_PT_tools_grease_pencil_brush_vertex_palette,
     VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff,
     VIEW3D_PT_tools_grease_pencil_vertex_appearance,



More information about the Bf-blender-cvs mailing list