From 5a8876e36401b8965eedef8028afbf35629e0629 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 3 Nov 2022 17:24:45 +0100 Subject: [PATCH] OP-3908 - removed get_context_title Not necessary to override, same functionality as in HostBase. --- openpype/hosts/aftereffects/api/pipeline.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openpype/hosts/aftereffects/api/pipeline.py b/openpype/hosts/aftereffects/api/pipeline.py index 4aa692d663..e7f83e1f89 100644 --- a/openpype/hosts/aftereffects/api/pipeline.py +++ b/openpype/hosts/aftereffects/api/pipeline.py @@ -120,14 +120,6 @@ class AfterEffectsHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): item["id"] = "publish_context" self.stub.imprint(item["id"], item) - def get_context_title(self): - """Returns title for Creator window""" - - project_name = legacy_io.Session["AVALON_PROJECT"] - asset_name = legacy_io.Session["AVALON_ASSET"] - task_name = legacy_io.Session["AVALON_TASK"] - return "{}/{}/{}".format(project_name, asset_name, task_name) - # created instances section def list_instances(self): """List all created instances from current workfile which