James Lissiak
                                            James Lissiak
                                        
                                    Do you have a scenario where you need to zoom in different amounts? I'm not against the idea, but it might make the settings UI a bit overwhelming to somehow...
@ombroski Sorry you are having issues. Are you using the latest script from main? I recall fixing an issue with loading causing the weird distorted zoom sometimes. Do you have...
Right now, the work around for multiple zoom sources is to duplicate the script (with a new name) and add it again to OBS. Unfortunately, you do need to use...
@davidvkimball There is a weird issue with that version of OBS that I couldn't ever figure out. If you look at this line: https://github.com/BlankSourceCode/obs-zoom-to-mouse/blob/53dc1a5425c2a96db34fb34aae40283f84bf1720/obs-zoom-to-mouse.lua#L1409 You'll see a comment about it...
@davidvkimball Does it still crash if you just use the version of the script from main (without modifications)?
@davidvkimball Ok. Try this which is just main with the version check removed: [obs-zoom-to-mouse.zip](https://github.com/BlankSourceCode/obs-zoom-to-mouse/files/14323806/obs-zoom-to-mouse.zip) So it will release the scene item the same way it does in OBS v30+ If...
The log says its crashing when trying to unregister the hotkey. Try this script which just skips that part but still releases the scene item: [obs-zoom-to-mouse.zip](https://github.com/BlankSourceCode/obs-zoom-to-mouse/files/14326877/obs-zoom-to-mouse.zip)
@v0l Thanks for this! I used it to try adding mac support with only FFI (so we don't need to build and ship a separate binary) in #16 Unfortunately, I...
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...