You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I export an asset in glTF format from blender 2.92.0, it contains a mesh, a material, a skeleton, and animations.
I import that glTF file in godot and can use it as a scene and it has everything I wanted in it.
Problems arise when I update the animations en blender and reimport the glTF. If I instantiate a new scene from it it has the update, but all the instantiated scenes from it do not get updated.
Scenes inheriting from it get updated only if I try to create a new inherited scene from the updated and reimported glTF. But not the scenes instantiated from the inherited scene.
I was expecting that inheriting scenes would be updated automatically.
Steps to reproduce
Create any 3D object with an animation.
Export in glTF. Import in godot, instantiate it, create an instantiated scene of it as well.
Update the animation in blender.
Export in glTF again and replace to former file. Reimport the asset in godot. Nothing should have changed.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
3.3.2-stable-mono
System information
Windows 10, blender 2.92.0
Issue description
I export an asset in glTF format from blender 2.92.0, it contains a mesh, a material, a skeleton, and animations.
I import that glTF file in godot and can use it as a scene and it has everything I wanted in it.
Problems arise when I update the animations en blender and reimport the glTF. If I instantiate a new scene from it it has the update, but all the instantiated scenes from it do not get updated.
Scenes inheriting from it get updated only if I try to create a new inherited scene from the updated and reimported glTF. But not the scenes instantiated from the inherited scene.
I was expecting that inheriting scenes would be updated automatically.
Steps to reproduce
Create any 3D object with an animation.
Export in glTF. Import in godot, instantiate it, create an instantiated scene of it as well.
Update the animation in blender.
Export in glTF again and replace to former file. Reimport the asset in godot. Nothing should have changed.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: