The script to change the length of a comp and it's child layers, now also supports changing framerates. And added an expression to match the audio of a layer in a containing comp.

This commit is contained in:
2020-10-16 22:38:57 -07:00
parent 62ebcf316a
commit 0bc7f2422d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
//expresion to match the audio of the layer to an audio of a layer in a comp that contains this comp.
my_comp = comp("COMPNAME");
my_layer = my_comp.layer(thisComp.name);
my_layer.inPoint + time