Merge branch 'blender-v2.91-release'

This commit is contained in:
Philipp Oeser
2020-10-23 09:53:50 +02:00
2 changed files with 64 additions and 23 deletions

View File

@@ -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. */