mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fixes
This commit is contained in:
parent
f94f636ff2
commit
fb7a616f9e
5 changed files with 11 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue