Fix Scene project brush after merge

This commit is contained in:
Pablo Dobarro 2021-04-18 18:14:45 +02:00
parent 553e8ffd1a
commit a0b5fd9cb6
1 changed files with 0 additions and 2 deletions

View File

@ -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,