Blender Git Commit Log
Git Commits -> Revision c5fe6ed
Revision c5fe6ed by Bastien Montagne (master) March 18, 2019, 14:50 (GMT) |
Fix T62633: Model normals not updating in a modifier stack after a deform modifier. A deform-only modifier that needs access to normals need a copy of evaluated mesh with those normals updated, when it is not the first one in the stack. That issue had been partially fixed in Object mode a long time ago (see T23673), but it was still broken for deform-only stacks cases. And it was also completely missing from the Edit mode code (`editbmesh_calc_modifiers()` function). |
Commit Details:
Full Hash: c5fe6ed96bd1e6a20253bbeb2a20e4944781787a
Parent Commit: b7255d3
Lines Changed: +30, -3
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+30, -3) (Diff)