assimp/port/PyAssimp/pyassimp
Charlie Gettys 1614b7bea4 port/PyAssimp/pyassimp/core.py: convert_assimp_string now switches on
version instead of just catching the exception if unicode is not defined
& _init_face uses is None instead of == None
2019-03-29 18:36:17 -04:00
..
__init__.py [pyassimp] Make it easier to import pyassimp 2013-03-30 14:35:21 +01:00
core.py port/PyAssimp/pyassimp/core.py: convert_assimp_string now switches on 2019-03-29 18:36:17 -04:00
errors.py Fix spelling mistakes 2016-04-03 01:38:00 +01:00
formats.py port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional) 2019-03-29 18:36:17 -04:00
helper.py port/PyAssimp/pyassimp/helper.py: replace from ctypes import POINTER; POINTER(something) with ctypes.POINTER(something) to remove warning about importing ctype twice 2019-03-29 18:36:17 -04:00
material.py Add pyassimp code generation script for materials 2018-01-10 12:33:44 +02:00
postprocess.py - add missing files from the last commit 2012-11-10 16:01:55 +00:00
structs.py Improved some comments 2018-09-21 10:51:38 +10:00