Custom property animation prevents glTF animations to be exporter
See original GitHub issueIn the default scene animate the default cube with a transform animation. This works perfectly. Now add a custom property and animate it. The exporter says
13:53:51 | WARNING: Animation 'CubeAction' could not be exported. Cause: Animations with target type '["prop"]' are not supported.
and the glTF file doesn’t contain any animation, not even the transform one.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
GLTF Custom Animations - Three.js Tutorials - sbcode.net
Test your animation works by using the play options on the timeline editor in Blender, and then export your model as GLB(preferred) or...
Read more >A Step-by-Step Guide to Exporting glTF Files From Blender
The glTF format makes sharing 3D assets fast and easy. Here's how to prepare your 3D scene or model to export as a...
Read more >Handle animations | Decentraland Documentation
An Animator component is used to access all the animations of the entity and can be used to explicitly tell the entity to...
Read more >Exporting glTF from Animate - the Adobe Blog
Broadly there are two ways to export animation in glTF format from Animate. 1. If you are creating a new document, select WebGL...
Read more >Why I can not export animations from AssimpLoader to ...
I want export model from AssimpLoader to GLTFExporter I used ... PI * 2; group.add(object) animation = result.animation; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is currently the intentional behaviour. When some animation property can’t be exported, we decided to not export animation at all. Choice was done to not export, instead of risking exporting an animation wrongly.
Fixed by 04122fe