This is Saralene's fork of the Scene Tree Folder plugin. All this fork does is make the plugin work in OBS 32 and later. It won't even size correctly or compile to the correct folder. It works as a drop-in replacement for OBS 32+. That's it. No support will be offered, but I hope it's useful.
Plugin for OBS that adds a scene tree folder dock
- Ensure that
obs-studioandqt5-baseare installed- Arch Linux:
sudo pacman -S obs-studio qt5-base
- Arch Linux:
- Download repository
- Execute inside the repository directory:
mkdir build cd build cmake .. make sudo make install
- Setup OBS Studio build environment (see https://obsproject.com/wiki/Install-Instructions)
- Download this repository into
UI/frontend-plugins/obs_scene_tree_view - Add the following to
UI/frontend-plugins/CMakeLists.txt:set(BUILD_IN_OBS ON) add_subdirectory(obs_scene_tree_view)
- Build and install OBS Studio
Available via the obs-scene-tree-view-git AUR package:
pikaur -S obs-scene-tree-view-gitVisit Releases and follow the installation instructions for the newest version.
- Undo/Redo scene rename does not update SceneTree
- Add Fullscreen Viewport Projector option to scene context menu
