From 931f637beea86635c0590a7bd141f59dbe08ac28 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Jul 2021 12:55:17 +0200 Subject: [PATCH] trigger update instance on family attribute change --- openpype/pipeline/creator_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()