mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resolve some conversations
This commit is contained in:
parent
cff9242567
commit
256ffee407
2 changed files with 2 additions and 2 deletions
|
|
@ -604,7 +604,7 @@ def _get_imageio_settings(project_settings, host_name):
|
||||||
|
|
||||||
|
|
||||||
def get_display_view_colorspace_name(config_path, display, view):
|
def get_display_view_colorspace_name(config_path, display, view):
|
||||||
"""get view colorspace name for the given display and view.
|
"""Return colorspace name for the given display and view.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
config_path (str): path string leading to config.ocio
|
config_path (str): path string leading to config.ocio
|
||||||
|
|
|
||||||
|
|
@ -247,7 +247,7 @@ def get_display_view_colorspace_name(in_path, out_path,
|
||||||
with open(json_path, "w") as f:
|
with open(json_path, "w") as f:
|
||||||
json.dump(out_data, f)
|
json.dump(out_data, f)
|
||||||
|
|
||||||
print(f"Viewer data are saved to '{json_path}'")
|
print(f"Display view colorspace saved to '{json_path}'")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue