Blender Git Commit Log
Git Commits -> Revision 52e09ed
Revision 52e09ed by Bastien Montagne (master) April 19, 2016, 20:53 (GMT) |
Cleanup: move operators & related code of files & append/link to relevant dedicated source files. This commit adds a new `wm_files_link.c` which contains everything related to append/link code, moved from `wm_operators.c` (rather small currently, but will expand quite a bit with future reload & asset works). It also moves all load/save .bland files (and related userpref/startup stuff) from `wm_operators.c` to `wm_files.c` (some helper funcs were already there). This also makes `wm_operators.c` significantly lighter. |
Commit Details:
Full Hash: 52e09ed4f93b21aee8643de2f8b53e9fa7c99543
Parent Commit: dd423a6
Lines Changed: +1292, -1128
1 Added Path:
/source/blender/windowmanager/intern/wm_files_link.c (+538, -0) (View)