Blender Git Commit Log
Git Commits -> Revision 37f7826
Revision 37f7826 by Campbell Barton (master) January 31, 2008, 21:19 (GMT) |
Fix for indirectly linked libraries. When a.blend -> //../c.blend -> //d.blend Blender would see d.blend as //d.blend which is wrong since that is relative to c.blend This works, except when you make an indirectly linked group into a directly linked group. and then the incorrect path was saved into the blend file and the data not load up again (without copying it there or hex editing the path) This loop makes all lib files relative to the blend you have open. |
Commit Details:
Full Hash: 37f7826ee1c418049296da6f886037fb23ec9ca0
SVN Revision: 13505
Parent Commit: 4eeb7bd
Lines Changed: +8, -4
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+8, -4) (Diff)