Is there a George Function to Crop a project?
I guess I can use "tv_ResizePage" But because I cant set the resize pint I wouth have to move the content of each leyer.
So I there a george function like "tv_crop startx starty width height mode" ? Mads
Or maybe it should be possible to set the parameters with
tv_setActiveShape crop startx 100 starty 200 width 768 height 576
and then
tv_reapply
-mads
Crop Project with George
Re: Crop Project with George
If you accept that all layers from the original will be collapsed onto a single layer in the new project, you could use the keyframer inside a new project dimensioned to the cropped size, positioning the original as the source.
Other than that the only way I could see keeping the original layers would be to create a complicated script generating intermediate files...
Sven
Other than that the only way I could see keeping the original layers would be to create a complicated script generating intermediate files...
Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
Re: Crop Project with George
I want to keep the layers, but I only have to save 1 frame. so I think I will go with something where I cut with the tv_brushcut on each layer . Save as png with alpha in a temp folder. Create a new project with same dimensions as the cutbrush load the png into it .mor something. Thank you for the feedback Sven.Other than that the only way I could see keeping the original layers would be to create a complicated script generating intermediate files...
Sven
Re: Crop Project with George
Or maybe tv_ImagePush for each layer (top to bottom) in a loop - then create a new project, same layer count, just one frame long, and tv_ImagePop for each layer in a loop (bottom to top).
Sven
Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB