Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-15BPyImage had a problem with a path being returned as NoneCampbell Barton
BPyMesh would make NAN coords for collapsed edges.
2006-03-31Removed debug printing.Campbell Barton
2006-03-29Fixed some bugs in BPyImage comprehensive loade. (used by 3ds and obj import)Campbell Barton
OBJ Importer, Added true FGon support for faces >4 verts. (Does a propper scanfill and optionaly converts it to an FGON.) - Checks for flipping, uses a face fan when scanfill fails. Added the option to split by materials, into seperate mesh objects (Good for large databases) Made smoothGroups optional.
2006-03-19Updated to use Blender.sys.exists() which now uses BLI_exist rather then stat.Campbell Barton
2006-03-18Update box unpack with faster python useCampbell Barton
Update image loader, optional arg for not autocreating the image. - aslo removed some stuff that shouldent have been left in. Workaround for a bug in Blender.sys.exists()... should fix soon.
2006-03-14Support win32 paths.Campbell Barton
2006-02-01Added a function for importers to use, comprehensive image loader takes an ↵Campbell Barton
imagepath and a file path- and imports the image, if it exists it uses the one alredy loaded or does a realy good job of finding the right image case insensitite if the normal path is not found. looks in all the logical places for the image- If teh image isnt found then a new dummy image is returned. The nice thing about this is you can request an image and you know youll get an image back- without doing your own error handeling.