Last updated: 20210130
Upload in 4K.
Tips for Reducing Visible Video Compression in Video Uploads
Hacks, tips, tricks and best practices for developers
if (comp(“DECAY”).layer(“Controls”).effect(“Moss along Cracks”)(“Checkbox”) > 0) {100}else {0}
Reference:
To set ending keyframe value:
[code]
if (numKeys > 1){
newV2 = comp(“DECAY”).layer(“Grass Controls”).effect(“Wind Speed”)(“Angle”);
v1 = valueAtTime(key(1).time);
v2 = valueAtTime(key(2).time);
linear(value,v1,v2,v1,newV2);
}else{
value
}
[/code]
To set starting keyframe value:
[code]
if (numKeys > 1){
newV2 = comp(“DECAY”).layer(“Grass Controls”).effect(“Wind Speed”)(“Angle”);
v1 = valueAtTime(key(1).time);
v2 = valueAtTime(key(2).time);
linear(value,v2,v1,newV2,v1);
}else{
value
}
[/code]
Reference:
Press Shift+F4 to show or hide the Parent column.
Reference:
https://community.adobe.com/t5/after-effects/how-do-i-get-the-parenting-tool-back/td-p/3742721?page=1
That’s it!
See: