Hope is a Dream. Dream is a Hope.

非公開ブログは再開しました。

Adobe Scriptに挑戦

お世話になりました。

プログラミングがわからない人のためのAfter Effectsスクリプト入門。その6:あかつきみさきのブロマガ - ブロマガ

逆引きメニュー - After Effects スクリプトリファレンス

逆引きメニューから確認するとモーションテキスト作成に必要なのは、おそらくいかのメニュー。

AEP Project

(任意のプロパティ値をファイルにsaveするスクリプト)http://www.da-tools.com/AE/scriptLab/practicalScript/PS_saveProperty.html

いつも忘れるcode tips // 配列の中身を見る for(i in app) alert(i+”=”+app[i].toString());

// コンソールログ $.writeln("hello console");

//アイテムを削除 var allItem = app.project.items; allItem[i].remove();

テキストオブジェクトのチュートリアル http://www.da-tools.com/AE/scriptLab/sampleScript/SS_Textdoc.html