[Bf-blender-cvs] CVS commit: blender/release/scripts image_dump2path.py import_obj.py blender/release/scripts/bpymodules BPyMessages.py

Campbell Barton cbarton at metavr.com
Fri Nov 3 21:04:56 CET 2006


campbellbarton (Campbell Barton) 2006/11/03 21:04:56 CET

  Modified files:
    blender/release/scripts import_obj.py 
    blender/release/scripts/bpymodules BPyMessages.py 
  Added files:
    blender/release/scripts image_dump2path.py 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.12      +1 -1      blender/release/scripts/import_obj.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/import_obj.py.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.4       +16 -1     blender/release/scripts/bpymodules/BPyMessages.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMessages.py.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list