mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound: suggestions
This commit is contained in:
parent
92c0255e9d
commit
a38b8eaa28
1 changed files with 4 additions and 4 deletions
|
|
@ -771,8 +771,8 @@ def apply_colorspace_project():
|
|||
project.close()
|
||||
|
||||
# get presets for hiero
|
||||
imageio = (get_anatomy_settings(project_name)
|
||||
["imageio"].get("hiero", None))
|
||||
imageio = get_anatomy_settings(
|
||||
project_name)["imageio"].get("hiero", None)
|
||||
presets = imageio.get("workfile")
|
||||
|
||||
# save the workfile as subversion "comment:_colorspaceChange"
|
||||
|
|
@ -825,8 +825,8 @@ def apply_colorspace_clips():
|
|||
clips = project.clips()
|
||||
|
||||
# get presets for hiero
|
||||
imageio = (get_anatomy_settings(project_name)
|
||||
["imageio"].get("hiero", None))
|
||||
imageio = get_anatomy_settings(
|
||||
project_name)["imageio"].get("hiero", None)
|
||||
from pprint import pprint
|
||||
|
||||
presets = imageio.get("regexInputs", {}).get("inputs", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue