Blender Git Loki
Git Commits -> Revision 02baf30
Revision 02baf30 by Ton Roosendaal (master) September 6, 2006, 09:51 (GMT) |
New feature: imporant missing option for use of Libraries: access to to the file path where library is read from. In Outliner, choose new view mode "Libraries". A ctrl+click on the library name then allows to change the file name or path. Note that when you change the file name, nothing is being re-read or re-linked. Only after saving the .blend file and reading it back the new library is used. This feature allows to cleanup library usage. You can make files relative, or reorganize a project. Just keep in mind that you cannot use this feature to fix .blend files that link to non-existing other files. That because the lost data is actually not read at all, so cannot be saved either. Currently, library errors are only printed in the console... quite important to keep track of when using Libraries. Implementation note: this Outliner view mode can become expanded to a full "Database view", showing something similar as SHIFT+F4 databrowse does now. |
Commit Details:
Full Hash: 02baf30e55b1159bb9e347998caaa8fac12afb81
SVN Revision: 8445
Parent Commit: 6f47e5f
Lines Changed: +31, -13
6 Modified Paths:
/source/blender/blenkernel/BKE_library.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/header_oops.c (+4, -1) (Diff)
/source/blender/src/outliner.c (+18, -6) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/header_oops.c (+4, -1) (Diff)
/source/blender/src/outliner.c (+18, -6) (Diff)