Julien Duroure JulienDuroure
Julien Duroure pushed to main at blender/blender-addons 2023-04-17 15:38:45 +02:00
8dfe73800d glTF exporter: animation enhancements
Julien Duroure commented on issue blender/blender#107030 2023-04-17 11:40:32 +02:00
action.frame_range span always >=1 when there's only 1 key frame in it.

Additional information: bpy.context.object.animation_data.action.fcurves[0].range() returns the right result (6.0, 6.0)

Julien Duroure opened issue blender/blender#107030 2023-04-17 11:27:39 +02:00
frame_range wrong value when only 1 keyframe
Julien Duroure commented on issue blender/blender#106842 2023-04-12 17:23:26 +02:00
Valid GLB file fails to import

Fixed by blender/blender-addons@6ac724926a I can not close this ticket because it was created on blender repo, not blender-addons Can someone close it?

Julien Duroure pushed to main at blender/blender-addons 2023-04-12 17:18:57 +02:00
8b57a74629 glTF exporter: export right materials when changed by modifiers
17f1e4d848 glTF exporter: convert light option was not saved
6ac724926a glTF importer: fix empty shapekey names
Compare 3 commits »
Julien Duroure commented on issue blender/blender#106842 2023-04-12 07:15:57 +02:00
Valid GLB file fails to import

Confirmed

Julien Duroure commented on issue blender/blender#106258 2023-04-05 17:51:56 +02:00
3.5: Candidates for corrective releases

Hello, Seems we can't edit the initial list when we only have rights to addon repository.

I want to add this commit to the list : https://projects.blender.org/blender/blender-addons/commit/8c77

Julien Duroure commented on issue blender/blender#106566 2023-04-05 17:47:37 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

Fixed by 8c77651799

But, as it is not on same repository / tracker, auto closing didn't work

Julien Duroure pushed to main at blender/blender-addons 2023-04-05 17:46:02 +02:00
8c77651799 glTF exporter: Fix #106566 : uri encoded, only for uri, not filename
Julien Duroure commented on issue blender/blender#106566 2023-04-05 15:48:22 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

Hello,

My bad. The uri should be encoded, but the filename not. (confirmed using glTF validator) I will fix it

Julien Duroure commented on issue blender/blender#106566 2023-04-05 06:15:04 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

I think we can close this ticket as Invalid. The describe behavior is requested by glTF specification.

I don't have any rights on this issue tracker part (only on blender addons one, which…

Julien Duroure commented on issue blender/blender#106566 2023-04-04 22:42:27 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

@Harley I have to have a deeper look, but I do think this is required by the specification.

Reserved characters (as defined by RFC 3986, Section 2.2. and RFC 3987, Section 2.2.) MUST be…

Julien Duroure pushed to main at blender/blender-addons 2023-03-30 14:44:41 +02:00
874240f275 glTF exporter: change default primitive order (not normative), and add hook to change it if needed
21faf89f01 glTF exporter: cleanup mesh caching
0920b3e329 glTF exporter: Fix #79104: Fix normal normalization
83357ab3b9 glTF importer: Fix zero sum weights for skinning
Compare 4 commits »
Julien Duroure closed issue blender/blender-addons#79104 2023-03-30 14:44:40 +02:00
Exporting a valid GLTF (was valid before import) causes GLTF validation errors
Julien Duroure commented on issue blender/blender#105846 2023-03-27 15:21:49 +02:00
Gltf export of Face corner doesn't behave properly

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks for the report. If the problem persists please open a new report with the…

Julien Duroure pushed to main at blender/blender-addons 2023-03-15 12:39:06 +01:00
e44b374a47 Merge branch 'blender-v3.5-release'
96e552120d FBX export: Option to prioritize active color at export.
Compare 2 commits »
Julien Duroure pushed to main at blender/blender-addons 2023-03-13 10:10:35 +01:00
50f56a024e glTF importer: fix bad merge
Julien Duroure pushed to main at blender/blender-addons 2023-03-06 10:46:03 +01:00
41478dc3fe glTF exporter: fix typo in comments