This saves my butt every time. Thanks for sharing this gem.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]
Search found 3 matches
- April 9th, 2013, 2:37 pm
- Forum: Expressions Library
- Topic: Exponential Scaling
- Replies: 4
- Views: 85245
Re: Easy Exponential Scaling
- March 15th, 2013, 1:33 am
- Forum: General Scripts Library
- Topic: Create a motion path from a script?
- Replies: 2
- Views: 56460
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...
- March 14th, 2013, 4:58 am
- Forum: General Scripts Library
- Topic: Create a motion path from a script?
- Replies: 2
- Views: 56460
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...