Skip to main content
Community Expert
April 24, 2018
Question

After Effects CC2018.1のエクスプレッションに関する新機能

  • April 24, 2018
  • 1 reply
  • 389 views

aescriptsサイトのチュートリアルによると、CC2018.1ではエクスプレッションの記述をスクリプトファイルで保存して、プロジェクトパネルに読み込んで活用する事ができるようです。

https://aescripts.com/learn/after-effects-expressions-nerd-tip-building-your-own-expressions-library--1-minute-tutorial/

ビデオを参考に、スレッド「エクスプレッションをご教授願えませんでしょうか 」にあるエクスプレッションで確認してみました。

{

    "Cycle":function(rp,bp){return linear(Math.sin(time*Math.PI*2),-1,1,rp,bp);},

    "foo":function(x){return x+1}

    }

*  一部修正

var liv=footage("Cycle.jsx").sourceData;

liv.Cycle(thisComp.layer("レッド 平面 1").transform.position,thisComp.layer("シアン青 平面 1").transform.position)

なお、スクリプトについての質問についてはお答えできませんので、ご了承ください。

This topic has been closed for replies.

1 reply

LiquidMA
Inspiring
April 25, 2018

先の質問ではお世話になりました。

なかなか便利そうですね。