Search found 2 matches

by pichu
January 8th, 2009, 11:03 am
Forum: Scripts Discussion
Topic: Help exporting mask vertices
Replies: 3
Views: 10086

Re: Help exporting mask vertices

I actually wrote a sniplet that allows to get all the keys properties (including interpolation types, etc) to a JavaScript Object Notation (JSON). Please read through. the try..catch have to be used because some of them just threw exceptions instead. Weird, huh? /** * get all of the keys in a proper...
by pichu
January 8th, 2009, 6:15 am
Forum: Scripts Discussion
Topic: ScriptUI Panel -- Effects/Presets-like Textview Dialog Box?
Replies: 1
Views: 9070

ScriptUI Panel -- Effects/Presets-like Textview Dialog Box?

I'm a noob here :) I wrote this script a while ago... http://code.google.com/p/aftereffectskrk and it's about 20% done to my goal. It generates karaoke effects from a given .ass \k timed script in AFX. The goal is similar to PTAnimator, but the design and usage is quite different. Now, I wanted to g...