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 |
Kim Kulling
|
779912e84e
|
Merge branch 'master' into kimkulling/skeleton-doc
|
2023-02-13 21:29:32 +01:00 |
Kim Kulling
|
156a393b84
|
Fix a typo
|
2023-02-10 08:07:09 +01:00 |
Kim Kulling
|
bde9a6a3c3
|
Update mesh.h
|
2023-02-09 22:36:06 +01:00 |
Kim Kulling
|
7b3f70a08b
|
Add skeleton doc
|
2023-02-09 21:12:21 +01:00 |
jiannanya
|
2390822baf
|
Fix: the member function 'Flush()' of class 'MemoryIOStream' need to be marked as override for msvc clang compiling
|
2023-02-09 21:30:48 +08:00 |
Kim Kulling
|
b7d08fc8f2
|
Fix review findings.
|
2023-02-08 21:48:55 +01:00 |
Kim Kulling
|
b170370e5c
|
Fix: Fix memleak when exiting method by exception
|
2023-02-08 21:29:54 +01:00 |
Kim Kulling
|
e9c95d484e
|
Update IOStreamBuffer.h
|
2023-02-04 18:36:36 +01:00 |