Blender Git Commit Log
Git Commits -> Revision 5925fe3
Revision 5925fe3 by Campbell Barton (master) December 20, 2007, 10:27 (GMT) |
Render-farm and file utils for dealing with external data. Useful to use before sending blend files to the renderfarm. * Make all Paths Relative - makes any absolute paths relative. * Report Missing Files - creates a textblock listing all missing files. * Find Missing Files - searches a directory recursively for filenames that dont exist at their current path. Added a path looper type and functions that currently loop on image, sound, font and external library paths. |
Commit Details:
Full Hash: 5925fe36e0a176a73e65950f7ed5eef510c12f02
SVN Revision: 12954
Parent Commit: 0a682cb
Lines Changed: +626, -23
2 Added Paths:
/source/blender/blenlib/BLI_bpath.h (+59, -0) (View)
/source/blender/blenlib/intern/bpath.c (+485, -0) (View)
/source/blender/blenlib/intern/bpath.c (+485, -0) (View)