Julien Duroure JulienDuroure
Julien Duroure pushed to blender-v4.0-release at blender/blender-addons 2023-09-30 11:53:01 +02:00
316293e03d glTF: remove debug print
Julien Duroure pushed to main at blender/blender-addons 2023-09-27 08:56:14 +02:00
7d2a5f2594 glTF: update shader after Principled changes
Julien Duroure pushed to main at blender/blender-addons 2023-09-26 22:18:41 +02:00
f070019ded glTF: Avoid crash after Principled Specular changes
Julien Duroure commented on pull request blender/blender#112848 2023-09-25 23:07:09 +02:00
Principled v2 combined changes for 4.0

@brecht Thanks! I will have a look, and then update the glTF I/O to be more aligned with the specification. Hopefully all these changes make it easier. Thanks again!

Julien Duroure pushed to main at blender/blender-manual 2023-09-25 17:49:21 +02:00
6c0fd6794a glTF: Update documentation after recent enhancements
Julien Duroure closed issue blender/blender-addons#104864 2023-09-25 12:50:24 +02:00
Gltf 2.0 exporter: exporting Actions with "Bake all objects animations" does not bake actions to the selection.
Julien Duroure commented on issue blender/blender-addons#104864 2023-09-25 12:50:22 +02:00
Gltf 2.0 exporter: exporting Actions with "Bake all objects animations" does not bake actions to the selection.

error fixed by 15780ade327f81f7ba7d9b24f0b67df2416c58fc

Julien Duroure commented on issue blender/blender#109399 2023-09-25 12:49:15 +02:00
Blender LTS: Maintenance Task 3.6

Can we please add 9ccd934d19 to the list? I don't have any rights on blender core repo, only on blender-addo…

Julien Duroure pushed to main at blender/blender-addons 2023-09-25 12:47:42 +02:00
332839d7ab glTF: implement EXT_texture_webp
bd7fea9ca3 glTF exporter: Manage UVMaps outside of materials
01b30876b1 glTF: implement EXT_mesh_gpu_instancing
e7a7626052 glTF: Better rigging roundrip when import then export
a75b59baa3 glTF exporter: Add option to choose number of bone influence
Compare 11 commits »
Julien Duroure commented on issue blender/blender-addons#104864 2023-09-25 12:41:08 +02:00
Gltf 2.0 exporter: exporting Actions with "Bake all objects animations" does not bake actions to the selection.

Hello, We will fix the error.

But, here is no reason to take into account the original animations, and neither the active one, as the animated armature is not exported. This is the same…

Julien Duroure commented on pull request blender/blender#112192 2023-09-24 09:53:26 +02:00
Cycles/EEVEE: Change specular tint in Principled BSDF from float to color

Really happy to see it, as it will make Blender specular compatible with glTF specular, avoiding a lot of conversion (that are not 100% accurate). Is it still planned to be merged for 4.0?

Julien Duroure pushed to main at blender/blender-addons 2023-09-19 22:08:59 +02:00
62cf7b53c1 glTF importer: add missing volume in list of managed extensions
Julien Duroure pushed to main at blender/blender-addons 2023-09-19 21:55:54 +02:00
7bc4614eff glTF importer: reflect changes in Principled socket order
Julien Duroure commented on issue blender/blender#112312 2023-09-14 04:46:42 +02:00
Export: Different transform value of Leaf bone

Blender bone tail is not something that is stored in gltf file format, because this is not something defined in glTF specification. You can't be 100% sure that this value is constant when you…

Julien Duroure commented on issue blender/blender#112312 2023-09-14 03:42:17 +02:00
Export: Different transform value of Leaf bone

Hello, No, this is not what I mean. I was talking about using "BLENDER" option to import glb file inside Blender. No other software impacted here.

Julien Duroure pushed to main at blender/blender-addons 2023-09-13 17:48:17 +02:00
ca25df2234 glTF export: Fix sheen roughness export after sheen node changes
Julien Duroure commented on issue blender/blender#112312 2023-09-13 15:01:07 +02:00
Export: Different transform value of Leaf bone

BTW, this is not related to exporter

The PR will only change the default option at import, nothing related to exporter.

So if the user want to keep joint orientation, he has to change the…

Julien Duroure commented on issue blender/blender#112312 2023-09-13 12:37:27 +02:00
Export: Different transform value of Leaf bone

Hello, Yes, this is a know behavior, with very long history. This should be changed with 4.0 (not committed yet).

See https://github.com/KhronosGroup/glTF-Blender-IO/issues/1662 and…

Julien Duroure pushed to main at blender/blender-addons 2023-09-13 09:45:02 +02:00
53f0f57ddf glTF: fix Clearcoat after recent Principled changed