[Bf-blender-cvs] [a95d3854fdf] greasepencil-object: Rename undo system

Falk David noreply at git.blender.org
Mon Feb 7 18:35:13 CET 2022


Commit: a95d3854fdf7a2a4ca82a1a932975796cfc927e9
Author: Falk David
Date:   Wed Feb 2 18:44:48 2022 +0100
Branches: greasepencil-object
https://developer.blender.org/rBa95d3854fdf7a2a4ca82a1a932975796cfc927e9

Rename undo system

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_undo.c b/source/blender/editors/gpencil/gpencil_undo.c
index 4ea718abe69..ca29e11add5 100644
--- a/source/blender/editors/gpencil/gpencil_undo.c
+++ b/source/blender/editors/gpencil/gpencil_undo.c
@@ -589,7 +589,7 @@ static void gpencil_undosys_step_free(UndoStep *us_p)
 
 void ED_gpencil_undosys_type(UndoType *ut)
 {
-  ut->name = "Grease Pencil Draw";
+  ut->name = "Grease Pencil Undo";
   ut->poll = gpencil_undosys_poll;
   ut->step_encode = gpencil_undosys_step_encode;
   ut->step_decode = gpencil_undosys_step_decode;



More information about the Bf-blender-cvs mailing list