Skip to content

DigitOtter/obs_scene_tree_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scene Tree Folder plugin for OBS Studio

Plugin for OBS that adds a scene tree folder dock

Screenshot

Build

Linux

  • Ensure that obs-studio and qt5-base are installed
    • Arch Linux: sudo pacman -S obs-studio qt5-base
  • Download repository
  • Execute inside the repository directory:
    mkdir build
    cd build
    cmake ..
    make
    sudo make install

Windows

  • 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

Installation

Linux

Arch Linux

Available via the obs-scene-tree-view-git AUR package:

pikaur -S obs-scene-tree-view-git

Windows

Visit Releases and follow the installation instructions for the newest version.

Todos

  • Undo/Redo scene rename does not update SceneTree
  • Add Fullscreen Viewport Projector option to scene context menu