Blender Git Commit Log
Git Commits -> Revision 187c696
Revision 187c696 by Bastien Montagne (master) June 24, 2019, 14:29 (GMT) |
Fix T66030: [CRASH] Modifying Normals with Skin Modifier. clnor editing code was simply not checking at all whether it has something to work on... Guess nobody had idea to edit custom normals on a mesh that has no normals before! :P This should probably be handled in a poll function too, to completely disable those tools when there are no faces/loops, but let's keep it to minimal changes at that point. |
Commit Details:
Full Hash: 187c696caee13aaa27ecd03a9c17a0d2af28a938
Parent Commit: b617a23
Lines Changed: +5, -1