Start Nuke with custom script

Hi, All. Please, help me, what system variable defines a startup script for nuke (default template.nk).
I wish to change it to start with the custom script.
That I do:
1. I create custom init.py
#
import nuke

nuke.scriptOpen (nuke.recentFile (1))
2. Nuke started with my custom script, then it reopening with template.nk

No Responses to “Start Nuke with custom script”

Post a Comment