-
Resize Comp with 3D Layers
Hello friends,
i want to resize my Comp with a script.
So far so good, it works and everything is in right place for 2D layers.
If the layer is 3d, after the resize the layer don’t have the right pos value, its still stay relative to the old comp size. If I resize the comp through the comp dialog everything looks correct.
Does I miss something?
app.project.activeItem.width = 1000;
app.project.activeItem.height = 1000;
Sorry, there were no replies found.