Blender Git Loki
Git Commits -> Revision 34b73cb
Revision 34b73cb by Alexander Gavrilov (master) December 4, 2018, 16:53 (GMT) |
Fix T57620: display custom normals in Edit Mode. Since it seems that CD_ORIGINDEX is not available for loops, the only choice is to simply use the loop normals already computed by depsgraph after evaluating modifiers. This revealed a bug where the Auto Smooth settings would be lost from the mesh after complex modifiers, or after edit mesh to mesh conversion, so restoring them is needed to get correct results. |
Commit Details:
Full Hash: 34b73cb11ce50f2afefabec32aadb9a853eec177
Parent Commit: 7e5f31b
Lines Changed: +26, -15