Plugin for OBS that adds a scene tree folder dock
- Ensure that
obs-studio
andqt5-base
are 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-git
Visit 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