Tell us about your environment:
Mac OS Mojave 10.14.6
Browser and Browser Version:
safari, firefox, chrome...
After Effects Version: 2019
Hello !
When exporting my character animation (walking cycle with duik bassel) with BodyMovin, some layers of my character jump, blink, flash ...
I am attaching you the JS file, it will be more meaningful, and the AE file.
I have tried all the different Bodymovin export settings with no results. There are always one or two layers that bug ...
walkcycle.json.zip
walkcycle test.aep.zip
hope you will have a solution. A big thank you in advance !
Hi, this is due to subframe interpolations.
try calling anim.setSubframe(false); on the animation instance and it should get solved.
Niiiice ! it works great ! thank you very much !!! <3
Most helpful comment
Hi, this is due to subframe interpolations.
try calling
anim.setSubframe(false);on the animation instance and it should get solved.