MenuPy

2.0 Easy to setup tools for nuke. After setup the folder, then place any tools inside, nuke will generate the menu for those tools. File can be *.nk, *.gizmo and *.py. Able to set default knobs value too. Check out the demo video for the details.

Updated: 24 March 2021

Author: xmjtx

Compatible Nuke versions: 10.0 or later

Compatibility: Linux, Mac, Windows

menupy title

Video
https://youtu.be/xhYltgursVA

2.0 Easy to setup tools for nuke. After setup the folder, then place any tools  inside, nuke will generate the menu for those tools. File can be *.nk, *.gizmo and *.py. Able to set default knobs value too. Check out the demo video for the details.

How to update version
- load the tool in nuke, then 'mpyCore.py' will be update in your nuke.

===============

changelog

2.7
- compatible with Python3 (Nuke13)
How to update (video):

thumbnail v27

2.6
- fixed some error issue on python tools detection
- fixed fixed a minor error from developer's preset menu

2.5
- fixed code detection error from 2.4 .
  *reported error in 'pixelfudger'
- fixed icon path issue.

2.4

MenuPy 24 update

2.3
- added by pass those python tool detect with error
  to avoid nuke doesn't launch

2.2  
- remove unnecessary import
- fixed conflict with escape character in the path.
  It has problem if folder start with 't' , 'n' or 'r' before.
* known issue with load up 'w_hotbox' , 'KnobScripter'
MenuPy v22

2.0
- re-work entire tool.
- support auto detect all the tools inside a folder.
  support files :
  * tools : *.gizmo, *.nk, *.py
  * icons : *.png, *.jpg, *.jpeg, *.gif
- folder name = menu name , sub-folder = sub-menu name.
- menu can be customize with shortcut, shortcut context and
  assign to different nuke.menu .
- easy setup node(s)' default knobs.
- print out Nuke settings in HTML format :
  * version
  * installed path
  * all plugin paths
  * all assigned hotkeys (shortcut)

Sign in or register to download or rate.