-
Move created layer below selected layers
I have a script that does some stuff to a selection of layers, then parents them to a newly created null object. I want to position this null object below the selected layers, but I don’t know how to set that up. I’m familiar with the moveTo commands, but not sure how to move something that isn’t part of the original selection. Basically the script creates the null, adds the expression sliders It needs to have, then moves it to below all the selected layers (Note: this is different from moving the null to the very bottom of the composition).