mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
make sure inputs won't affect it's potential children o remove project overrides
This commit is contained in:
parent
fae0b85128
commit
db928a85ba
1 changed files with 2 additions and 0 deletions
|
|
@ -668,6 +668,8 @@ class InputObject(SettingObject):
|
|||
self.update_style()
|
||||
|
||||
def remove_overrides(self):
|
||||
self._is_overriden = False
|
||||
self._is_modified = False
|
||||
if self.has_studio_override:
|
||||
self.set_value(self.studio_value)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue