assimp/port/PyAssimp/pyassimp
Ravin Kumar 7b0f100fc3
Solved pyassimp.errors.AssimpError in conda
This error occurred because of error in finding .extension files.
 
os.path.splitext(filename)[-1].lower() not in ext_whitelist:  ### this line had bugs, failed to select files with extensions .so.x  [.so.1  .so.2  .so.3.1] but worked on simple extensions only. like- .so .dll

Added a mechanism to remove this bug.
2018-06-22 12:22:27 +05:30
..
__init__.py [pyassimp] Make it easier to import pyassimp 2013-03-30 14:35:21 +01:00
core.py Encode filename using file system encoding instead of ASCII 2018-05-15 15:35:44 +02:00
errors.py Fix spelling mistakes 2016-04-03 01:38:00 +01:00
formats.py added list of supported formats, pulled from webpage and test/models 2015-01-27 22:53:31 -05:00
helper.py Solved pyassimp.errors.AssimpError in conda 2018-06-22 12:22:27 +05:30
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 Misc. typos 2017-11-09 17:19:26 -05:00