Move imageio settings from project anatomy to project settings

- Note: There is no backwards compatibility implemented
This commit is contained in:
Roy Nieterau 2022-09-23 21:37:47 +02:00
parent 4890e46167
commit ae5ec70d05
18 changed files with 763 additions and 792 deletions

View file

@ -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):