Julien Duroure JulienDuroure
Julien Duroure commented on issue blender/blender#111276 2023-09-08 11:27:17 +02:00
PyAPI for copying drivers

I know this is only a design task for now, but any idea of the timeline here? Is there a target milestone (4.0, 4.1, later ?) for this (awesome) feature?

Julien Duroure commented on issue blender/blender#99447 2023-09-08 11:05:01 +02:00
Principled v2 BSDF

Hello @LukasStockner

(Also tagging @ThomasDinges as coordinator)

Seems the current status is behind the initial planning for 4.0 I'd like to have a updated status of each item: what will…

Julien Duroure commented on issue blender/blender#93551 2023-09-08 10:23:22 +02:00
Mesh Normals and Auto Smooth in 4.1

Thanks for the status. Feel free to contact me for any question regarding glTF I/O

Julien Duroure closed issue blender/blender-addons#104852 2023-09-06 17:38:17 +02:00
GLTF exporter fails with IndexError in primitive_creation
Julien Duroure pushed to main at blender/blender-addons 2023-09-06 17:38:17 +02:00
dbcc17eb97 glTF exporter: Texture: Use default value when merging channels
7f9569e672 glTF exporter: round tangents to avoid not determinist exports
a4dd07ee34 glTF exporter: animation on extra channel when not sampled - was traceback
9d5c1cc74a glTF importer: conversion for some attribute types
3f13ac814f glTF exporter: fix check texture image
Compare 8 commits »
Julien Duroure commented on issue blender/blender#93551 2023-09-01 15:56:55 +02:00
Mesh Normals and Auto Smooth in 4.1

Hello, First question: Is it only for "auto smooth", or also for "Custom Split Normals data" (that requires to have auto smooth ON) ? I can see impact on glTF importer in case we can't create…

Julien Duroure commented on issue blender/blender#111674 2023-08-31 11:54:37 +02:00
Gltf 2.0 exporter: exporting Actions with "Bake all objects animations" does not bake actions to the selection.

I will have a look. I can't manage this ticket on blender repo, as we are not in blender-addon repo

Julien Duroure pushed to main at blender/blender-addons 2023-08-30 17:38:18 +02:00
0cddda9150 glTF: fix after recent nodegroup interface change
Julien Duroure commented on issue blender/blender-addons#104852 2023-08-30 16:48:02 +02:00
GLTF exporter fails with IndexError in primitive_creation

We already have a mesh.validate, that sometime solve the mesh issue, and let export some part of the mesh, depending the initial issue on the mesh. My proposition is to add a Warning when…

Julien Duroure commented on issue blender/blender-addons#104852 2023-08-29 06:30:09 +02:00
GLTF exporter fails with IndexError in primitive_creation

Here is a simpler file with no animation, and only the object responsible of the backtrace.

Seems the cell fracture does not generate a valid mesh here, as bpy.context.object.data.validate()…

Julien Duroure commented on issue blender/blender-addons#104852 2023-08-29 06:17:53 +02:00
GLTF exporter fails with IndexError in primitive_creation

Hello, Please provide the .blend file you are trying to export.

Julien Duroure commented on issue blender/blender#111276 2023-08-18 19:36:36 +02:00
PyAPI for copying drivers

This feature can be very useful for any add-on developer / riggers.

We discussed it, on animation-module channel, a few days ago with Alexander too. On glTF exporter, this feature will also…

Julien Duroure commented on issue blender/blender#107030 2023-08-15 18:59:05 +02:00
action.frame_range span always >=1 when there's only 1 key frame in it.

This change was tag as 4.0 because of breaking change. Is it still planned?

Julien Duroure closed issue blender/blender-addons#104798 2023-08-07 18:34:28 +02:00
export glb error
Julien Duroure commented on issue blender/blender-addons#104798 2023-08-07 18:34:26 +02:00
export glb error

Fixed by 288a5429d031a2d89d7b77d0b506512f8f2e603b

Julien Duroure pushed to main at blender/blender-addons 2023-08-07 18:32:52 +02:00
288a5429d0 glTF: Fix I/O after recent change from Velvet to Sheen node
Julien Duroure commented on issue blender/blender-addons#104798 2023-07-30 15:44:41 +02:00
export glb error

Exporter need changes after recent Sheen changes (part of Principled v2). I am curently out of office, I will take care of it in 2 weeks

Julien Duroure commented on issue blender/blender#110154 2023-07-16 08:15:02 +02:00
Error when exporting to glb

Hello, Problem doesn't come from glTF exporter. Select your object, and then, in console:

bpy.context.object.data.validate()

Then you will see (after refreshing viewport) that your mesh…

Julien Duroure pushed to main at blender/blender-addons 2023-07-16 08:08:50 +02:00
5180d77b7a glTF exporter: fix crash when user try to merge identical tracks
Julien Duroure pushed to main at blender/blender-addons 2023-07-16 08:07:39 +02:00
28092ac9fe glTF exporter: fix typo in addon info