Blender Git Commit Log

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

2 Modified Paths:

/source/blender/blenkernel/intern/DerivedMesh.c (+22, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+4, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021