[Bf-blender-cvs] [b047b333b09] temp_bmesh_multires: Remove yet more debugging crap . . .

Joseph Eagar noreply at git.blender.org
Thu May 13 01:40:24 CEST 2021


Commit: b047b333b09bf265ef57e68f12a85b9badbc4539
Author: Joseph Eagar
Date:   Tue May 11 21:48:14 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rBb047b333b09bf265ef57e68f12a85b9badbc4539

Remove yet more debugging crap . . .

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index 3a2f4be4d47..d0ab8c8e9b6 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -1987,7 +1987,7 @@ static void print_sculpt_undo_step(UndoStep *us, UndoStep *active, int i)
 }
 void sculpt_undo_print_nodes(void *active)
 {
-#if 1
+#if 0
   UndoStack *ustack = ED_undo_stack_get();
   UndoStep *us = ustack->steps.first;
   if (active == NULL) {



More information about the Bf-blender-cvs mailing list