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:44 +02:00 committed by GitHub
parent a37c85341a
commit f3d7e02555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ class ExtractXgenCache(openpype.api.Extractor):
def process(self, instance):
# Collect the out set nodes
out_descriptions = [(node for node in instance
if cmds.nodeType(node) == "xgmSplineDescription")]
out_descriptions = [node for node in instance
if cmds.nodeType(node) == "xgmSplineDescription"]
start = 1
end = 1