Blender Git Loki
Git Commits -> Revision bed5026
Revision bed5026 by Lukas Toenne (depsgraph_refactor) March 25, 2014, 18:46 (GMT) |
New file for the Depsgraph struct. Goal is to organize code in a slightly more C++ fashion. Don't need a file for every single class, but dumping everything into a few large source files doesn't help either. |
Commit Details:
Full Hash: bed50269c9eb920f2cf1f765865063f41e8a3a3e
Parent Commit: e85f91b
Lines Changed: +525, -350
2 Added Paths:
/source/blender/depsgraph/intern/depsgraph.cpp (+278, -0) (View)
/source/blender/depsgraph/intern/depsgraph.h (+233, -0) (View)
/source/blender/depsgraph/intern/depsgraph.h (+233, -0) (View)