obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
771 stars 218 forks source link

Allow resizing without recreate #346

Closed exeldro closed 2 years ago

exeldro commented 2 years ago

Description

Allow resizing without recreate ezgif-3-63686cee83

Motivation and Context

Resizing a browser source should not destroy and recreate it This allows animating the size of the browser source.

How Has This Been Tested?

On windows 64 bit using move value filters

Types of changes

Checklist:

WizardCM commented 2 years ago

Ah, this works better than my implementation. I'm going to merge this PR after 27.2 as I'd like to make all the properties work without recreating the source. I already have CSS updating & URL changes working much better. The rest are a little trickier.

exeldro commented 2 years ago

now using ExecuteOnBrowser instead of QueueCEFTask