Blender Git Commit Log
Git Commits -> Revision 49289f3
Revision 49289f3 by Germano Cavalcante (master) April 3, 2020, 14:13 (GMT) |
Fix T74495: Shrink/Fatten gives strange results with Individual Origins The island `axismtx` is only necessary in some transform modes. In the case of `Shrink/Fatten`, the calculated `axismtx` brings an undesirable result. This commit rearrange the struct `TransIslandData` in order to calculate and reference only the arrays that will be used for each transform mode. Differential Revision: https://developer.blender.org/D7305 |
Commit Details:
Full Hash: 49289f31ffd2087b0ecc71f7100c8cb5cff413b5
Parent Commit: d8b0b8d
Lines Changed: +79, -56
1 Modified Path:
/source/blender/editors/transform/transform_convert_mesh.c (+79, -56) (Diff)