Merge branch 'feature/OP-4859_cant-assign-shaders-to-the-ass-file' of https://github.com/tokejepsen/pype into feature/OP-4859_cant-assign-shaders-to-the-ass-file

This commit is contained in:
Toke Stuart Jepsen 2023-03-31 17:53:40 +01:00
commit 7b17e1d461

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