mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2532 from BigRoy/issue2528
Maya: ReferenceLoader fix not unique group name error for attach to root
This commit is contained in:
commit
16c403c3e0
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
|
|||
if current_namespace != ":":
|
||||
group_name = current_namespace + ":" + group_name
|
||||
|
||||
group_name = "|" + group_name
|
||||
|
||||
self[:] = new_nodes
|
||||
|
||||
if attach_to_root:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue