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:
Jakub Ježek 2022-02-04 15:36:19 +01:00 committed by GitHub
parent 8bbf9eb706
commit b81a7f2a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)