KhronosGroup / glTF-Blender-IO

Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.48k stars 317 forks source link

Problem with Alpha in an animation #2268

Open phovorka opened 3 months ago

phovorka commented 3 months ago

Describe the bug Can I export to GLB an animation where object(mesh) will appear/disappear ? i am still not succesfull with using of keyframes with changed alpha value.

Any idea? Thx Petr

julienduroure commented 3 months ago

Hello, You need KHR_animation_pointer extension to perform what you want. This extension is managed, starting Blender 4.2 beta

image

And then you have to enable the feature at export (available for Scene & NLA Track animation mode)

image

PS: There is still an issue when your animation starts with alpha value 1.0 Fix in progress