Julien Duroure JulienDuroure
Julien Duroure closed issue blender/blender#117452 2024-01-28 17:12:42 +01:00
gltf 2.0 terminate while exporting an object that use UV as attribute
Julien Duroure commented on issue blender/blender#117452 2024-01-28 17:12:39 +01:00
gltf 2.0 terminate while exporting an object that use UV as attribute

Fixed by 47c669dcf84f21972582cd4d62b7b79933c50204

Julien Duroure pushed to main at blender/blender-addons 2024-01-28 17:11:44 +01:00
f407b20752 glTF importer: Refactor material import
c10a443bed glTF importer: Change scaling factor of default custom bones
47c669dcf8 glTF exporter: Fix UVMap as Custom Attribute FLOAT2 or FLOAT3
7d13b7b06d glTF exporter: 1 keyframe actions must not have CUBISPLINE interpolation
8b0c3b5bad glTF importer: Fix importing certain textures with no source
Compare 12 commits »
Julien Duroure commented on issue blender/blender-addons#105152 2024-01-28 13:28:16 +01:00
I get a traceback issue when I try to add the extra objects addon

What is your linux distribution? This kind of error sometime is linked to a bad Blender packaging regarding python. You probably have to contact your linux pakage maintainer, as this problem…

Julien Duroure closed issue blender/blender-addons#105141 2024-01-27 19:13:08 +01:00
Format issue with material image export during GLTF export
Julien Duroure commented on issue blender/blender-addons#105141 2024-01-27 19:13:07 +01:00
Format issue with material image export during GLTF export

Confirmed what I said: You try to export alpha, so exporter automatically switch to png, as jpeg can't handle it. As said by Scurest, remove alpha linked will solve your issue. Closing this…

Julien Duroure closed issue blender/blender#117122 2024-01-25 15:33:21 +01:00
Using webp image textures fails to export glb/gltf
Julien Duroure commented on issue blender/blender#117122 2024-01-25 15:33:18 +01:00
Using webp image textures fails to export glb/gltf

Hello, Thanks for confirmation that there is no bug here. Closing this ticket

Julien Duroure commented on issue blender/blender#116319 2024-01-25 12:14:23 +01:00
Memory leak when exporting to gltf (using blender as a python module)

Hello, It's the first time someone reported this leak. I can confirm that I can't see anything when import / export from Blender UI, but not sure if there are so many users using bpy as a py…

Julien Duroure commented on issue blender/blender-addons#105141 2024-01-24 12:35:16 +01:00
Format issue with material image export during GLTF export

outputs is not really useful to investigate. As far as I can see in your file, you probably (once again, can't be sure without your .blend file or any other simple .blend file that shows the…

Julien Duroure commented on issue blender/blender#117452 2024-01-23 19:42:10 +01:00
gltf 2.0 terminate while exporting an object that use UV as attribute

As requested in template, please provide a simple .blend, as we can't investigate without it

Julien Duroure commented on issue blender/blender-addons#105141 2024-01-23 18:24:19 +01:00
Format issue with material image export during GLTF export

Please provide your .blend file jpeg file does not have alpha management, so depending on your node setup, we may not be able to export texture has jpeg. Without the .blend, as requested in…

Julien Duroure commented on issue blender/blender#117122 2024-01-16 18:11:48 +01:00
Using webp image textures fails to export glb/gltf

Hello,

I am not sure to understand what your problem is exactly. The webp texture is exported, as we can see in https://gltf-viewer.donmccurdy.com/ for example. There are some info/warning,…

Julien Duroure closed issue blender/blender#117086 2024-01-14 07:22:48 +01:00
[Gltf Export] Scene dosn't export animation properly if more than one scene
Julien Duroure commented on issue blender/blender#117086 2024-01-14 07:22:45 +01:00
[Gltf Export] Scene dosn't export animation properly if more than one scene

Hello, Closing this issue, as it is already open in upstream repository: https://github.com/KhronosGroup/glTF-Blender-IO/issues/2113

Julien Duroure commented on issue blender/blender#116181 2024-01-08 13:34:24 +01:00
Duplicated materials in exported glb file

Here is a PR that should fix the issue: https://github.com/KhronosGroup/glTF-Blender-IO/pull/2099

Julien Duroure closed issue blender/blender#94953 2024-01-05 17:02:31 +01:00
Support geometry node in glTF exporter
Julien Duroure commented on issue blender/blender#94953 2024-01-05 17:02:28 +01:00
Support geometry node in glTF exporter

There will be an experimental GN Instance export on 4.1 (with or without using gpu instancing). So I think we can close this ticket now. Thanks!

Julien Duroure commented on issue blender/blender#116373 2023-12-20 11:19:24 +01:00
Regression 4.1 alpha: foreach_get crash

Broken by 7c69c8827b655295071709e97ff99499046e5948

@HooglyBoogly