Resource icon

Scene window position updater 1.2

Dramacydal

New Member
Dramacydal submitted a new resource:

Scene window position updater - Script to update scene item position with it's real source position (for window capture)

Synchronizes scene window position with it's real position on screen.
Also toggles item visibilty when window is minimized and reorders currently active window on top.
Updates only top-level window sources.
If currently active scene is not the one selected in script settings, scripts walks all scene sources recursively and searches for selected scene.
Requires python 3 and pywin32, install the latest with
- pip3 install pywin32

Read more about this resource...
 

RaccoonViolet

New Member
When I try to use this with OBS 29.1.3 and python 3.6 I get the error

[scene-windows-pos-updater.py] ModuleNotFoundError: No module named 'scene-windows-pos-updater'
 
Top