Blender Git Loki
Git Commits -> Revision 9441c64
Revision 9441c64 by Philipp Oeser (master) October 23, 2020, 07:44 (GMT) |
Fix T81934: Painting/Sculpting in ortho fails to let strokes pass through clipped geometry Caused by rB7878adf49cff. When getting the stroke location via raycast in ortho view, the above commit flipped the condition of the check to perform adjustments on the rays start/end. This would thus happen (even though it shouldnt), resulting in wrong depth and stroke location. Now just flip the condition back, so adjustments only happen when clipping is OFF. Maniphest Tasks: T81934 Differential Revision: https://developer.blender.org/D9318 |
Commit Details:
Full Hash: 9441c640c82a7eb07822c0349882f0f3f9d4d896
Parent Commit: af661ad
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)