assimp/port/PyAssimp3/pyassimp
aramis_acg 380737c4c4 merge git://github.com/gellule/assimp.git
the strings used in materials and elsewhere in assimp. Because of this,
in PyAssimp3 strings in materials don't work properly on 64 bits
platforms. This commit adds a StringUInt32 ctypes structure and use it
in GetMaterialProperties as a workaround.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1105 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-01-11 00:26:54 +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:26:54 +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