Blender Git Loki
Git Commits -> Revision 4f76463
Revision 4f76463 by Brecht Van Lommel (master) March 5, 2008, 15:13 (GMT) |
Undo optimization: now big chunks of memory are not written as single memory blocks anymore, but smaller fixed size blocks, so that diffing can be more effective. For example helps in sculpt mode when making only local changes to the mesh, previously it would copy the whole MVert array for each undo step. |
Commit Details:
Full Hash: 4f764637e6603d8dee324031944772db05c11058
SVN Revision: 13979
Parent Commit: 3a7b420
Lines Changed: +55, -28