diff --git a/Video/VideoAutoFlipper/VP_Presets/Cropper.eel b/Video/VideoAutoFlipper/VP_Presets/Cropper.eel index e149e55..182a029 100644 --- a/Video/VideoAutoFlipper/VP_Presets/Cropper.eel +++ b/Video/VideoAutoFlipper/VP_Presets/Cropper.eel @@ -1,10 +1,10 @@ // VAF: Cropper //By Zly -//@param1:left_cut "Left" 0 0 0.5 0.25 0.01 -//@param2:right_cut "Right" 0 0 0.5 0.25 0.01 -//@param4:top_cut "Top" 0 0 0.5 0.25 0.01 -//@param5:bottom_cut "Bottom" 0 0 0.5 0.25 0.01 +//@param1:left_cut "Left" 0 0 1 0.25 0.01 +//@param2:right_cut "Right" 0 0 1 0.25 0.01 +//@param4:top_cut "Top" 0 0 1 0.25 0.01 +//@param5:bottom_cut "Bottom" 0 0 1 0.25 0.01 //@param7:p_bg_clr 'green/blue bg' 1 0 1 0.1 1 diff --git a/Video/meta_VideoAutoFlipper.lua b/Video/meta_VideoAutoFlipper.lua index 7a178a6..f847451 100644 --- a/Video/meta_VideoAutoFlipper.lua +++ b/Video/meta_VideoAutoFlipper.lua @@ -2,7 +2,7 @@ @metapackage @description Video Auto-Flipper [YTPMV] @author Zly -@version 1.0.7 +@version 1.1.0 @provides [main] .\VideoAutoFlipper\Zly_VideoAutoFlipper.lua .\VideoAutoFlipper\images\*.png @@ -22,5 +22,6 @@ - Has a tab for Helper functions. - Has some brief FAQ page, just in case. @changelog - - Fixed wrong playrates for Automation Items generated for flips. + - Implemented Automation Items Pooling logic. Made some logic for safe pooling for generated Automation Items since reaper doesn't handle this in the API at all. + - Changed `Cropper VFX` to be able to crop entire composition from one of the sides. --]] \ No newline at end of file