Clone brush position to null

What type of scripts do you need?

Moderator: byronnash

Post Reply
ilmeri
Posts: 10
Joined: November 9th, 2007, 1:01 am

Hi!

I'm trying to rotoscope out some markers on video footage. I have 3D tracked the footage and have nulls at
markers, but i don't know how to transfer the 3D position of the null's to 2D position of the clone brush.
Any help on this?

.i
pdeb
Posts: 21
Joined: November 7th, 2006, 2:07 pm

This expression converts 3d position to 2d coordinates

Code: Select all

L = thisComp.layer("your track");
L.toComp([0,0,0]);
Post Reply