mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Move imageio settings from project anatomy to project settings
- Note: There is no backwards compatibility implemented
This commit is contained in:
parent
4890e46167
commit
ae5ec70d05
18 changed files with 763 additions and 792 deletions
|
|
@ -563,7 +563,7 @@ def get_node_path(path, padding=4):
|
|||
|
||||
|
||||
def get_nuke_imageio_settings():
|
||||
return get_anatomy_settings(Context.project_name)["imageio"]["nuke"]
|
||||
return get_project_settings(Context.project_name)["nuke"]["imageio"]
|
||||
|
||||
|
||||
def get_created_node_imageio_setting_legacy(nodeclass, creator, subset):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue