mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added apply_overrides to widget item
This commit is contained in:
parent
180626ec2d
commit
127426e786
1 changed files with 4 additions and 0 deletions
|
|
@ -1262,6 +1262,10 @@ class DictItemWidget(QtWidgets.QWidget, SettingObject):
|
|||
for input_field in self.input_fields:
|
||||
input_field.update_studio_values(parent_values)
|
||||
|
||||
def apply_overrides(self, parent_values):
|
||||
for input_field in self.input_fields:
|
||||
input_field.apply_overrides(parent_values)
|
||||
|
||||
def item_value(self):
|
||||
output = {}
|
||||
for input_field in self.input_fields:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue