Blender Git Commit Log
Git Commits -> Revision 60063d5
Revision 60063d5 by Campbell Barton (master) December 6, 2010, 00:52 (GMT) |
- converted path cleaning on file load to use bPath Iterator functions - image & font and sequence paths were being cleaned but not multires, voxel & sound paths. - skip fixing file paths on undo. - simplify bpath alloc and free functions, also pass Main structure so as not to rely on G.main, (needed for file load). |
Commit Details:
Full Hash: 60063d538389d4ad2e4a268da2ba058baf768807
SVN Revision: 33493
Parent Commit: 2f366d1
Lines Changed: +128, -129
6 Modified Paths:
/source/blender/blenkernel/intern/blender.c (+24, -37) (Diff)
/source/blender/blenlib/BLI_bpath.h (+7, -7) (Diff)
/source/blender/blenlib/intern/bpath.c (+83, -73) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/space_info/info_ops.c (+10, -6) (Diff)
/source/blender/python/intern/bpy.c (+2, -4) (Diff)
/source/blender/blenlib/BLI_bpath.h (+7, -7) (Diff)
/source/blender/blenlib/intern/bpath.c (+83, -73) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/space_info/info_ops.c (+10, -6) (Diff)
/source/blender/python/intern/bpy.c (+2, -4) (Diff)