Call Updated Script - Panel v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
6.3 or later
Windows
Original script:
http://www.nukepedia.com/gizmos/python/misc/call-updated-function/
Tools for nuke phyton devs. If you are using external editor to write code, and are bored with restarting nuke or copying your code to in-nuke script editor just to test, if its working, its a tool for you.
Installation:
To use it, import script to nuke built-in script editor, and execute. Then you should have a 'Call Updated Script' panel available in 'Pane' menu.
Usage and tips:
- Type in package name, module name (if it's in sub-package, type in it like: 'subPackage.module'), and function name with '()' (you can pass arguments as usual)
- On 'Execute' button hit, module is reimported, and function called.
- You can run as many instances of panel as you want (to execute multiple functions without retyping).
Screenshot:
Changelog:
v1 - initial release
Todo:
- figure out, how to auto-init panel with 'meny.py'
- remeber settings between nuke sessions
Comments
Package
Module
Function
Thank you.
Alexey KuchinskY: i've uploaded the screenshot, and updated info. Hope it helps.
Package stands for the folder name, which is in the same dir as 'menu.py'
Module is the name of subfolder (optional), and the script file name (this is the file that needs to be updated).
RSS feed for comments to this post