mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix not unique group name error
(cherry picked from commit f1b7aed767b76bced648b785dc3d40a68b36db7b)
This commit is contained in:
parent
7d016ab82c
commit
cbfb3e734e
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