mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
trigger update instance on family attribute change
This commit is contained in:
parent
2156c5d919
commit
931f637bee
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class AvalonInstance:
|
|||
return output
|
||||
|
||||
def on_family_attribute_change(self, changes):
|
||||
print(changes)
|
||||
self.host.update_instance(self, changes)
|
||||
|
||||
def change_order(self, keys_order):
|
||||
data = collections.OrderedDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue