diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index 3aae0dce53..3c0a0f8bb8 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -106,6 +106,9 @@ class SubsetAttributesWidget(QtWidgets.QWidget): self.global_attrs_widget = global_attrs_widget self.thumbnail_widget = thumbnail_widget + def set_current_instances(self, instances): + self.global_attrs_widget.set_current_instances(instances) + class ThumbnailWidget(QtWidgets.QWidget): def __init__(self, parent):