May
24
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
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
Post a Comment