mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/maya/tools/mayalookassigner/commands.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
60de2b537f
commit
e599dcda0d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def create_asset_id_hash(nodes):
|
|||
"""
|
||||
node_id_hash = defaultdict(list)
|
||||
for node in nodes:
|
||||
shapes = cmds.ls(cmds.listRelatives(node, shapes=True), long=True)
|
||||
shapes = cmds.listRelatives(node, shapes=True, fullPath=True)
|
||||
# iterate over content of reference node
|
||||
if cmds.nodeType(node) == "reference":
|
||||
ref_hashes = create_asset_id_hash(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue