[Bf-blender-cvs] [a0b5fd9cb63] sculpt-dev: Fix Scene project brush after merge

Pablo Dobarro noreply at git.blender.org
Sun Apr 18 18:15:07 CEST 2021


Commit: a0b5fd9cb6371ce6e1fd5a9870e4ca0fe0608621
Author: Pablo Dobarro
Date:   Sun Apr 18 18:14:45 2021 +0200
Branches: sculpt-dev
https://developer.blender.org/rBa0b5fd9cb6371ce6e1fd5a9870e4ca0fe0608621

Fix Scene project brush after merge

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

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 a27e95d2b00..54d55d9208b 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -3711,7 +3711,6 @@ static bool sculpt_scene_project_raycast(SculptSession *ss,
                                              ss->cache->depsgraph,
                                              &(const struct SnapObjectParams){
                                                  .snap_select = SNAP_NOT_ACTIVE,
-                                                 .use_object_edit_cage = true,
                                              },
                                              ray_origin,
                                              ray_normal,
@@ -3738,7 +3737,6 @@ static bool sculpt_scene_project_raycast(SculptSession *ss,
                                              ss->cache->depsgraph,
                                              &(const struct SnapObjectParams){
                                                  .snap_select = SNAP_NOT_ACTIVE,
-                                                 .use_object_edit_cage = true,
                                              },
                                              ray_origin,
                                              ray_normal_flip,



More information about the Bf-blender-cvs mailing list