From c4c7266529844ad97df4de45acdfbe406290f33f Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 16 Feb 2022 21:41:32 +0100 Subject: [PATCH] Move Maya SaveCurrentScene to beginning of ExtractorOrder --- openpype/hosts/maya/plugins/publish/save_scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/save_scene.py b/openpype/hosts/maya/plugins/publish/save_scene.py index 0ed1c63b4b..50a2f2112a 100644 --- a/openpype/hosts/maya/plugins/publish/save_scene.py +++ b/openpype/hosts/maya/plugins/publish/save_scene.py @@ -7,7 +7,7 @@ class SaveCurrentScene(pyblish.api.ContextPlugin): """ label = "Save current file" - order = pyblish.api.IntegratorOrder - 0.49 + order = pyblish.api.ExtractorOrder - 0.49 hosts = ["maya"] families = ["renderlayer", "workfile"]