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 |
Kim Kulling
|
aa6f983920
|
Remove buggy assert
- Remove assertion test for empty nodestacks when no meshes are in the node. Just return from the function.
- closes https://github.com/assimp/assimp/issues/3664
|
2021-02-25 14:01:18 +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 |
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 |
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 |
thomasbiang
|
d08acb85e7
|
Merge branch 'master' into master
|
2021-02-02 14:48:41 -08:00 |
Kim Kulling
|
faf53b8e0f
|
Fix broken autocorrect fix
|
2021-02-02 23:33:02 +01:00 |
Kim Kulling
|
6ee1a32fb2
|
fix compile issue: replace std::make_unique
|
2021-02-02 22:54:20 +01:00 |
Kim Kulling
|
50fd5127ef
|
Some review findings.
|
2021-02-02 22:34:30 +01:00 |
ywang
|
793bd44cee
|
fix issue: 3482: invalid gltf2 properties
|
2021-02-02 13:19:57 -08:00 |
Kim Kulling
|
fa2354ebc3
|
Fix incorrect xml-parsing in collada importer.
|
2021-02-02 22:06:33 +01:00 |
contriteobserver
|
65bc86e181
|
Merge branch 'master' into ColladaAnimationFix
|
2021-02-01 16:58:01 -08:00 |
RichardTea
|
aa10b56bc2
|
Fix draco linking for Hunter/Normal
|
2021-02-01 14:29:24 +00:00 |
Kim Kulling
|
5fbbba2fac
|
Merge branch 'master' into issue_2195_draco
|
2021-01-31 16:02:57 +01:00 |
Kim Kulling
|
f2543ee608
|
Merge branch 'master' into ColladaSubmeshFix
|
2021-01-29 22:11:07 +01:00 |
Kim Kulling
|
de827b2fec
|
Merge branch 'master' into develop
|
2021-01-29 21:46:42 +01:00 |
Kim Kulling
|
79eb9ecc86
|
Update all minimum cmake req to 3.10
|
2021-01-29 21:05:46 +01:00 |
Kim Kulling
|
db8e9eb556
|
Merge branch 'master' into develop
|
2021-01-29 19:20:38 +01:00 |
Kim Kulling
|
8d4b816dfe
|
Merge branch 'master' into master
|
2021-01-29 18:16:04 +01:00 |
contriteobserver
|
e33b69a428
|
Collada importer now identifies animations
addresses issue #3584
|
2021-01-28 13:06:02 -08:00 |
Kim Kulling
|
706d636c63
|
Merge branch 'master' into master
|
2021-01-28 18:25:39 +01:00 |
RichardTea
|
48bcbbefdd
|
use nullptr and float constants
|
2021-01-27 10:56:57 +00:00 |
RichardTea
|
150514fc8b
|
Move draco warning suppression
Should be around the include for portability, not template instantiation
Fix clang pragma typos
|
2021-01-27 10:42:28 +00:00 |
RichardTea
|
5e7281dac6
|
Merge branch 'master' into issue_2195_draco
|
2021-01-27 10:26:16 +00:00 |
RichardTea
|
6ec32b6b78
|
Apply clangformat
|
2021-01-27 09:55:03 +00:00 |
RichardTea
|
c6fd1ce996
|
glTF2 Minor cleanup
|
2021-01-27 09:42:49 +00:00 |
RichardTea
|
5b9d06c2fc
|
Disable draco clang/gcc warnings via pragma
draco templated functions also throw warnings
|
2021-01-27 09:19:35 +00:00 |
Kim Kulling
|
1e38f84c3a
|
fix typo
|
2021-01-27 09:40:19 +01:00 |
Kim Kulling
|
ac0f1f2cab
|
Update FBXMaterial.cpp
|
2021-01-27 09:37:35 +01:00 |
Kim Kulling
|
c02ad323a5
|
Fix VS compiler warning: convertig int to char
|
2021-01-27 09:22:59 +01:00 |