mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
update import
This commit is contained in:
parent
00926cf9e9
commit
b53281f490
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@ def set_review_color_space(opengl_node, review_color_space="", log=None):
|
|||
|
||||
# fall to default review color space if the setting is empty.
|
||||
if not review_color_space:
|
||||
from openpype.hosts.houdini.api.colorspace import get_default_display_view_colorspace # noqa
|
||||
from ayon_core.hosts.houdini.api.colorspace import get_default_display_view_colorspace # noqa
|
||||
review_color_space = get_default_display_view_colorspace()
|
||||
|
||||
opengl_node.setParms(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue