Your search for Tae Hyung Lee returned 3 results.
Search
Sync knob value
Contributed by Tae Hyung Lee
This python script allow to synchronize node's changed value to selected nodes. Once you enter purple mode, knob value you change is copied to selected same node.
Parsing nuke.hotkeys() for Hotkey Viewer
This is my approach to make my Nuke Hotkey Tool. https://vimeo.com/48127833 nuke.hotkeys() returns text. split '\n' and print repr() Nuke has several menu 'Nuke', 'Nodes', 'Pane', 'Viewer' etc. menuItem is actual item under menu and menuItem can have shortcuts. looks like menuitem have '\t' and after '\t' hotkeys if exists. menu and menuItem hierachy is based on spaces.…
Parsing nuke.hotkeys() for Hotkey Viewer GUI
For GUI in Nuke, we need to .ui file using QT Designer. There is one I already made for typical keyboard but you can download it from my github and modify. https://github.com/hslth/NukeHotKey I want our own pushbutton so let's promote it to other name I named it HotKeyButton.…