Hi, i need help in using deadline by Nuke 5.0v1. There is a problem in Nuke Integrated Submission Gizmo Setup. The menu file is using the python language now.
please help to understand how to install the integrated Nuke 5 submission script.
Thank you.
Hi Efim,
This is possible. You just have to modify the menu.py file, but I can't remember the exact syntax of what you need to add. When I get back into the office on Monday, I'll let you know what you have to do.
Cheers,
- Ryan
thanks a lot for answer
some words about adding menu in menu.py
i’ve added something like that:
m = menubar.addMenu("&Deadline")
m.addCommand("&Submit To Deadline", “SubmitToDeadline(“SubmitToDeadline.tcl”)”)
the menu item have appeared, but loading of script doesn’t work.
waiting for monday )
Hi Efim,
I won't be in the office until Tuesday. I haven't been feeling too well the last 24 hours, and I'll be taking a sick day to rest this off. When I get in Tuesday, I'll get this info to you ASAP!
Sorry for the inconvenience.
Cheers,
- Ryan
i’ve solved the problem, thanks )
Cool. Just in case anyone else is curious how to do this, perform step
one as explained here:
http://www.franticfilms.com/software/support/deadline/nukescriptsetup.php
Then to create the menu item in the Nuke UI, open up the menu.py file
and add the following. Note that I’m just adding the Submit To Deadline
option to the bottom of the Render menu, so I’ve placed this code just
above where the Help menu section begins.
m.addCommand("-", “”, “”)
m.addCommand(“Submit To Deadline”, “nuke.tcl( “SubmitToDeadline” )” , “”)
Cheers,
- Ryan
–
Ryan Russell
Frantic Films Software
http://www.franticfilms.com/software/
204-949-0070