プロパティグループのインデックスの構造がよくわからん。[AfterEffects][Expression]
3022 ワード
プロパティ構造がAEで一番わかりにくい!!
プロパティのオブジェクトを取得するには
thisProperty.propertyGroup(3).propertyIndex
ってな具合でpropertyGroup(インデックス指定)してオブジェクトを取得するんだけど、このインデックスに隠れてるものがあったりしてよくわからん!!!
とりあえずデバック用でわかるようにしてみた。
t = thisComp.layer("ball").content("Character").content("Obj").content("楕円形パス 1").position;
var txt = "";
count = 1;
try{
while(count <= 10){
txt += count+":"+t.propertyGroup(count).name+"\r"
count++
txt
}
}catch(e){
txt
}
見てもらったら分かる通りコンテンツってものが増えてるせいでインデックスが分けわからなくなる。
多分グループを作成すると、コンテンツという目に見えない物が発生していると思われる。
確かリファレンスにもこんな説明なかったよな~。。。。。
Author And Source
この問題について(プロパティグループのインデックスの構造がよくわからん。[AfterEffects][Expression]), 我々は、より多くの情報をここで見つけました https://qiita.com/TimeToEdit/items/6eaf2c25adff338cf9c4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .