Julien Duroure

Results 226 comments of Julien Duroure

I created a PR #1560 where it exports all animations when blend file contains only 1 armature. It can lead to exported non wanted actions if some objects in the...

Seems the problem is now solved after merge of #1560. Closing

Seems this is same that #1083 at some point of animation, matrix can not be decomposed into TRS. One solution, if we want to export this animation anyway, is to...

Confirmed. Problem come from filtering visibility inside collection

Hello, Can you please share the .blend file(s) You zip contains only the glTF. I need the .blend file to reproduce your issue. Thanks!

@kungfooman glTF specification do not support curves, only meshes. So there is no easy way to export your example without any conversion. As described in blenderartist, you may have to...

Confirmed. This is a known limitation. Cf comment in code : ![image](https://user-images.githubusercontent.com/1696020/122091791-794c4080-ce09-11eb-97bc-b40189ae8e1f.png)

Hello, Collections are not part of the dependency graph (except when instanced), so there is no easy way to get them. An object can be put into several collections too,...