Kim Kulling
|
c2deb3e15f
BaseIMporter: fix review findings.
|
8 years ago |
Kim Kulling
|
c5e3058ab3
Fix coverity findings.
|
8 years ago |
Kim Kulling
|
631eef49c3
BatchImporter: make validation configurable and add unittest for class.
|
8 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |
Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
rmitton
|
b9a4e99607
Added support for empty .MTL files.
|
9 years ago |
Kim Kulling
|
1fbc0cc276
DefaultIOSystem: fix typo in macro.
|
10 years ago |
Kim Kulling
|
3fc251b326
BaseImporter: fix typo and rename attributes for better readability.
|
10 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
Kim Kulling
|
db3aea4b18
Remove finding from code analysis.
|
10 years ago |
Peter LaValle
|
72b87ec526
removed x64 warnings
|
10 years ago |
Andy Maloney
|
c014bb977c
- add missing initialization of several class members
|
10 years ago |
U-ORADEV\albihern
|
7043551068
Modifying files to let assimp build under cygwin.
|
10 years ago |
abma
|
611778045d
fix for upstream changes
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Léo Terziman
|
843e56c252
Added matrix properties
|
11 years ago |
Léo Terziman
|
e2676ec176
Implementing UTF8 to ISO-8859-1 conversion to improve chances of finding files in zip archives
|
11 years ago |
Léo Terziman
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
11 years ago |
aramis_acg
|
53665faacf
- make BaseImporter::GetExtensionList more robust, improve error checking.
|
13 years ago |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 years ago |
kimmi
|
d17071746d
Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 years ago |
kimmi
|
b724ac5c2c
- Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ).
|
13 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
3f369342d6
- Redesign the C interface to allow per-import settings.
|
13 years ago |
aramis_acg
|
665f73861e
- move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
|
14 years ago |