Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions quick find corner

  • Dan Ebberts

    May 26, 2009 at 1:42 pm

    For an expression applied to the layer itself, it would just be:

    toWorld([0,0])

    and

    toWorld(width,height)

    From other layers, it would be:

    L = thisComp.layer(“your layer”);
    L.toWorld([0,0])

    or

    L = thisComp.layer(“your layer”);
    L.toWorld([L.width,L.height])

    Unless you’re talking about text or shape layers. That’s a whole different deal.

    Dan

  • Jack Parks

    May 26, 2009 at 2:56 pm

    Thanks Dan,

    That’s great.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy