Update openpype/hosts/maya/plugins/publish/extract_xgen_cache.py

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Milan Kolar 2021-08-19 16:43:21 +02:00 committed by GitHub
parent b13c5ed60a
commit a37c85341a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class ExtractXgenCache(openpype.api.Extractor):
label = "Extract Xgen ABC Cache" label = "Extract Xgen ABC Cache"
hosts = ["maya"] hosts = ["maya"]
families = ["xgen"] families = ["xgen"]
optional = true optional = True
def process(self, instance): def process(self, instance):