From 26d1c8df556facf9c03b5bc5eef9b5fb3f6a05b8 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Fri, 31 Mar 2023 17:25:19 +0100 Subject: [PATCH] Update openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py Co-authored-by: Roy Nieterau --- .../hosts/maya/plugins/publish/extract_arnold_scene_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py b/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py index 2ac9d4c6a2..83295683db 100644 --- a/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py +++ b/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py @@ -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