Julien Duroure JulienDuroure
Julien Duroure pushed to blender-v3.5-release at blender/blender-addons 2023-02-23 13:01:35 +01:00
afed066115 glTF exporter: typo in morph tangent export
Julien Duroure closed issue blender/blender-addons#104417 2023-02-23 07:41:10 +01:00
GLB Exports with keyframes on static objects
Julien Duroure commented on issue blender/blender-addons#104417 2023-02-23 07:41:09 +01:00
GLB Exports with keyframes on static objects

Hello, This is now fixed in 67a6cae17b94e0279e00fe0955a134f3199d4763

Julien Duroure pushed to main at blender/blender-addons 2023-02-18 08:33:43 +01:00
4f365cf863 glTF: remove not needed file, not imported
Julien Duroure pushed to main at blender/blender-addons 2023-02-17 20:00:57 +01:00
67a6cae17b glTF: Animation refactoring
Julien Duroure commented on issue blender/blender-addons#104417 2023-02-17 18:12:04 +01:00
GLB Exports with keyframes on static objects

Hello, This is an intentional behavior. When exporting selected object only, all objects animation are baked, for taking into account non animated objects, but with non selected animated…

Julien Duroure commented on issue blender/blender-addons#104415 2023-02-17 18:01:37 +01:00
3.5 Can not import .glb(gtlf) file

Ok, seems there is no bug with default Blender. Closing this ticket. Thanks!

Julien Duroure closed issue blender/blender-addons#104415 2023-02-17 18:01:37 +01:00
3.5 Can not import .glb(gtlf) file
Julien Duroure commented on issue blender/blender-addons#104415 2023-02-17 07:37:38 +01:00
3.5 Can not import .glb(gtlf) file

I confirm that I can not reproduce. Can you try reset to factory settings?

Julien Duroure pushed to main at blender/blender-addons 2023-02-16 17:18:41 +01:00
89347caf1b Merge branch 'blender-v3.5-release'
d31fa71a6b glTF exporter: fix object parented to bone TRS
Compare 2 commits »
Julien Duroure pushed to blender-v3.5-release at blender/blender-addons 2023-02-16 17:17:53 +01:00
d31fa71a6b glTF exporter: fix object parented to bone TRS
Julien Duroure commented on issue blender/blender#104822 2023-02-16 16:17:51 +01:00
3.5 Can not import .glb(gtlf) file

Hello, I can not reproduce with our test CI: https://github.com/KhronosGroup/glTF-Blender-IO/actions/runs/4187783967/jobs/7274790585

As requested, please provide a sample .gltf or .glb file…

Julien Duroure pushed to main at blender/blender-addons 2023-02-15 21:19:25 +01:00
648124b647 glTF: Bump to 3.6 in main branch
Julien Duroure pushed to main at blender/blender-addons 2023-02-11 09:37:42 +01:00
69beaa0e43 glTF: Manage new mirror texture option of Blender 3.5
599f2c4fda glTF exporter: Fix export after reloading script
c6c45a843e glTF exporter: Fix variable name collision
48b114c178 glTF exporter: Round normals to avoid vertex split
0554223a84 glTF exporter: Fix check for node_tree
Compare 6 commits »
Julien Duroure commented on pull request blender/blender#104527 2023-02-09 17:47:03 +01:00
Fix #104435: Fix rna_NlaStrip_new add strip logic to be correct boolean expression

Hello, I can confirm that it solves the issue (both sample test case I attached, and glTF unit tests)

I am not sure I have any rights on this repo to validate the review (or I didn't found it…

Julien Duroure commented on issue blender/blender#104435 2023-02-08 13:15:04 +01:00
Regression: create strip by Blender API - crash

Note: This prevents any glTF (containing animation) files to be imported

Julien Duroure opened issue blender/blender#104435 2023-02-07 21:11:57 +01:00
Regression: create strip by Blender API - crash
Julien Duroure commented on issue blender/blender#104221 2023-02-07 19:04:44 +01:00
filter_glob update is not taken into account until user click on "Refresh File List"

Hello, I can confirm that calling bpy.ops.file.refresh() solves the problem. Not sure if we need to keep this ticket alive