Blender Git Commit Log
Git Commits -> Revision 7547c6a
Revision 7547c6a by Bastien Montagne (master) June 22, 2016, 16:05 (GMT) |
ID-Remap, step two: add some user-level tools. This commit adds operators and Outliner menu entries to reload or relocate a library, and to delete or replace a datablock. RNA ID API is also extended to allow ID deletion and remapping from python. Review task: D2027 (https://developer.blender.org/D2027). Reviewed by campbellbarton, thanks a bunch. |
Commit Details:
Full Hash: 7547c6a250cd6f36c9894605b822380a1261febf
Parent Commit: fb1f7fa
Lines Changed: +861, -70
10 Modified Paths:
/source/blender/blenloader/BLO_readfile.h (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+26, -13) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+332, -36) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+13, -2) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+3, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+57, -14) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+26, -0) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+397, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+26, -13) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+332, -36) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+13, -2) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+3, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+57, -14) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+26, -0) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+397, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+3, -0) (Diff)