Your search for konobee returned 68 results.
Search
Knob Animation and Python: A Primer
Interact with animated knobs and animated curves using Python.
Value vs Knob command
The simplicity of tcl's command based nature makes it nice and easy to use in Nuke's text knobs, such as labels (you can actually use tcl that way in pretty much any knob in Nuke that can take an expression). The value and knob commands in particular are very handy to show node properties in the DAG.…
Knob_states
Contributed by julien sabatier
A small toolset with several options : - to lock / unlock knobs values on one node or several nodes. - to hide / unhide knobs values on one node or several nodes. Enjoy !
Getting the Index Context of a Knob
Scope: There seems to be no Knob python method to get the context of a specific index inside a knob with multiple values (like an XYZ_Knob). nuke.thisKnob() would get you the knob something is executed from, but not the index within the knob.…
Change Knobs
Contributed by Ryan Quinlan
A tool used to change the same knob in all selected nodes
Multi Knob Edit Tool
Contributed by Thorsten Löffler
This tool helps you to manipulate the values of the knobs of the same Class, for the selected nodes of the same Class.
Multi Grade Knobs
Contributed by Shih Hwa Lai
Create A NoOp Node that Controls Multiple Grade Knobs
Nuke_Knob_Changer
Contributed by Josh Robertson
A small python panel to assist with changing the values of knobs on multiple nodes inside of nuke at the same time without the need to type up python
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.
ss_before_knob_changed
Contributed by Ragnar Brynjulfsson
Decorator function to increase speed of nodes with 'heavy' custom callbacks.
Copy With Links - copy nodes with links to all knobs
Contributed by Kirill Pleshakov
Сloning will link everything, but you don't need to link exactly everything? Select your node(s), hit Ctrl+Shift+V , done
DynamicKnobs
Contributed by Jonathan Egstad
An example plugin that dynamically changes the knob set based on the contents of the text field.
Some Flags
Using flags can be frustrating because not all flags are easily accessed or documented. Create a flags.py file and you have a simple way to easily get at them. Thanks to Nathan and Dee for the tip on where to find them.…
AttributeTransfer / KnobCopyCat
Contributed by Nicholas Joseph
This script links multiple nodes of the same class type in order to change similar knobs at the same time.
labelThisKnob
Contributed by Aleksandr Pushkarev
Adds button to animation menu that allows you to quickly add knob value to label
KnobHijacker
Contributed by Filip Suska
KnobHijacker is a Nuke (Foundry) plugin, that enables the user to 'hijack' chosen knobs and their QWidget container on a selected node, by either pressing a keyboard shortcut or a mouse button right-click. The behaviour of the QWidget container can be modified thus automating the value input from the user. For example, the size knob on the Blur node can be hijacked instantly prompting the user to enter the size value and confirm by pressing the Return key.
JP_knobValueEditor
Contributed by Joaquin Pickelny
Change multiple knobs at the same time
printKnobs
Contributed by Fredrik Averpil
Displays knobs, values and value types of the selected node.
KnobScripter
Contributed by Adrian Pueyo
Complete python and blink script editor for Nuke.
Accessing Nuke’s Write node advanced Compression Settings dialog with Python.
There are a couple different ways of working with the Compression Settings panel for setting up a Quicktime in Nuke’s Write node. Setting fps, quality & keyframe rate. Nuke adds 3 additional hidden knobs: ‘fps’, ‘quality’ & ‘keyframerate’ to the Write node after selecting ‘MOV’ as the file type.…