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-31 17:25:19 +01:00 committed by GitHub
parent 10fdeb5243
commit 26d1c8df55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ class ExtractArnoldSceneSource(publish.Extractor):
# Only interested in transforms with shapes.
shapes = cmds.listRelatives(
node, shapes=True, noIntermediate=True
) or []
)
if not shapes:
continue