Kim Kulling
|
b0f09ee6e2
Merge pull request #903 from dontbmh/upstream
|
8 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
Dirk
|
bb2b30e54a
fix strncpy not null terminated bug
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Yotam Gingold
|
da013350f9
aiGetExportFormatDescription() no longer uses free'd memory
|
9 years ago |
Kim Kulling
|
70540616ce
issue 693: add missing release call in c-export interface.
|
9 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 |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Alexander Gessler
|
be5fc42e16
Fix memory corruption in the aiGetExportFormatDescription() API. Clarify Exporter doc.
|
11 years ago |
acgessler
|
9d4f7c32e4
Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards)
|
12 years ago |
Alexander Gessler
|
0edb78d940
Add aiFreeScene() API for symmetry with aiCopyScene.
|
12 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
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
13 years ago |
aramis_acg
|
36b3695a31
- improve symmetry between Assimp::Importer and Assimp::Exporter.
|
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
|
621bdef663
- rework exporter interface to be based primarily on the existing IOSystem.
|
14 years ago |