Blender Git Loki
Git Commits -> Revision 109be7e
Revision 109be7e by Sergey Sharybin (master) November 7, 2016, 10:04 (GMT) |
Depsgraph: Move class implementation from header to implementation files This is more proper way to go: - Avoids re-compilation of all dependent files when implementation changes without changed API, - Linker should have much simpler time now de-duplicating and getting rid of redundant implementations. |
Commit Details:
Full Hash: 109be7ed397f7ee537b4dbc346d4af95e5c1f7ab
Parent Commit: 287197c
Lines Changed: +58, -38