Blender Git Commit Log
Git Commits -> Revision 2dcf23c
Revision 2dcf23c by Campbell Barton (master) November 3, 2006, 20:04 (GMT) |
added Jiri as a contributer to the obj importer Added a new script - 'Dump All Images to Path' This script copies all the images used by 1 blend to a spesified path and references the new images from Blender Usefull for moving projects between computers or when you reference many images. naming collisions and multiple images using the same image path are delt with properly only creating new image names when needed. Blender images will reference the newly copied files - So be mindfull when you save your blend after running the script. Notes, images with the path "Untitled will be ignored" Image path collisions are managed by enumerating the path names so images will never be overwritten at the target path. |
Commit Details:
Full Hash: 2dcf23c3277e128e2fb159e96ad341950065d62a
SVN Revision: 8741
Parent Commit: f2053b4
Lines Changed: +153, -2
1 Added Path:
/release/scripts/image_dump2path.py (+136, -0) (View)