controlling frame range through python

I wrote a simple python script to convert some images with nuke, but for some reason when I run it, the frame range I specify in the write node is ignored. This is my command:

nuke.execute("Write1",1,1,1)

I run it from the command line, e.g. ‘nuke -x script.py’

I would think this would just write frame 1, but instead it writes the whole project frame range (1-100). What am I doing wrong? Thanks

No Responses to “controlling frame range through python”

Post a Comment