mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/nuke/plugins/load/load_clip.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
8bbf9eb706
commit
b81a7f2a97
1 changed files with 1 additions and 2 deletions
|
|
@ -397,8 +397,7 @@ class LoadClip(plugin.NukeLoader):
|
|||
# Set colorspace defined in version data
|
||||
if (
|
||||
colorspace is not None
|
||||
and colorspace_exists_on_node(
|
||||
node, str(colorspace)) is not False
|
||||
and colorspace_exists_on_node(node, str(colorspace))
|
||||
):
|
||||
node["colorspace"].setValue(str(colorspace))
|
||||
output_color = str(colorspace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue