Kim Kulling
636fbd65b3
Refactorings: come code cleanups
2023-12-29 16:55:37 +01:00
Alexander Wagner
df33d33e8f
- removed commented code
2023-12-20 20:55:04 +01:00
Alexander Wagner
4034df8b6e
- removed unused include
2023-12-20 20:55:04 +01:00
Alexandre Avenel
e4e2c63e0c
Fix heap-buffer overflow in PLY parser
2023-11-20 08:43:17 +01:00
Kim Kulling
4535e37fc6
Fix namespaces.
2023-11-12 21:09:33 +01:00
Kim Kulling
8cf2d6e588
Refactoring: Some cleanups
2023-11-12 21:09:33 +01:00
David Marčinković
945c77d699
Fix double free when the mesh contains duplicate bones.
2023-10-21 08:11:37 +01:00
fvbj
8fcc65a8af
Extension of data export to GLB/GLTF format
...
Allows to export unlimited (more than 4) bones per vertex
Use JOINTS_1,2,.. and WEIGHTS_1,2,...
Added AI_CONFIG_EXPORT_GLTF_UNLIMITED_SKINNING_BONES_PER_VERTEX flag
2023-10-08 14:43:53 +00:00
Kim Kulling
f9d3e7015b
Update types.h
...
- closes https://github.com/assimp/assimp/issues/5247
2023-09-25 14:22:00 +02:00
Kim Kulling
fb23ef7c02
Update: Update code version
2023-09-23 18:35:48 +02:00
Батхишиг
fa71b84c1c
ai_epsilon bug fixed in C ( #5231 )
2023-09-18 14:48:30 +02:00
Kim Kulling
2af4247260
Fix: Fix compilation for clang 14.0.3 ( #5223 )
...
* Fix: Fix compilation for clang 14.0.3
- closes https://github.com/assimp/assimp/issues/5203
* Update mesh.h
* Update mesh.h
Fix a typo.
2023-09-11 10:51:51 +02:00
Kim Kulling
b52731c707
Merge branch 'master' into irrfix
2023-08-29 14:22:22 +02:00
Kim Kulling
cc2c5d3ae3
Merge branch 'master' into collada-ignore-unit-size-property
2023-08-29 14:01:40 +02:00
Kim Kulling
b9ea538e6f
Merge branch 'master' into master
2023-08-28 11:11:50 +02:00
PencilAmazing
2e60cb6ae6
Merge branch 'master' into irrfix
2023-08-14 01:50:06 -04:00
Martin Weber
d8a7399a04
Merge branch 'assimp:master' into collada-ignore-unit-size-property
2023-08-10 08:10:18 +02:00
Pavel Rojtberg
20a2cc4c94
it is the importer, not the postproc
2023-08-09 02:05:44 +02:00
Pavel Rojtberg
2baadf2fe5
Be more precise regarding index buffer
2023-08-08 18:34:13 +02:00
Martin Weber
bb1873dd22
Collada: added import property to disable unit size scaling
2023-08-04 09:54:55 +02:00
PencilAmazing
d6edfad8bb
Fix non UTF-8 xml file parsing by passing buffer size manually, as per pugixml documentation
2023-08-02 13:52:40 -04:00
Kim Kulling
e2b19ef776
Merge branch 'master' into file_extension
2023-07-10 11:19:27 +02:00
Marco Feuerstein
506baa21e6
Unify extension check for importers.
...
This enables proper checking for all kinds of extensions (including the
ones with multiple dots) for all importers and internal usage.
2023-07-08 12:58:11 +02:00
Marco Feuerstein
0256047168
Extend token search flag from alpha to graph.
...
This way we can fix Blender exported files being wrongly detected as
obj files.
2023-07-08 12:57:45 +02:00
Kim Kulling
3423949490
Merge branch 'master' into master
2023-07-08 12:37:42 +02:00
Marco Feuerstein
8b005eaa83
Add missing header.
2023-07-07 14:28:05 +02:00
Tomas Maly
5d3f3281f4
fix incorrect default for material::get with aiColor3D
2023-06-27 12:40:27 +02:00
Kim Kulling
e947471549
Merge branch 'master' into refactor/KHR_material_specular
2023-05-22 09:49:01 +02:00
Kim Kulling
1243325f10
Merge branch 'master' into kimkulling/refactoring_geoutils
2023-05-04 21:10:00 +02:00
Kim Kulling
75d024c91b
Reafctoring: Add GeoUtils usage
2023-05-04 20:57:20 +02:00
Kim Kulling
d58201a579
Refactoring: Reuse code from GeometryUtils
2023-05-04 00:00:52 +02:00
Kim Kulling
71366fff8e
Merge branch 'master' into msvc-clang-inconsistent-missing-destructor-override
2023-04-26 09:31:55 +02:00
Kim Kulling
1ecb8e9196
Merge branch 'master' into msvc-clang-missing-noreturn
2023-04-25 23:56:39 +02:00
Kim Kulling
fd59a2209b
Update fast_atof.h
2023-04-17 22:07:49 +02:00
Kim Kulling
d51f033e20
Fix: Avoid integer overflow in inversion op
...
- closes https://github.com/assimp/assimp/issues/3424
2023-04-17 21:30:47 +02:00
Kim Kulling
5d841ec9a5
Refactoring: Cleanup post-processing steps.
2023-04-16 18:20:14 +02:00
Adam Beili
e193220ad8
Merge branch 'master' into refactor/KHR_material_specular
2023-04-06 02:42:18 +02:00
Jackie9527
7df4efea44
Fix warning related to inconsistent-missing-destructor-override.
...
Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
2023-04-01 21:49:38 +08:00
Jackie9527
87c309566f
Fix warning related to missing-noreturn.
...
Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
2023-04-01 18:46:12 +08:00
Jackie9527
94067994cc
Fix warning related to format-non-iso.
...
Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
2023-04-01 12:29:42 +08:00
Adam Beili
83053f3d56
Made usePbrSpecGloss a exportproperty, fixed mat_specular to spec
2023-03-26 16:55:38 +02:00
Adam Beili
c9177b7811
Merge branch 'master' into refactor/KHR_material_specular
2023-03-24 21:47:19 +01:00
Urs Hanselmann
8fb83af079
Merge branch 'master' into master
2023-03-07 19:45:45 +01:00
Kim Kulling
4f48348af8
Fix: Move c++ include to c++ section
2023-03-07 18:55:18 +01:00
Kim Kulling
c089f11768
Update utf82utf16.
2023-03-06 19:56:11 +01:00
Urs Hanselmann
011382424b
remove debug message from MemoryIOStream (used by public Importer::ReadFileFromMemory method)
2023-03-03 19:31:50 +01:00
Kim Kulling
1092f0d94e
Fix:Use correct encoding
2023-03-01 21:40:45 +01:00
Kim Kulling
65b0553b8d
Merge branch 'master' into kimkulling/skeleton_update_doc
2023-02-21 09:50:27 +01:00
Kim Kulling
3ad67771fe
Add missing pod types.
2023-02-18 17:09:14 +01:00
Kim Kulling
9898138516
Update mesh.h
2023-02-15 21:02:03 +01:00