Terry Wang
New Member
In a Python script, I can create a new scene through:
The scene is actually created, but doesn't show up in the Scene area of the main ui until a restart of obs.
How can I make the newly created scene shown without restarting ?
Code:
obs.obs_scene_create(scene_name)
The scene is actually created, but doesn't show up in the Scene area of the main ui until a restart of obs.
How can I make the newly created scene shown without restarting ?