Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-10-23 10:53:50 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-10-23 10:53:50 +0300
commit56a3566e64c98edcb11c8a80e922124c29af2fb3 (patch)
tree44bd8e387e8288c9ae6a730878f76569ae9d90f7 /source/blender/editors/sculpt_paint
parent06e6068902fd36b40cbb3e946fbcc0bb8777eeec (diff)
parent9441c640c82a7eb07822c0349882f0f3f9d4d896 (diff)
Merge branch 'blender-v2.91-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 8e7935e821d..76e5f8e7099 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -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. */