State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:494708|
Problem summary
The onUserCreate() callback always reports the value 1 for 'first' and 'last' frames in a Read node.
Customer reported version
nuke.n/a
Customer reported platform
Steps to reproduce
1) In Nuke, open the Script Editor and run the following code:
#run first
def readOnUserCreate():
node = nuke.thisNode()
nuke.tprint('Read frame range:', node['first'].value(), node['last'].value())
nuke.addOnUserCreate(readOnUserCreate, nodeClass='Read')
We're sorry to hear that
Please tell us why