Clement Jacob
|
596001c89c
|
Refactoring the extension
|
2021-03-30 09:10:50 +02:00 |
Clement Jacob
|
8e589221d7
|
[gltf2-exporter] Adding FB_ngon_encoding support
|
2021-03-30 09:10:50 +02:00 |
Kim Kulling
|
f61a41bdd9
|
Merge branch 'master' into fbxBlendshapes
|
2021-03-29 21:48:51 +02:00 |
Bernold Kraft
|
09d3266250
|
Fixing 3DS import for CHUNK_TRMATRIX translation vector.
|
2021-03-29 15:31:08 +02:00 |
Kim Kulling
|
e5862c18be
|
Merge branch 'master' into fbxBlendshapes
|
2021-03-28 13:02:35 +02:00 |
Bernold Kraft
|
348c34811f
|
Fixing CHUNK_TRMATRIX translation sub chunk
and therefore omitting the transform aggregation in the CHUNK_VERTLIST.
|
2021-03-26 22:21:45 +01:00 |
Gordon Chapman
|
3fd865b4bf
|
Added Blendshape Support to FBX Export
|
2021-03-24 18:10:03 -07:00 |
Kim Kulling
|
5f652feb75
|
Merge branch 'master' into MalcolmTyrrell/gltfCrashes
|
2021-03-19 13:35:13 +01:00 |
Hill Ma
|
3e99385f44
|
Fix a memory leak in glTF2.
The destructor of LazyDict uses `delete` but `delete` was not used for objects removed by LazyDict::Remove.
|
2021-03-17 15:12:54 -07:00 |
Malcolm Tyrrell
|
3503252e12
|
Strict check for accessor "count"
|
2021-03-16 11:47:19 +00:00 |
Malcolm Tyrrell
|
e4983aa16e
|
Fix code issue
|
2021-03-15 16:46:41 +00:00 |
Malcolm Tyrrell
|
57652a9084
|
Version is strictly a string
|
2021-03-15 16:27:50 +00:00 |
Malcolm Tyrrell
|
053c0f5e0a
|
Catch type errors in gltf and try to print out useful context.
|
2021-03-15 13:06:11 +00:00 |
Kim Kulling
|
84cd1d95c7
|
Merge branch 'master' into FixClangCL
|
2021-03-12 15:26:49 +01:00 |
Kim Kulling
|
51ad88afb6
|
Merge branch 'master' into master
|
2021-03-10 20:35:37 +01:00 |
Kim Kulling
|
806b12dc8b
|
Merge branch 'master' into issue_3678
|
2021-03-10 19:51:04 +01:00 |
Kim Kulling
|
732e9386aa
|
Merge branch 'master' into master
|
2021-03-10 11:49:13 +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 |
Kim Kulling
|
ff769ecce2
|
Merge branch 'master' into sparse_minmax
|
2021-03-02 12:30:01 +01:00 |
Kim Kulling
|
75210576cf
|
Merge branch 'master' into sparse_minmax
|
2021-03-01 21:34:24 +01: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
|
5b78e3fb5d
|
Merge branch 'master' into user/mavollme/GLTF2_CheckNormalCount
|
2021-02-25 21:29:03 +01:00 |
Max Vollmer (Microsoft Havok)
|
eef03c1f17
|
Improved warnings
|
2021-02-24 14:28:18 +00:00 |
Max Vollmer (Microsoft Havok)
|
facb7da701
|
Check that normal count and tangent count matches vertex count. Ignore data and warn if counts don't match.
|
2021-02-24 14:19:29 +00:00 |
Turo Lamminen
|
3e1c785d31
|
[3MF] Silence uninitialized variable warning
This is a false positive but the compiler can't see it
|
2021-02-24 10:59:59 +02:00 |
thomasbiang
|
5429475339
|
Merge branch 'master' into sparse_minmax
|
2021-02-23 12:30:53 -08:00 |
ywang
|
72efb4354a
|
Merge branch 'master' of https://github.com/thomasbiang/assimp into sparse_minmax
|
2021-02-23 12:12:36 -08:00 |
Kim Kulling
|
247fd0ce17
|
Merge branch 'master' into FixAnimName
|
2021-02-22 20:38:16 +01:00 |
Kim Kulling
|
616d924d29
|
Merge branch 'master' into master
|
2021-02-20 19:35:31 +01:00 |
Kim Kulling
|
6094da3493
|
Update glTF2Asset.inl
|
2021-02-18 09:32:37 +01:00 |
Minmin Gong
|
d57b78bc98
|
Export the animation name to gltf2
|
2021-02-16 20:22:08 -08:00 |
RichardTea
|
f1d225c18d
|
Merge branch 'master' into issue_2195_draco
|
2021-02-15 18:05:22 +00:00 |
Kim Kulling
|
047b45d172
|
Fix apha value
- The alpha value in materials using the Tr format must be inverted
- closes https://github.com/assimp/assimp/issues/3645
|
2021-02-15 11:51:20 +01:00 |
Guangmo Lin
|
ba7f945f99
|
Eliminate MSVC warning C4819 caused by source files encoded in UTF-8 without BOM
|
2021-02-14 10:28:14 +08:00 |
Kim Kulling
|
426c1a340f
|
Merge branch 'master' into issue_2195_draco
|
2021-02-10 15:28:39 +01:00 |
Guangmo Lin
|
2d4bc2d04e
|
Eliminate maybe-uninitialized warnings which are treated as errors when use -DCMAKE_BUILD_TYPE=Release
|
2021-02-09 14:10:44 +08:00 |
Kim Kulling
|
c9ca921d09
|
Merge branch 'master' into ColladaAnimationFix
|
2021-02-08 20:46:18 +01:00 |
Kim Kulling
|
888415246e
|
Merge branch 'master' into issue_2195_draco
|
2021-02-08 11:52:54 +01:00 |
Gargaj
|
8ae8b165ca
|
fix compile warning-turned-error on x86
|
2021-02-08 00:37:06 +01:00 |
Kim Kulling
|
cb15a0d8b0
|
Merge branch 'master' into ColladaAnimationFix
|
2021-02-07 17:45:10 +01:00 |
Kim Kulling
|
6c3593eda0
|
Merge branch 'master' into master
|
2021-02-06 09:54:51 +01:00 |
ywang
|
9bab475302
|
export min max for sparse accessor
|
2021-02-03 15:05:58 -08:00 |
Kim Kulling
|
bb21ec9423
|
trigger build
|
2021-02-03 21:17:57 +01:00 |
Kim Kulling
|
2391432523
|
fix overflow
|
2021-02-03 21:07:28 +01:00 |
Kim Kulling
|
e6b8ae44cb
|
Fix unittests: skip newline at begin of matrix token.
|
2021-02-03 20:54:48 +01:00 |
xiaohunqupo
|
c43a1ed886
|
Fix Step Expoter Error.
Fix Step Expoter Error.
|
2021-02-03 16:26:02 +08:00 |
thomasbiang
|
d08acb85e7
|
Merge branch 'master' into master
|
2021-02-02 14:48:41 -08:00 |