OpenMoBu
PluginsScriptsGithubDownloads
  • OpenMoBu documentation
  • 🛠️Setup
    • How To Install
    • How To Compile
  • 📔Articles
    • Script Device
  • 📦Plugins
    • Plugins Overview
      • GPU Particles Shader
      • Post Processing Effects
        • Custom Effect
      • References Manager
      • Surface Attachment Constraint
      • Blendshape Toolkit
      • Camera Links Group Visibility
      • Twist Extraction Constraint
      • Driven Property Constraint
      • Lock Camera Manipulator
      • Optical Volume Calculator
      • Relation Constraint Boxes
      • Super Dynamic Lighting Shader
      • Solver Auto Calculate Normals
      • Textures Plugins
  • 📜Scripts
    • Python Scripts Overview
Powered by GitBook
On this page
  • Where to find compiled plugins
  • Custom plugins and script path
  1. Setup

How To Install

PreviousOpenMoBu documentationNextHow To Compile

Last updated 6 months ago

Where to find compiled plugins

You can find installation package or individual compiled binaries in the

Scripts are splitted into

  • Startup which are tools or code libraries

  • Action scripts which are single execution script files

For motionbuilder the default path for plugins is <motionbuilder>/bin/x64/plugins

Custom plugins and script path

Environment variables to define custom search path

  • MOTIONBUILDER_PLUGIN_PATH for plugins

  • MOTIONBUILDER_PYTHON_STARTUP for scripts

that could help to define these paths with GUI.

🛠️
release section of the repository
In Scenes folder on the github repository you can find example cases of plugins use
There is a repository with application MoBu_ConfigApp