Blender Git Loki
Git Commits -> Revision 574a7da
Revision 574a7da by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap) July 21, 2015, 20:42 (GMT) |
Fix several issues, add a quick and dirty new action in Outliner to remap IDs. We have to take care of Object->data aside from main foreach loop, since we can only replace that pointer if object is **not** in Edit mode! Also, added a "Remap" action to ID context menu of outliner. This is **very far** from nice and pretty code/feature, but it allows to quickly test the code. Only did very quick tests with meshes so far... |
Commit Details:
Full Hash: 574a7da03ebc9c071384134e176aa39bc4015029
Parent Commit: 1ebdfb4
Lines Changed: +233, -69
6 Modified Paths:
/source/blender/blenkernel/intern/library.c (+36, -10) (Diff)
/source/blender/blenkernel/intern/library_query.c (+0, -1) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+7, -7) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+10, -9) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+179, -42) (Diff)
/source/blender/blenkernel/intern/library_query.c (+0, -1) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+7, -7) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+10, -9) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+179, -42) (Diff)