From 4d39dae6f111a835934110bc9dc4cd6b65dda0e3 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Wed, 5 Oct 2022 10:40:32 +0200 Subject: [PATCH] added more required methods for IPublisher interface --- openpype/host/interfaces.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/host/interfaces.py b/openpype/host/interfaces.py index cfd089a0ad..3b2df745d1 100644 --- a/openpype/host/interfaces.py +++ b/openpype/host/interfaces.py @@ -312,6 +312,8 @@ class IPublishHost: required = [ "get_context_data", "update_context_data", + "get_context_title", + "get_current_context", ] missing = [] for name in required: