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_arnold_scene_source.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
10fdeb5243
commit
26d1c8df55
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue