Blender Git Commit Log
Git Commits -> Revision 360d7a1
Revision 360d7a1 by Campbell Barton (master) September 20, 2006, 05:03 (GMT) |
OBJ Import should now meet up to the python standards http://mediawiki.blender.org/index.php/ScriptDev/Guidelines * Recursive search was enabled by default, if your OBJ happened to be at root path, loading the OBJ could take ages. Made recursive searching optional. * MAX's MTL exporter replaces spaces with underscores, image loading checks for this and loads the name with spaces if the one with underscores dosnt exist. not realy a problem with the importer but annoying to manually replace lots of images. |
Commit Details:
Full Hash: 360d7a1083d0ca0e06c2eef7489dcec3def15f6a
SVN Revision: 8516
Parent Commit: fd0628c
Lines Changed: +84, -55