BlankSourceCode / obs-zoom-to-mouse

An OBS lua script to zoom a display-capture source to focus on the mouse
178 stars 15 forks source link

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

Open maanikhalid opened 4 months ago

maanikhalid commented 4 months ago

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.

BlankSourceCode commented 4 months ago

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.