Blender Git Commit Log
Git Commits -> Revision 8e84938
Revision 8e84938 by Julian Eisel (master) June 15, 2021, 17:33 (GMT) |
Cleanup: Add files for version independent versioning helpers Adds `source/blender/blendloader/intern/versioning_common.cc` and `versioning_common.h` for version independent versioning functions. I only placed `do_versions_add_region_if_not_found()` in there for now. `blo_do_version_old_trackto_to_constraints()` could also be added, but that's so old, I prefer keeping that in `versioning_legacy.c`. |
Commit Details:
Full Hash: 8e84938dd0428c0aa9705077b017bad85d490cc9
Parent Commit: a4f840e
Lines Changed: +90, -20
2 Added Paths:
/source/blender/blenloader/intern/versioning_common.cc (+50, -0) (View)
/source/blender/blenloader/intern/versioning_common.h (+37, -0) (View)
/source/blender/blenloader/intern/versioning_common.h (+37, -0) (View)