Blender Git Loki
Git Commits -> Revision 93783cb
Revision 93783cb by Sergey Sharybin (blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2017, 10:36 (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: 93783cb17665a18e498ada08988939d59648aad9
Parent Commit: 06c2020
Lines Changed: +58, -38