[Bf-blender-cvs] [bf812abfcb7] sculpt-dev: Sculpt-dev: fix dyntopo not working for scrape brush

Joseph Eagar noreply at git.blender.org
Sat Jan 15 06:59:33 CET 2022


Commit: bf812abfcb7e8c978691512e3cf08cdbfe0987fd
Author: Joseph Eagar
Date:   Fri Jan 14 21:59:18 2022 -0800
Branches: sculpt-dev
https://developer.blender.org/rBbf812abfcb7e8c978691512e3cf08cdbfe0987fd

Sculpt-dev: fix dyntopo not working for scrape brush

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

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 cbc2e978585..0e9b6cf8abf 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5162,6 +5162,7 @@ static bool brush_uses_commandlist(Brush *brush, int tool)
     case SCULPT_TOOL_FILL:
     case SCULPT_TOOL_BLOB:
     case SCULPT_TOOL_FLATTEN:
+    case SCULPT_TOOL_SCRAPE:
     case SCULPT_TOOL_GRAB:
     case SCULPT_TOOL_LAYER:
     case SCULPT_TOOL_DRAW_FACE_SETS:



More information about the Bf-blender-cvs mailing list