Search found 20 matches

by mmohl
December 6th, 2008, 5:14 am
Forum: Scripts Discussion
Topic: computation of transformations (toComp, toWorld)
Replies: 4
Views: 18798

Re: computation of transformations (toComp, toWorld)

I implemented transformation matrices for fast transformations of 2D-Points. It offers also an easy possibility to translate points between layer/and comp-coordinate systems. If anyone wants to use this in his scripts, you can download it here and include it in your script: http://www.ps.uni-sb.de/~...
by mmohl
December 5th, 2008, 2:56 am
Forum: General Scripts Library
Topic: Tracker2Mask: new tracker-assisted rotoscoping tool
Replies: 18
Views: 59210

Re: Tracker2Mask: new tracker-assisted rotoscoping tool

Thank you for the feedback. I would be interested in example code of using the ScriptUI graphics. Maybe you (or anyone else) can help my also with some other problems that I have to solve for some new features I currently implement: In the script I have to translate all maskpoints and trackpoints fr...
by mmohl
December 1st, 2008, 5:23 am
Forum: General Scripts Library
Topic: Tracker2Mask: new tracker-assisted rotoscoping tool
Replies: 18
Views: 59210

Tracker2Mask: new tracker-assisted rotoscoping tool

Hi, I have written a script, tracker2mask.jsx, that infers the movement and change of the shape of a mask based on the movement of trackpoints. You don't need one trackpoint for each maskpoint. The workflow is as follows: 1) track a few points (something between one and four points is reasonable, ev...
by mmohl
November 24th, 2008, 3:43 pm
Forum: Scripts Discussion
Topic: computation of transformations (toComp, toWorld)
Replies: 4
Views: 18798

Re: computation of transformations (toComp, toWorld)

good idea!
I want to do the computation for mask points (which no expression can be applied to), but I will try to temporarily add a point control effect and insert the expression there.
Seems more like a hack than a proper solution but I guess it should work.


Thank you for the quick help!
by mmohl
November 24th, 2008, 2:31 pm
Forum: Scripts Discussion
Topic: computation of transformations (toComp, toWorld)
Replies: 4
Views: 18798

computation of transformations (toComp, toWorld)

Hi, I am new here and I currently try to implement my first AE script. I have the following question: Is there anything similar to the toComp/toWorld functions of expressions in the scripting language? Or do I have to compute the transformations manually step by step? If there do not exist such func...