neurodiverseEsoteric / obs_scene_tree_view

OBS Plugin - Scene Folder Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OBS Plugin - Scene Folder Tree

License:GNU General Public License v2.0


Languages

Language:C++ 93.1%Language:CMake 6.9%