Blender Git Commit Log
Git Commits -> Revision a220ae2
Revision a220ae2 by Campbell Barton (master) May 11, 2009, 05:35 (GMT) |
2D Cutout Image Importer from Kevin Morgan (forTe) imports images as quads in the 3D view made some changes - images that fail to import give an error popup rather then a script error - extension input is only shown for batch directory importing - extension comparison is now case insensitive - importing images from "/" failed, (bug in Blender.sys.dirname), use os.path.dirname since os is needed for batch import in other places. - disable Esc for quitting because escaping from the file selector would quit the script too. |
Commit Details:
Full Hash: a220ae2f6007dee191c77997d22fff5311cdc3ce
SVN Revision: 20143
Parent Commit: dcee43b
Lines Changed: +559, -0
1 Added Path:
/release/scripts/image_2d_cutout.py (+559, -0) (View)