From e382b17622c9ffa7ef0db656272b2be0b270f739 Mon Sep 17 00:00:00 2001 From: Simone Barbieri Date: Wed, 6 Oct 2021 11:12:02 +0100 Subject: [PATCH] SequencerScripting plugin is automatically enabled when creating project This plugin is essential to handle camera assets in Unreal --- openpype/hosts/unreal/api/lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/hosts/unreal/api/lib.py b/openpype/hosts/unreal/api/lib.py index 7e34c3ff15..c0fafbb667 100644 --- a/openpype/hosts/unreal/api/lib.py +++ b/openpype/hosts/unreal/api/lib.py @@ -253,6 +253,7 @@ def create_unreal_project(project_name: str, "Plugins": [ {"Name": "PythonScriptPlugin", "Enabled": True}, {"Name": "EditorScriptingUtilities", "Enabled": True}, + {"Name": "SequencerScripting", "Enabled": True}, {"Name": "Avalon", "Enabled": True} ] }