Julien Duroure JulienDuroure
Julien Duroure pushed to main at blender/blender 2024-10-31 13:14:58 +01:00
47ca37f961 Merge branch 'blender-v4.3-release'
b25da97fef glTF: Fix #113469: enable Draco compression for bpy as a py module
Compare 2 commits »
Julien Duroure closed issue blender/blender#113469 2024-10-31 13:14:56 +01:00
Python Module can't find Draco library
Julien Duroure pushed to blender-v4.3-release at blender/blender 2024-10-31 13:13:30 +01:00
b25da97fef glTF: Fix #113469: enable Draco compression for bpy as a py module
Julien Duroure commented on issue blender/blender#128807 2024-10-30 22:24:42 +01:00
Blender spams verbose info on stderr

When merged, this should be fixed by https://github.com/KhronosGroup/glTF-Blender-IO/pull/2388

2 main enhancements here:

error log will go to stderr, and others to stdout
A new…
Julien Duroure commented on issue blender/blender#129548 2024-10-30 08:20:56 +01:00
GLTF ignores Shapekeys even if only Armature Modifier exists

Thanks, This is a duplicate of upstream repository tickets: https://github.com/KhronosGroup/glTF-Blender-IO/issues/2329

This…

Julien Duroure commented on issue blender/blender#129536 2024-10-29 19:59:25 +01:00
Importing a GLB file results in segfault

I also confirmed this is a duplicate of #126807, and that https://github.com/KhronosGroup/glTF-Blender-IO/pull/2369 will solve the issue

Julien Duroure commented on issue blender/blender#129536 2024-10-29 19:56:16 +01:00
Importing a GLB file results in segfault

I can reproduce in 4.2.0 / python 3.11

Julien Duroure commented on issue blender/blender#129536 2024-10-29 19:47:01 +01:00
Importing a GLB file results in segfault

Maybe linked / duplicate of #126807 ?

Julien Duroure opened issue blender/blender#129540 2024-10-29 18:21:31 +01:00
Slotted Action - Stash Action is not enable if another track with same action - different slot exists ( Push Down creates a new track)
Julien Duroure commented on issue blender/blender#129536 2024-10-29 18:10:56 +01:00
Importing a GLB file results in segfault

Hello, If I understand correctly, you are using bpy as a module, and not Blender directly. I am currently not able to reproduce your issue

  • Directly in Blender
  • Using text editor in Blender…
Julien Duroure commented on issue blender/blender#129407 2024-10-29 12:10:00 +01:00
Exporting glb file with full backing, and a step different than 1, crashes

I can confirm the bug. Root issue is having a sampling step different than 1, and full object baking enable.

Step is 3 Action starts at 1, so the action will try to export frames 1 / 4 / 7 /…

Julien Duroure commented on issue blender/blender#129479 2024-10-29 12:00:37 +01:00
gltf export loses translation information about Empty objects

Hello, I can confirm. Seems to be a depsgraph update missing, as opening the file, switching to meta scene, go back to base scene, and export => Seems the TRS info is OK. But exporting just…

Julien Duroure pushed to main at blender/blender 2024-10-16 17:26:23 +02:00
3d5d8de17d Merge branch 'blender-v4.3-release'
665d7378c0 glTF: cleanup formating
Compare 2 commits »
Julien Duroure pushed to blender-v4.3-release at blender/blender 2024-10-16 17:25:40 +02:00
665d7378c0 glTF: cleanup formating
Julien Duroure commented on issue blender/blender#128807 2024-10-11 08:04:14 +02:00
Blender spams verbose info on stderr

Hello, As a workaround, you can change the debug value to 3 to avoid displaying any log.

See 2ee0dcd9f6/addons

Julien Duroure commented on issue blender/blender#126807 2024-10-10 14:28:32 +02:00
Python app using bpy to render via Cycles runs successfully but always has an exit status code of 139 (sometimes 245)

Hello, Well ... Not sure to understand why :-/ A "workaround" could be to remove the typing for now

Julien Duroure reopened issue blender/blender#128178 2024-10-07 23:52:52 +02:00
Spreadsheet not updated when converting color attribute from domain corner to vertex
Julien Duroure commented on issue blender/blender#128178 2024-10-07 23:52:48 +02:00
Spreadsheet not updated when converting color attribute from domain corner to vertex

Hello, Is still can reproduce with current main. You must convert from Color Attribute panel, not from Attribute panel

Julien Duroure opened issue blender/blender#128490 2024-10-02 18:19:00 +02:00
Crash opening a file with with slotted action enabled