Oct
25
Hallo, how can i reach full path to Nuke via Python
I found command
os.path.dirname(nuke.env[‘ExecutablePath’]) + ‘/’
I found command
os.path.dirname(nuke.env[‘ExecutablePath’]) + ‘/’
and it lead me into the folder: C:/Program Files/Nuke6.1v1/
but i need full path: C:/Program Files/Nuke6.1v1/Nuke6.1v1.exe
wich command will do this please?
and btw – i need it to automate Render in BG in Nuke
someone saw this somewhere? (for Windows)
Thanks
Post a Comment