A. Breust
|
50c5f3cb58
Fixes DXF loader false positive on FBX file
|
7 years ago |
kimkulling
|
c299755721
DXF: fix macro issues.
|
7 years ago |
kimkulling
|
a5e14db19b
fix invaid macro usage.
|
7 years ago |
kimkulling
|
0e15b25cd1
Next log call changes.
|
7 years ago |
kimkulling
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
kimkulling
|
066349f36b
Add usage of log macros.
|
7 years ago |
Kim Kulling
|
5319974fe1
Use correct check to do a tokensearch.
|
7 years ago |
Kim Kulling
|
183224f045
closes https://github.com/assimp/assimp/issues/1621: add file check for dxf file without extensions.
|
7 years ago |
Kim Kulling
|
b049933d2f
update license dates.
|
7 years ago |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 years ago |
Kim Kulling
|
ef540f46a3
Remove unused headers.
|
8 years ago |
Jared Mulconry
|
acad22cc1e
Fixed build warnings on MSVC14 x64 in the DXF format sources.
|
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 |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 years ago |
Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
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 |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 years ago |
kimmi
|
478846c310
Bugfix : Cleaned up code and removed const_cast in DXFImporter::ConvertMeshes. ( merged from GitHub, thanks to Riku Palomäki ).
|
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
|
de865532f4
# DXFLoader: EOLs.
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 years ago |
aramis_acg
|
990f5bd77e
- DXF: convert AutoCAD's coordinate system conventions to Assimp's.
|
14 years ago |