Skip to content

Commit

Permalink
Merge pull request #4 from nfa-vfxim/bugfix/issue-3/read-from-write-i…
Browse files Browse the repository at this point in the history
…ncorrect-colorspace
  • Loading branch information
MaximumFX authored May 10, 2023
2 parents edbd110 + cdb9130 commit caf3fc9
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 caf3fc9

Please sign in to comment.