[Bf-blender-cvs] [f5fb5aff007] greasepencil-object: GPencil: Fix typo

Antonio Vazquez noreply at git.blender.org
Sat Nov 16 16:51:57 CET 2019


Commit: f5fb5aff0070d6067db2df02c3164b3946f7323e
Author: Antonio Vazquez
Date:   Sat Nov 16 16:51:34 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBf5fb5aff0070d6067db2df02c3164b3946f7323e

GPencil: Fix typo

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

M	source/blender/editors/gpencil/gpencil_vertex_ops.c

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

diff --git a/source/blender/editors/gpencil/gpencil_vertex_ops.c b/source/blender/editors/gpencil/gpencil_vertex_ops.c
index fa127400c5b..eff9ba4c814 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_ops.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_ops.c
@@ -889,7 +889,7 @@ void GPENCIL_OT_extract_palette(wmOperatorType *ot)
 {
   /* identifiers */
   ot->name = "Extract Palette from Vertex Color";
-  ot->idname = "GPENCIL_OTextract_palette";
+  ot->idname = "GPENCIL_OT_extract_palette";
   ot->description = "Extract all colors used in Vertex and create a Palette";
 
   /* api callbacks */



More information about the Bf-blender-cvs mailing list