mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix access to not existing settings key
This commit is contained in:
parent
0cfc46f414
commit
ddf333fcdb
1 changed files with 0 additions and 1 deletions
|
|
@ -660,7 +660,6 @@ class TVPaintAutoDetectRenderCreator(TVPaintCreator):
|
|||
["create"]
|
||||
["auto_detect_render"]
|
||||
)
|
||||
self.enabled = plugin_settings["enabled"]
|
||||
self.allow_group_rename = plugin_settings["allow_group_rename"]
|
||||
self.group_name_template = plugin_settings["group_name_template"]
|
||||
self.group_idx_offset = plugin_settings["group_idx_offset"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue