mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
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:
parent
a37c85341a
commit
f3d7e02555
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue