Blender Git Commit Log
Git Commits -> Revision 5e232d7
Revision 5e232d7 by Germano Cavalcante (master) July 28, 2020, 12:53 (GMT) |
Fix bad 'Correct Face Attributes' behavior when extruding faces A face must have area in order to be possible calculate interpolation weights. The same to the reference UVs. But the new faces created with the extrude operator, have no area (before moving). The solution was to get the loop data from some neighbor face. Differential Revision: https://developer.blender.org/D8278 |
Commit Details:
Full Hash: 5e232d7a0ba2500a20d1920895c9ba1d3df88b29
Parent Commit: 6a689b5
Lines Changed: +86, -0
1 Modified Path:
/source/blender/editors/transform/transform_convert_mesh.c (+86, -0) (Diff)