mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
| .. | ||
| Content/Python | ||
| Resources | ||
| Source/OpenPype | ||
| .gitignore | ||
| OpenPype.uplugin | ||
| README.md | ||
OpenPype Unreal Integration plugin
This is plugin for Unreal Editor, creating menu for OpenPype tools to run.
How does this work
Plugin is creating basic menu items in Window/OpenPype section of Unreal Editor main menu and a button
on the main toolbar with associated menu. Clicking on those menu items is calling callbacks that are
declared in c++ but needs to be implemented during Unreal Editor
startup in Plugins/OpenPype/Content/Python/init_unreal.py - this should be executed by Unreal Editor
automatically.