[Bf-blender-cvs] [3b5aa6dda18] temp-T97479-3d-texturing-undo: Fix typo.

Jeroen Bakker noreply at git.blender.org
Tue May 3 12:57:02 CEST 2022


Commit: 3b5aa6dda1819a1a92d172fb0c63d88da3005e81
Author: Jeroen Bakker
Date:   Tue May 3 12:50:59 2022 +0200
Branches: temp-T97479-3d-texturing-undo
https://developer.blender.org/rB3b5aa6dda1819a1a92d172fb0c63d88da3005e81

Fix typo.

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

M	source/blender/editors/sculpt_paint/sculpt.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 8f3d72504a2..8ca9d3ed474 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5297,7 +5297,7 @@ static bool sculpt_stroke_test_start(bContext *C, struct wmOperator *op, const f
     SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false);
 
     /* Setup the correct undo system. Image painting and sculpting are mutual exclusive.
-     * Color attributes are part of the sculpting undy system. */
+     * Color attributes are part of the sculpting undo system. */
     if (SCULPT_use_image_paint_brush(&tool_settings->paint_mode, ob)) {
       ED_image_undo_push_begin(op->type->name, PAINT_MODE_SCULPT);
     }



More information about the Bf-blender-cvs mailing list