ayon-core/openpype/hosts/unreal/integration
2022-04-01 19:40:23 +02:00
..
Content/Python changed installation of hosts 2022-04-01 19:40:23 +02:00
Resources wip on integrating avalon functionality 2022-02-21 18:42:48 +01:00
Source/OpenPype remove submodule, minor fixes 2022-03-01 13:32:21 +01:00
.gitignore wip on integrating avalon functionality 2022-02-21 18:42:48 +01:00
OpenPype.uplugin wip on integrating avalon functionality 2022-02-21 18:42:48 +01:00
README.md wip on integrating avalon functionality 2022-02-21 18:42:48 +01:00

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.