Search found 3 matches

by phase4
April 9th, 2013, 2:37 pm
Forum: Expressions Library
Topic: Exponential Scaling
Replies: 4
Views: 42432

Re: Easy Exponential Scaling

gimmel wrote:It's much easier to scale exponential: Just add this expression to your scaling:

Code: Select all

s=Math.exp(transform.scale[0]/21.667905)-1;
[s,s]
This saves my butt every time. Thanks for sharing this gem.
by phase4
March 15th, 2013, 1:33 am
Forum: General Scripts Library
Topic: Create a motion path from a script?
Replies: 2
Views: 21180

Re: Create a motion path from a script?

Wow Dan, thanks for replying and showing me the right direction. Using app.executeCommand() is working perfectly. I even managed to move the (AE defaulted) first and last keyframes of the motion path afterwards, with help from this document: http://www.seventy75five.com/public/misc/multicopy.jsx Tha...
by phase4
March 14th, 2013, 4:58 am
Forum: General Scripts Library
Topic: Create a motion path from a script?
Replies: 2
Views: 21180

Create a motion path from a script?

The answer is probably no but I'd thought to ask anyway. Is it possible to create a motion path from a mask through a script? Normally you'd select the "mask path" property, press copy, select the the "position" property from another object and press paste. To optimize my workflo...