hound fixes

This commit is contained in:
Jakub Trllo 2022-02-03 19:14:08 +01:00
parent f94f636ff2
commit fb7a616f9e
5 changed files with 11 additions and 7 deletions

View file

@ -639,7 +639,7 @@ def serialise_shaders(nodes):
continue
meshes_by_shader = dict()
for id_, mesh in meshes_by_id.items():
for mesh in meshes_by_id.values():
shape = cmds.listRelatives(mesh,
shapes=True,
fullPath=True) or list()