assimp/port/PyAssimp3/pyassimp
Gellule Xg 17c8a62e24 PyAssimp3: Fixes getting all the information out of an assimp material.
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.
2011-12-12 21:22:23 -10: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 PyAssimp3: Fixes getting all the information out of an assimp material. 2011-12-12 21:22:23 -10:00
structs.py # PyAssimp: fix data type for aiString::length. Thanks to Gellule for the patch. 2011-11-29 13:34:48 +00:00