mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - return back uuid for legacy creator
This commit is contained in:
parent
1534c878d2
commit
c7039e91f8
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class CreateImage(create.LegacyCreator):
|
|||
long_names.append(name)
|
||||
|
||||
self.data.update({"subset": subset_name})
|
||||
self.data.update({"uuid": str(group.id)})
|
||||
self.data.update({"members": [str(group.id)]})
|
||||
self.data.update({"long_name": "_".join(long_names)})
|
||||
stub.imprint(group, self.data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue