diff --git a/openpype/pipeline/creator_plugins.py b/openpype/pipeline/creator_plugins.py index c7f1574081..c9f4428408 100644 --- a/openpype/pipeline/creator_plugins.py +++ b/openpype/pipeline/creator_plugins.py @@ -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()