Blender Git Commit Log
Git Commits -> Revision d012c9d
Revision d012c9d by Sergey Sharybin (master) October 24, 2017, 14:39 (GMT) |
Depsgraph: Remove residue of motion path optimization This needs to be re-implemented in a new fashion, without touching global list of bases and become compatible with the new dependency graph. The idea to go here would be to create new dependency graph for motion path evaluation, bring a single object in there (which will pull all dependencies at a construction) and use that. Needs working copy-on-write first tho. |
Commit Details:
Full Hash: d012c9d0f46f931bc308da3fd70d9d7d5b298bb3
Parent Commit: b6560d9
Lines Changed: +2, -46