Kim Kulling
17e2332dc4
Update IFCCurve.cpp
2023-09-09 07:42:05 +02:00
Kim Kulling
9d7ec55ff9
Remove final
2023-09-08 15:20:08 +02:00
Kim Kulling
eb20942f03
Refactorings
2023-09-08 15:14:49 +02:00
Kim Kulling
b5daee2f41
Remove Hunter-based includes
2023-09-08 08:35:48 +02:00
Kim Kulling
50a3645a5d
Update BlenderTessellator.h
2023-09-07 22:06:33 +02:00
Kim Kulling
aebc6c9c15
Merge branch 'mosfet80-ClipperUpdate' of https://github.com/assimp/assimp into mosfet80-ClipperUpdate
2023-09-07 16:38:46 +02:00
Kim Kulling
1a0f90a30c
Merge branch 'master' into mosfet80-ClipperUpdate
2023-09-07 16:37:05 +02:00
Kim Kulling
50fe4ccbe4
Disable removing contrib folder
2023-09-07 16:35:51 +02:00
Kim Kulling
60411a3290
Merge branch 'master' into mosfet80-ClipperUpdate
2023-09-07 15:59:18 +02:00
Kim Kulling
3cf7d28bc4
Merge pull request #5221 from mosfet80/patch-4
...
Update sanitizer.yml
2023-09-07 15:58:40 +02:00
Kim Kulling
0646433211
Fix misconfig for hunter
2023-09-06 15:27:36 +02:00
Kim Kulling
b5c4414dd3
Fix invalid use of hunter enabled macro.
2023-09-06 15:08:54 +02:00
Kim Kulling
245337aeae
Fix: Fix hided var.
2023-09-06 14:56:09 +02:00
mosfet80
c3544f1f98
Update sanitizer.yml
...
updated actions/checkout to v4
Update default runtime to node20 by @takost in #1436
Support fetching without the --progress option by @simonbaird in #1067
Release 4.0.0 by @takost in #1447
2023-09-06 14:54:46 +02:00
Kim Kulling
cdb3c74964
Disable hunter build
2023-09-06 14:31:34 +02:00
Kim Kulling
d3b12a5ae7
Fix the build
2023-09-06 13:53:57 +02:00
Kim Kulling
9834a6aa7d
Fix the build
2023-09-06 13:45:17 +02:00
Kim Kulling
4de723d497
Merge branch 'master' into ClipperUpdate
2023-09-01 16:02:12 +02:00
Kim Kulling
0ff0bd7a6e
Merge pull request #5118 from kenichiice/dxf/negative-index
...
DXF: Support negative index in VERTEX
2023-09-01 15:54:39 +02:00
OGAWA KenIchi
8d8a0a5af7
DXF: Support negative index in VERTEX
2023-09-01 18:26:53 +09:00
Kim Kulling
e673d1fd9e
Merge pull request #5216 from assimp/semi-desert-master
...
Semi desert master
2023-08-30 21:31:55 +02:00
Kim Kulling
e41fe74b2a
Merge branch 'master' into semi-desert-master
2023-08-30 21:17:25 +02:00
Kim Kulling
8c8f974ea3
Merge branch 'master' of https://github.com/semi-desert/assimp into semi-desert-master
2023-08-30 21:16:21 +02:00
Kim Kulling
f623870dd1
Merge pull request #5170 from vulcanozz/vulcano/export_gltf2_with_roughness_texture
...
Add DIFFUSE_ROUGHNESS_TEXTURE for gltf2 exporter
2023-08-29 15:27:55 +02:00
Kim Kulling
e79d105957
Merge branch 'master' into vulcano/export_gltf2_with_roughness_texture
2023-08-29 15:13:43 +02:00
Kim Kulling
0afaf976b9
Merge pull request #5192 from PencilAmazing/irrfix
...
IRR - Fix UTF-16 file parsing (and possibly more?)
2023-08-29 15:11:06 +02:00
Kim Kulling
b52731c707
Merge branch 'master' into irrfix
2023-08-29 14:22:22 +02:00
Kim Kulling
97227d7a4c
Merge pull request #5193 from martinweber/collada-ignore-unit-size-property
...
Collada: added import property to disable unit size scaling
2023-08-29 14:15:50 +02:00
Kim Kulling
cc2c5d3ae3
Merge branch 'master' into collada-ignore-unit-size-property
2023-08-29 14:01:40 +02:00
Kim Kulling
2f6f58707d
Merge pull request #5161 from malytomas/master
...
fix incorrect default for material::get with aiColor3D
2023-08-28 11:45:54 +02:00
Kim Kulling
b9ea538e6f
Merge branch 'master' into master
2023-08-28 11:11:50 +02:00
Kim Kulling
0ad714d4e6
Merge branch 'master' into ClipperUpdate
2023-08-27 20:59:20 +02:00
Kim Kulling
215caa65aa
Merge branch 'master' into irrfix
2023-08-25 00:01:15 +02:00
Kim Kulling
80a03071ba
Merge pull request #5209 from sashashura/openddlparser
...
bump openddl-parser to v0.5.1
2023-08-25 00:00:39 +02:00
Kim Kulling
fa69c47d45
Merge branch 'master' into openddlparser
2023-08-24 23:46:23 +02:00
Kim Kulling
fe6730f225
Merge pull request #5212 from guguTang/xin-issue_5211
...
Ensure that the strength attribute is the same when importing or exporting gltf2
2023-08-24 23:45:41 +02:00
Kim Kulling
60b6d80936
Merge branch 'master' into xin-issue_5211
2023-08-24 21:03:57 +02:00
Kim Kulling
c953c9b76f
Merge pull request #5213 from AnyOldName3/pdb-install-fixes
...
Use correct PDB paths
2023-08-24 20:35:00 +02:00
AnyOldName3
e50233b2c1
Use correct PDB paths
...
The previously-specified paths were only correct for a static library
build.
I therefore fenced off that code to be specific to static library
builds.
For shared library builds, I added a generator-expression-based
alternative.
Annoyingly, this won't work with static library builds, so we don't get
the concise, reliable version in all circumstances.
I've avoided modifying any of the paths anything ends up at to avoid
breaking changes.
Resolves https://github.com/assimp/assimp/issues/4269
2023-08-23 17:19:01 +01:00
tangxin
4389c3d80c
The texture strength attribute in aiMaterial set when importing and exporting gltf files is inconsistent
2023-08-23 14:54:40 +08:00
zhucan
d07934bf25
adjust comment
2023-08-18 01:03:49 +08:00
zhucan
554fa8f5e2
code format
2023-08-18 01:03:49 +08:00
zhucan
2b4606c082
add fallback strategy for metallicRoughnessTexture
2023-08-18 01:03:49 +08:00
朱灿
3a03fe31b1
gltf2 export diffuse roughness
2023-08-18 01:03:49 +08:00
zhucan
32716002ac
Add DIFFUSE_ROUGHNESS_TEXTURE for gltf2 exporter
2023-08-18 01:03:49 +08:00
Alex
081cae6a95
Fix WIN32_LEAN_AND_MEAN redefinition
2023-08-17 13:25:30 +00:00
Alex
7cbf4c4136
Fix win build
2023-08-17 12:35:44 +00:00
Alex
bc7ef58b49
bump openddl-parser to v0.5.1
2023-08-17 12:00:22 +00:00
Kim Kulling
72c10d856f
Merge pull request #5207 from sashashura/4658377717055488
...
Fix Invalid-free in Assimp::FBX::Scope::Scope
2023-08-17 10:27:36 +02:00
Alex
5c45cdc0ad
Fix Invalid-free in Assimp::FBX::Scope::Scope
2023-08-16 07:45:23 +00:00