You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way @TazEQ originally made this followed my suggestion of using threads and it was a bad suggestion. When a script gets killed so is the thread the recorder was running on.
So now it's running with `RunSimbaScript()` similar to what 1.4 did.
So it can properly record clients being GPU rendered, the main process also passes plugin information to the subprocess which will setup it's target with a plugin as well if the main one is using one.
TODO: stop recording and restart on target resizing, with Target.AddEvent() should be easy
TODO: add blackout boxes for users RSNs. Ideally done better and more performant that how it was done on 1.4
0 commit comments