// Perform scenes transitions from API \\

AlexSudnikov

New Member
Hey everyone !
Well, the thing is that i'm trying to perform controllable scenes' transitions ( like a default ones activated manualy). By now , i've got scene switching working but in a dumb "discrete" way ( via OBSBasic::SetCurrentScene(obs_scene_t *scene, bool force = false) ) , i wonder if anyone has experimented with it) Thx!
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
A front-end API that lets you control that sort of stuff is coming soon. So you shouldn't necessarily need to mess with that sort of stuff directly.
 
Top