Blender Git Commit Log
Git Commits -> Revision 201689d
Revision 201689d by Bastien Montagne (soc-2017-normal-tools) June 12, 2017, 07:32 (GMT) |
Remove support of lnorspacearray in editmesh undo/redo, fix memleak. Supporting lnorspacearray in undo/redo would require a deep copy of lnor spaces, not only a shallow copy of top struct. And it would eat a fair amount of memory, think we'd rather recompute those on undo for now! Also, fixed memory leaked by not correctly freeing lnorspace array on BMesh deletion. |
Commit Details:
Full Hash: 201689daeb30448f0fa25d3561961b9a33bbf9a6
Parent Commit: 15279c0
Lines Changed: +5, -8