Question
Resize Comp with 3D Layers
Hello friends,
i want to resize my Comp through 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 null-point. If I resize the comp through the comp dialog everything looks correct.
Does I miss something?
Thanks for your help
app.project.activeItem.width = 1000;
app.project.activeItem.height = 1000;
