Giter VIP home page Giter VIP logo

animated-stickers's People

Contributors

nikitalita avatar stumblinbear avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

animated-stickers's Issues

[AE - Prepare For Render] - Function keyFrameMap.sort().map is undefined

Issue #3 Introduces a new bug on my animation file. I am using the following expression for a rotation animation

freq = 1.6;
amp = 10;
loopTime = 3;
t = time % loopTime;
wiggle1 = wiggle(freq, amp, 1, 0.5, t);
wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime);
linear(t, 0,  loopTime, wiggle1, wiggle2)

Error is Unable to execute script at line 234. Function keyFrameMap.sort().map is undefined

Don't convert expression to keyframes if not actually time-based

for the Prepare for Render script:
My previous pull request (#1) has resulted in the script producing stickers which are too large; it is now creating keyframes for properties that were previously missed, which I didn't catch before because their expressions weren't time-based. Is there a way to check to see if the Time-Vary setting is set, and could the script just set the current expression value if it is not?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.