From a37c85341a03604d78c8209594d58dba6fd71f9f Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 19 Aug 2021 16:43:21 +0200 Subject: [PATCH] Update openpype/hosts/maya/plugins/publish/extract_xgen_cache.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com> --- openpype/hosts/maya/plugins/publish/extract_xgen_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/extract_xgen_cache.py b/openpype/hosts/maya/plugins/publish/extract_xgen_cache.py index e0e4847625..b15c9decc2 100644 --- a/openpype/hosts/maya/plugins/publish/extract_xgen_cache.py +++ b/openpype/hosts/maya/plugins/publish/extract_xgen_cache.py @@ -14,7 +14,7 @@ class ExtractXgenCache(openpype.api.Extractor): label = "Extract Xgen ABC Cache" hosts = ["maya"] families = ["xgen"] - optional = true + optional = True def process(self, instance):