mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
remove check of as widget item for env groups
This commit is contained in:
parent
81caa9273b
commit
2ac5333fc7
1 changed files with 0 additions and 5 deletions
|
|
@ -160,11 +160,6 @@ class SettingObject:
|
|||
"Item {} does not allow to store environment values"
|
||||
).format(input_data["type"]))
|
||||
|
||||
if self.as_widget:
|
||||
raise TypeError((
|
||||
"Item is used as widget and"
|
||||
" marked to store environments at the same time."
|
||||
))
|
||||
self.add_environ_field(self)
|
||||
|
||||
any_parent_as_widget = parent.as_widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue