Scratch
New Member
When working with groups, there appears to be no simple solution when finding with recursion
My Code looks a little like this
obs.obs_scene_find_source(obs.obs_scene_from_source(obs.obs_frontend_get_current_preview_scene()), targetSource)
It can sucessfully find any element within the first layer of the scene, do we not have anything that may be able to delve down further a spanning tree? Or have I been approaching this at the wrong angle?
My Code looks a little like this
obs.obs_scene_find_source(obs.obs_scene_from_source(obs.obs_frontend_get_current_preview_scene()), targetSource)
It can sucessfully find any element within the first layer of the scene, do we not have anything that may be able to delve down further a spanning tree? Or have I been approaching this at the wrong angle?