From 543ec0d926e70f285dc008a3fc00623873c8c6d0 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Fri, 17 Mar 2023 22:28:48 +0800 Subject: [PATCH] cosmetic issue fix --- openpype/hosts/max/api/pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/hosts/max/api/pipeline.py b/openpype/hosts/max/api/pipeline.py index b3c12f59bc..dacc402318 100644 --- a/openpype/hosts/max/api/pipeline.py +++ b/openpype/hosts/max/api/pipeline.py @@ -49,6 +49,7 @@ class MaxHost(HostBase, IWorkfileHost, ILoadHost, INewPublisher): self.menu = OpenPypeMenu() self._has_been_setup = True + def context_setting(): return lib.set_context_setting() rt.callbacks.addScript(rt.Name('systemPostNew'),