assimp/port/PyAssimp3/pyassimp
aramis_acg f7c232cfe8 merge git://github.com/gellule/assimp.git
Before, neither the texture index nor its semantic were kept in the
returned output. Now GetMaterialProperties returns a (name, color,
material, texture) tuple. Name is the name of the material. Color is a
dictionary of color properties. Material is a dictionary of material
properties. Textures is a triply nested dictionary addressed by the
following: textures[index][semantic][key]. See assimp documentation for
the meaning of index, semantic, and keys in general.



git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1106 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-01-11 00:27:49 +00:00
..
__init__.py + add rudimentary Python3 version of PyAssimp. Conversion using 2to3 plus some manual tweaks. 2011-07-20 00:36:26 +00:00
errors.py + add rudimentary Python3 version of PyAssimp. Conversion using 2to3 plus some manual tweaks. 2011-07-20 00:36:26 +00:00
helper.py # PyAssimp3: add dynlib to dll search path. 2011-11-30 13:15:12 +00:00
pyassimp.py merge git://github.com/gellule/assimp.git 2012-01-11 00:27:49 +00:00
structs.py # PyAssimp: fix data type for aiString::length. Thanks to Gellule for the patch. 2011-11-29 13:34:48 +00:00