Kim Kulling
|
84cd1d95c7
|
Merge branch 'master' into FixClangCL
|
2021-03-12 15:26:49 +01:00 |
Kim Kulling
|
806b12dc8b
|
Merge branch 'master' into issue_3678
|
2021-03-10 19:51:04 +01:00 |
Kim Kulling
|
520f64eeec
|
Fix missing trimming
|
2021-03-10 19:40:35 +01:00 |
Kim Kulling
|
6c89631581
|
closes https://github.com/assimp/assimp/issues/3678: ensure lowercase
|
2021-03-09 21:08:28 +01:00 |
Minmin Gong
|
c6c0f141f1
|
Fix compiling issues in clang-cl
|
2021-03-03 22:30:36 -08:00 |
contriteobserver
|
fc955a5f8a
|
applied extern "C" guards to importerdesc.h
addresses #3685
|
2021-03-03 12:23:26 -08:00 |
contriteobserver
|
6ab2e8d558
|
simplified the getRealAttribute implementation
|
2021-02-28 15:13:01 -08:00 |
contriteobserver
|
111752cff0
|
workaround for ASSIMP_DOUBLE_PRECISION compile errors
changed float types to ai_real types as needed
addresses issue #3682
|
2021-02-28 14:45:39 -08:00 |
Kim Kulling
|
c669c8f1eb
|
Merge branch 'master' into update_copyrights
|
2021-02-28 12:18:41 +01:00 |
Kim Kulling
|
9e8dbd0ca5
|
Update copyrights to 2021.
|
2021-02-28 12:17:54 +01:00 |
Kim Kulling
|
dac7243b94
|
Update BundledAssetIOSystem.h
|
2021-02-15 13:43:39 +01:00 |
Kim Kulling
|
5f1f2a65ce
|
Merge branch 'master' into BundledAndroid
|
2021-02-15 13:43:20 +01:00 |
Kim Kulling
|
52c66406fa
|
Update defs.h
|
2021-02-12 20:59:45 +01:00 |
contriteobserver
|
800d5c23c3
|
implements a DefaultIOSystem that provides access to files bundled with Android Applications
addresses issue #3633
|
2021-02-01 23:33:55 -08:00 |
Kim Kulling
|
79a442f95d
|
Fixes a mem leak in aiMetadata::Set
|
2021-01-29 20:25:02 +01:00 |
Kim Kulling
|
706d636c63
|
Merge branch 'master' into master
|
2021-01-28 18:25:39 +01:00 |
Ville Voutilainen
|
6ebae5e67c
|
GCC 11 build fixes
|
2021-01-24 11:04:46 +02:00 |
RichardTea
|
8f4eff8d95
|
Increase ASSIMP_AI_REAL_TEXT_PRECISION
9 for float, 17 for double
|
2021-01-20 17:13:31 +00:00 |
Kim Kulling
|
11ee9d3673
|
Update types.h
|
2021-01-18 19:46:32 +01:00 |
Kim Kulling
|
5a764fff04
|
Fix overflow in aiString
|
2021-01-18 19:44:10 +01:00 |
Kim Kulling
|
658fec3e61
|
Fix cast
|
2021-01-17 20:41:44 +01:00 |
Kim Kulling
|
0969bf3500
|
Fix Divide-by-zero in vector3
Fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29655
|
2021-01-17 20:39:19 +01:00 |
Kim Kulling
|
8125e06f49
|
Merge branch 'master' into master
|
2021-01-14 19:03:16 +01:00 |
Kim Kulling
|
484ac21ef5
|
Remove dependency to posix-extension function
|
2021-01-14 11:53:25 +01:00 |
Kirill Gavrilov
|
0c2772e8bf
|
aiMaterial::GetTexture() - fix misleading description of path argument.
Mention aiScene::GetEmbeddedTexture() as a proper way to check if returned path
points to a file or to embedded texture.
|
2021-01-12 01:00:45 +03:00 |
Kim Kulling
|
cf78781fa8
|
Merge branch 'master' into 3mf-improvements
|
2021-01-02 13:14:13 +01:00 |
Kim Kulling
|
48b138ce13
|
Merge branch 'master' into dev/gltf-KHR_materials
|
2021-01-02 10:02:07 +01:00 |
Kim Kulling
|
fa24e4199c
|
Merge branch 'master' into develop3
|
2021-01-02 00:13:47 +01:00 |
Jean-Louis
|
629147043e
|
XmlParser: Fixed an error message when the file was correctly parsed
|
2020-12-27 18:13:49 +01:00 |
Danny Kabrane
|
2b097c1e73
|
Add KHR_materials_transmission during import
|
2020-12-23 10:43:01 +01:00 |
Danny Kabrane
|
f8c63d874b
|
support KHR_materials_clearcoat during import
|
2020-12-23 08:12:09 +01:00 |
Danny Kabrane
|
0fdda99ea1
|
add underscore (MATERIAL_SHEEN instead of MATERIALSHEEN)
|
2020-12-21 14:33:35 +01:00 |
Danny Kabrane
|
63b0a97369
|
import KHR_materials_sheen
|
2020-12-20 07:59:12 +01:00 |
cywang
|
15cff94926
|
add operator* in aiQuaterniont
|
2020-12-17 17:08:06 +08:00 |
cywang
|
b6f8448b78
|
add operator* in aiQuaterniont
|
2020-12-17 16:13:35 +08:00 |
cywang
|
f6dd11ca1a
|
add operator* in aiQuaterniont
|
2020-12-17 15:07:03 +08:00 |
Martin
|
8003a016c2
|
Add some spaces to format code consistently
|
2020-12-15 12:36:00 +01:00 |
Martin
|
3718980c09
|
Only consider continuation tokens at end of line
|
2020-12-15 12:16:22 +01:00 |
Biswapriyo Nath
|
8d8ba521e2
|
Check _MSC_VER for MSVC specific pragma directives.
This fixes build issues when compiled with compiles like Clang or GCC.
|
2020-12-02 02:05:14 +05:30 |
Kim Kulling
|
4590f06756
|
Merge branch 'master' into master
|
2020-11-25 16:57:49 +01:00 |
Evangel
|
67abcb10ba
|
Added mName to aiScene. Primarily to provide access to the "name" member of glTF2 scenes.
|
2020-11-22 15:33:31 +10:00 |
Inho Lee
|
8845d7eed3
|
Prevent to generate redundant morph targets for glTF2
|
2020-11-11 20:49:22 +01:00 |
Kim Kulling
|
8c91d1a3cd
|
closes https://github.com/assimp/assimp/issues/3198: make aiMaterial::GetName const.
|
2020-11-10 12:50:17 +01:00 |
Kim Kulling
|
72bc41b50f
|
Merge branch 'master' into fix/xcode-compile-20201018
|
2020-10-28 22:00:08 +01:00 |
Kim Kulling
|
8c135f779e
|
Merge branch 'master' into readFbxWeightsInConfig
|
2020-10-28 20:38:29 +01:00 |
John Mai
|
cea54d1ac5
|
Merge branch 'master' into fix/xcode-compile-20201018
|
2020-10-23 14:06:25 +08:00 |
Kim Kulling
|
8d7e5db98c
|
Fix typo.
|
2020-10-22 22:26:03 +02:00 |
Kim Kulling
|
b842b4a3c1
|
Merge branch 'master' into fbxReportAssetIssuesProperly
|
2020-10-21 20:02:48 +02:00 |
Kim Kulling
|
080322b9e2
|
cleanup collada xml migration.
|
2020-10-19 19:06:11 +02:00 |
Malcolm Tyrrell
|
a2cd5619b4
|
Merge branch 'master' into readFbxWeightsInConfig
|
2020-10-19 10:16:02 +01:00 |