Skip to content

Commit

Permalink
Fixed missing colorspace assigment in read_from_write
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximumFX committed May 10, 2023
1 parent edbd110 commit cdb9130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/tk_nuke_writenode/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ def read_from_write(self, node):
# Set path
read_node["file"].fromUserText(render_path)

# Set colorspace
read_node["colorspace"].setValue(self.get_colorspace(node))

# Set parameters
start_frame = int(min(frame_sequence[1]))
last_frame = int(max(frame_sequence[1]))
Expand Down

0 comments on commit cdb9130

Please sign in to comment.