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 |
Otger
|
64f78e003f
Fixed crashes when files were not found, and fixed some warnings
|
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 |
Otger
|
4f757cdf5a
Implemented basic glTF exporter and improved the importer (plus some code refactor)
|
9 years ago |
Turo Lamminen
|
46121a1559
Mark single-parameter constructors explicit
|
9 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
|
d12868adc4
use correct type in forward declaration.
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
abma
|
470ad98281
fix "headercheck":
|
10 years ago |
Kim Kulling
|
7a31a68cfc
adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ).
|
10 years ago |
Kim Kulling
|
098ddd3a95
make copy constructor and a assignment operator private to avoid misuse of helper class scope guard
|
10 years ago |
Kim Kulling
|
392730be07
bugfix: export processes for unittests.
|
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 |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 years ago |
aramis_acg
|
e479355d0a
+ add aiImporterDesc API to hold importer meta information.
|
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
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 years ago |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
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
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 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 |
aramis_acg
|
c5c5338397
Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage.
|
15 years ago |
kimmi
|
f017b5a4a4
- FEATURE : First version of PK3 format loader.
|
15 years ago |