obs-zoom-to-mouse icon indicating copy to clipboard operation
obs-zoom-to-mouse copied to clipboard

Plugin breaks if zoom source has CROP/PAD filter on it

Open maanikhalid opened this issue 1 year ago • 1 comments

As the title states, my display capture has a CROP/PAD filter applied to it and I get this error when using the zoom plugin.

"WARNING: Found existing non-relative crop/pad filter (Crop Split Reset). This will cause issues with zooming. Convert to relative settings instead."

and I have checked the "relative" box on the crop settings but still doesn't work.

maanikhalid avatar Mar 05 '24 19:03 maanikhalid

It should work correctly with an existing crop/pad filter, though the v1.0.1 script has the error message backwards, it actually wants the existing filter to be non-relative.

Try grabbing the latest Lua file from main instead of the releases page.

BlankSourceCode avatar Mar 06 '24 01:03 BlankSourceCode