エクスプレッションでアンカーポイントのワールド座標を取得する方法。


方法①

thisComp.layer("null01").toComp(thisComp.layer("null01").anchorPoint);

--------------------------------------

方法②

L = thisComp.layer("null01");

transform.anchorPoint  =  L.toWorld(L.anchorPoint)


--------------------------------------
Thanks for advice Mr.Kondo & Mr.Nagai.

0 コメント:

コメントを投稿