question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom property animation prevents glTF animations to be exporter

See original GitHub issue

In 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
juliendurourecommented, Apr 2, 2020

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.

0reactions
juliendurourecommented, Apr 18, 2020

Fixed by 04122fe

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found