-
Make a script to seperate dimentions of the position of all the selected layers
Hi there,
basically I’m trying to make a script that will seperate the dimentions of the x, y (and if 3D z) position of selected layers in the timeline. I found a script and changed it a bit, but all it’s doing is making Ae crash.
What am I doing wrong?
Thanks in advance!
var myLayers = app.project.activeItem.selectedLayers;
myLayers.property("Position").dimensionsSeparated = true;Regards,
Ramon Peppelenbos