Merge branch 'blender-v2.91-release'
This commit is contained in:
@@ -7195,7 +7195,7 @@ float SCULPT_raycast_init(ViewContext *vc,
|
||||
|
||||
if ((rv3d->is_persp == false) &&
|
||||
/* If the ray is clipped, don't adjust its start/end. */
|
||||
RV3D_CLIPPING_ENABLED(v3d, rv3d)) {
|
||||
!RV3D_CLIPPING_ENABLED(v3d, rv3d)) {
|
||||
BKE_pbvh_raycast_project_ray_root(ob->sculpt->pbvh, original, ray_start, ray_end, ray_normal);
|
||||
|
||||
/* rRecalculate the normal. */
|
||||
|
||||
Reference in New Issue
Block a user