[Bf-blender-cvs] [0acaa40c08d] sculpt-dev: Fix after merge

Pablo Dobarro noreply at git.blender.org
Wed Mar 3 17:30:18 CET 2021


Commit: 0acaa40c08d472e019ebc21c38029397d1f1ec6a
Author: Pablo Dobarro
Date:   Wed Mar 3 16:43:41 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB0acaa40c08d472e019ebc21c38029397d1f1ec6a

Fix after merge

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c b/source/blender/editors/sculpt_paint/sculpt_expand.c
index aaa4bed0d2e..5f0abd548fe 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -1396,7 +1396,7 @@ static int sculpt_expand_target_vertex_update_and_get(bContext *C,
 {
   SculptSession *ss = ob->sculpt;
   SculptCursorGeometryInfo sgi;
-  if (SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false)) {
+  if (SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false, false)) {
     return SCULPT_active_vertex_get(ss);
   }
   else {



More information about the Bf-blender-cvs mailing list