Blender Git Commit Log
Git Commits -> Revision e2f58d8
Revision e2f58d8 by Ton Roosendaal (master) May 17, 2013, 13:15 (GMT) |
Bug fix, own collection. Shapekey drivers were executed for every call to derivedmesh, which shouldn't happen. It now only runs on the object_update() function, once for every depsgraph change. Error was found while testing preview render in viewport. On each render, the animsys sent a 'changed data' because of the shapekey drivers being called, causing eternal re-render loops (without showing anything). |
Commit Details:
Full Hash: e2f58d817a9012b4642b96ef9cff26ed906dd62d
SVN Revision: 56880
Parent Commit: 27baa34
Lines Changed: +7, -4