Blender Git Loki
Git Commits -> Revision 5186bb5
Revision 5186bb5 by Pablo Dobarro (master) January 24, 2020, 17:14 (GMT) |
Fix T71373: Sculpt Mask not extracting correctly on scaled objects This patch applies the original object scale to the coordinates of the extracted mask mesh. Without this patch, the mesh was no taking the original object scale into account and the shrinkwrap will fail. The other solution would be copying the objecty scale to the new extracted mask object, but I would like to avoid entering sculpt mode with scaled objects as it may produce wrong behaviors in some tools. Reviewed By: jbakker Maniphest Tasks: T71373 Differential Revision: https://developer.blender.org/D6207 |
Commit Details:
Full Hash: 5186bb56b583dc9a84b5cb9e9dd22bec269a28c3
Parent Commit: 8d3df01
Lines Changed: +4, -0
1 Modified Path:
/source/blender/editors/mesh/editmesh_mask_extract.c (+4, -0) (Diff)