Blender Git Commit Log
Git Commits -> Revision 1f1245a
Revision 1f1245a by Campbell Barton (master) January 8, 2010, 17:50 (GMT) |
Remap Relative paths save option. If you have a blend file and want to save in a new directory enabling this will save with the paths corrected relative to the new directory. |
Commit Details:
Full Hash: 1f1245a92a21b4744495549b951caf59fea06765
SVN Revision: 25842
Parent Commit: 5dffae2
Lines Changed: +100, -127
6 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_bpath.h (+7, -5) (Diff)
/source/blender/blenlib/intern/bpath.c (+62, -90) (Diff)
/source/blender/blenloader/intern/writefile.c (+20, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+4, -28) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+6, -4) (Diff)
/source/blender/blenlib/BLI_bpath.h (+7, -5) (Diff)
/source/blender/blenlib/intern/bpath.c (+62, -90) (Diff)
/source/blender/blenloader/intern/writefile.c (+20, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+4, -28) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+6, -4) (Diff)