assimp/port
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
..
AndroidJNI Merge branch 'fix-include-api' of https://github.com/Lugdunum3D/assimp into Lugdunum3D-fix-include-api 2017-03-11 18:19:36 +01:00
AssimpDelphi Fix line endings. 2015-08-08 18:02:37 +02:00
AssimpNET Update Readme.md 2018-05-31 20:04:48 +02:00
AssimpPascal Add link to AssimpPascal headers 2014-12-12 02:43:15 +01:00
PyAssimp Solved pyassimp.errors.AssimpError in conda 2018-06-22 12:22:27 +05:30
dAssimp Misc. typos 2017-11-09 17:19:26 -05:00
iOS Create fat binaries for libIrrXML and libzlibstatic too 2018-05-15 12:38:50 +02:00
jassimp Misc. typos 2017-11-09 17:19:26 -05:00
swig Misc. typos 2017-11-09 17:19:26 -05:00