Blender Git Commit Log
Git Commits -> Revision 6dda077
Revision 6dda077 by Pablo Dobarro (master) October 15, 2020, 16:55 (GMT) |
Fix T80625: Trimming tools not working with transformed objects The code to handle object transforms was wrong. Now the trimming mesh and depts is calculated in world space, using the real view origin and normal and then stored in object space in the mesh and in the original coordinates array. As now both meshes for the boolean operation are in the same object space, the space conversion code can also be removed from the boolean function. Reviewed By: sergey Maniphest Tasks: T80625 Differential Revision: https://developer.blender.org/D8852 |
Commit Details:
Full Hash: 6dda0779fcdef704a17ed3c0150073f77534d5e5
Parent Commit: 0fed1be
Lines Changed: +34, -29
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_mask.c (+34, -29) (Diff)