Julien Duroure JulienDuroure
Julien Duroure closed issue blender/blender-addons#105278 2024-04-12 07:55:49 +02:00
vertex color attibutes doesnt export correctly with glb/gltf (4.1.0)
Julien Duroure commented on issue blender/blender-addons#105278 2024-04-12 07:55:47 +02:00
vertex color attibutes doesnt export correctly with glb/gltf (4.1.0)

Hello, Closing this ticket, as this works as designed. We are now exporting VC only when used in the shader node groups, avoiding exporting COLOR_0 that should always be a multiplier of base…

Julien Duroure commented on issue blender/blender#120518 2024-04-11 15:25:37 +02:00
Copy Driver to Selected

Sure, having a PyAPI for copy driver from the other one ticket will help having the operator from this one!

Julien Duroure commented on issue blender/blender#120518 2024-04-11 15:02:50 +02:00
Copy Driver to Selected

Hello, I think this task is heavily related (if not duplicated) : #111276

Julien Duroure commented on issue blender/blender#120064 2024-04-07 15:21:08 +02:00
The GLTF export of shape keys from Blender to Unreal Engine is causing errors

Hello,

Good news! Seems the problem is on UE side, that doesn't manage sparse accessor correctly!

Julien Duroure pushed to main at blender/blender-addons 2024-04-06 03:57:29 +02:00
033d552a7b glTF importer: Use layout panels instead of PanelTypes
Julien Duroure commented on pull request blender/blender-addons#105239 2024-04-03 17:37:17 +02:00
WIP: GLTF: Use layout panels instead of PanelTypes

Hello, thanks :)

Let me know when this PR is ready. The better workflow is to create a diff / patch or directly a PR upstream, here: https://github.com/KhronosGroup/glTF-Blender-IO

Julien Duroure pushed to main at blender/blender-addons 2024-04-02 08:54:18 +02:00
6b8b29648c glTF Exporter: Regression: Fix crash exporting instanced collection when lamp option is enabled
Julien Duroure closed issue blender/blender#120064 2024-03-31 22:02:09 +02:00
The GLTF export of shape keys from Blender to Unreal Engine is causing errors
Julien Duroure commented on issue blender/blender#120064 2024-03-31 22:02:06 +02:00
The GLTF export of shape keys from Blender to Unreal Engine is causing errors

Hello, Unfortunately, the log does not provide any useful information. I just checked that everything import correctly in Godot 4.2.1 too:

![image](/attachments/11d23aca-8781-4dbc-af96-7d5986e…

Julien Duroure commented on issue blender/blender#113469 2024-03-29 16:23:44 +01:00
Python Module can't find Draco library

Any news on that? What is the wanted behavior about any external shared libraries that are compiled by Blender core. How to manage them when publishing bpy as a py module?

Julien Duroure commented on issue blender/blender#120064 2024-03-29 16:15:46 +01:00
The GLTF export of shape keys from Blender to Unreal Engine is causing errors

Hello, The generated glb file:

Julien Duroure commented on issue blender/blender#120014 2024-03-28 15:34:33 +01:00
The GLTF export of shape keys from Blender to Unreal Engine is causing errors

Hello, You report does not contain minimal information to be able to reproduce the issue. Please provide a minimal .blend file that show the issue

Julien Duroure pushed to main at blender/blender-addons 2024-03-28 11:53:43 +01:00
68c49290e3 glTF exporter: fix hierarchy of object inside full hierarchy of collections
c794324c8a glTF exporter: fix crash on filtering collections
Compare 2 commits »
Julien Duroure pushed to main at blender/blender-addons 2024-03-27 16:39:35 +01:00
f5f6c460ed glTF exporter: Fix typo in error log
Julien Duroure commented on issue blender/blender#119887 2024-03-27 08:05:17 +01:00
Issue exporting glTF files; RuntimeError: Operator bpy.ops.geometry.attribute_convert.poll() failed, context is incorrect

Hello @lionheart001

Please do not mix multiple subject into a single ticket. Can you please create a new ticket here: https://github.com/KhronosGroup/glTF-Blender-IO if you issue is about…

Julien Duroure closed issue blender/blender#119887 2024-03-25 23:52:14 +01:00
Issue exporting glTF files; RuntimeError: Operator bpy.ops.geometry.attribute_convert.poll() failed, context is incorrect
Julien Duroure commented on issue blender/blender#119887 2024-03-25 23:52:11 +01:00
Issue exporting glTF files; RuntimeError: Operator bpy.ops.geometry.attribute_convert.poll() failed, context is incorrect

Even if scurest comment is true, we also need to fix the log line, as we need to concatenate, not using comma

export_settings['log'].error("Extension hook", hook_name, "fails on", extension) …

Julien Duroure opened issue blender/blender#119823 2024-03-23 14:01:39 +01:00
Obj import generate some not valid meshes
Julien Duroure pushed to main at blender/blender-addons 2024-03-19 20:56:19 +01:00
d41feda6c7 glTF Exporter: Fix type in NodeNav