mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
respecting space in path
This commit is contained in:
parent
bfd7c809a7
commit
c55cbbccdd
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def evaluate_filepath_new(k_value, k_eval, project_dir, first_frame):
|
|||
|
||||
|
||||
def create_read_node(ndata, comp_start):
|
||||
read = nuke.createNode('Read', 'file ' + ndata['filepath'])
|
||||
read = nuke.createNode('Read', 'file "' + ndata['filepath'] + '"')
|
||||
read.knob('colorspace').setValue(int(ndata['colorspace']))
|
||||
read.knob('raw').setValue(ndata['rawdata'])
|
||||
read.knob('first').setValue(int(ndata['firstframe']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue