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

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2023-03-20 17:34:13 +00:00 committed by GitHub
parent 81c6b91633
commit b22fbf58dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ class ExtractArnoldSceneSource(publish.Extractor):
duplicate_transform, basename
)
# Discard the children.
# Discard children nodes that are not shapes
shapes = cmds.listRelatives(
duplicate_transform, shapes=True, fullPath=True
)