This website requires JavaScript.
Explore
Help
Sign In
v4games
/
assimp
Watch
3
Star
0
Fork
You've already forked assimp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1b9157440f
assimp
/
port
/
PyAssimp
/
pyassimp
History
Charlie Gettys
1b9157440f
port/PyAssimp/pyassimp/structs.py: remove unused import of c_int
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
port/PyAssimp/pyassimp/structs.py: remove unused import of c_int
2019-03-29 18:36:17 -04:00