mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
update doc strings
This commit is contained in:
parent
668bcb2d40
commit
41babcaa85
3 changed files with 6 additions and 4 deletions
|
|
@ -57,7 +57,9 @@ class ARenderProduct(object):
|
|||
|
||||
|
||||
def get_default_display_view_colorspace():
|
||||
"""Get default display view colorspace name. """
|
||||
"""Returns the colorspace attribute of the default (display, view) pair.
|
||||
|
||||
"""
|
||||
|
||||
prefs = get_color_management_preferences()
|
||||
return get_display_view_colorspace_name(
|
||||
|
|
|
|||
|
|
@ -604,7 +604,7 @@ def _get_imageio_settings(project_settings, host_name):
|
|||
|
||||
|
||||
def get_display_view_colorspace_name(config_path, display, view):
|
||||
"""Return colorspace name for the given display and view.
|
||||
"""Returns the colorspace attribute of the (display, view) pair.
|
||||
|
||||
Args:
|
||||
config_path (str): path string leading to config.ocio
|
||||
|
|
@ -627,7 +627,7 @@ def get_display_view_colorspace_name(config_path, display, view):
|
|||
|
||||
|
||||
def get_display_view_colorspace_subprocess(config_path, display, view):
|
||||
"""get view colorspace name for the given display and view
|
||||
"""Returns the colorspace attribute of the (display, view) pair
|
||||
via subprocess.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ def _get_views_data(config_path):
|
|||
|
||||
|
||||
def _get_display_view_colorspace_name(config_path, display, view):
|
||||
"""get view colorspace name for the given display and view.
|
||||
"""Returns the colorspace attribute of the (display, view) pair.
|
||||
|
||||
Args:
|
||||
config_path (str): path string leading to config.ocio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue