mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-4938 - fix obsolete access to instance change
This commit is contained in:
parent
0301309502
commit
b70c6e4bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class RenderCreator(Creator):
|
|||
subset_change = _changes.get("subset")
|
||||
if subset_change:
|
||||
api.get_stub().rename_item(created_inst.data["members"][0],
|
||||
subset_change[1])
|
||||
subset_change.new_value)
|
||||
|
||||
def remove_instances(self, instances):
|
||||
for instance in instances:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue