State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:246536|
Problem summary
When assigning a colorspace to a new Read node via Python, it errors saying:
# Result: Traceback (most recent call last):
File "<string>", line 4, in <module>
NameError: knob colorspace does not exist
Customer reported versionoldNode = nuke.selectedNode()
newNode = nuke.createNode("Read")
newNode['file'].setValue(oldNode['file'].value())
newNode['colorspace'].setValue(oldNode['colorspace'].value())
It will create the Read node, but error saying: # Result: Traceback (most recent call last):
File "<string>", line 4, in <module>
NameError: knob colorspace does not exist
The file path will also not be assigned to the new Read node.We're sorry to hear that
Please tell us why