mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
GlobalAttrsWidget is storing current instances
This commit is contained in:
parent
9d43aa9931
commit
0523f869ea
1 changed files with 3 additions and 0 deletions
|
|
@ -477,6 +477,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
|
|||
super(GlobalAttrsWidget, self).__init__(parent)
|
||||
|
||||
self.controller = controller
|
||||
self._current_instances = []
|
||||
|
||||
variant_input = VariantInputWidget(self)
|
||||
asset_value_widget = AssetsTreeComboBox(controller, self)
|
||||
|
|
@ -564,6 +565,8 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
|
|||
self.cancel_btn.setEnabled(False)
|
||||
self.submit_btn.setEnabled(False)
|
||||
|
||||
self._current_instances = instances
|
||||
|
||||
asset_names = set()
|
||||
task_names = set()
|
||||
variants = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue