Skip to content

KnobScripter v3.0

Choose a tag to compare

@adrianpueyo adrianpueyo released this 25 Apr 13:13
· 11 commits to master since this release
e6e7050

KnobScripter v3.0 (or KS3) is a full script editor for Nuke that can script python on .py files and knobs as well as BlinkScript, with all the functionality from the default script editor in Nuke plus syntax helpers, predictions, snippets and other handy features.

Tutorial video: KnobScripter v3.0 - Full Tool Overview
Online documentation: KnobScripter v3.0 User Guide

KnobScripter v3.0

New features:

  1. Blinkscript mode.
  2. Compatible with python 2 and 3 (Nuke 13+) and Win/Mac/Lin.
  3. Code Gallery.
  4. Fully redesigned Snippets, with a new Snippet Editor, default snippets and a simplified workflow.
  5. Preferences Panel redone, and new settings added.
  6. Keyword Hotbox for double clicking on keywords and showing alternatives.
  7. Storing the knob and .py editor state, for quickly jumping back to your edit point on new KnobScripters.
  8. New code helpers such as Ctrl/Cmd + and Ctrl/Cmd - for changing font size.
  9. Method placeholders.
  10. Parentheses wrappers.

Bug fixes and enhancements:

  1. Fixed predictor tab with custom words in Nuke 13.
  2. Fixed backspace crash on indented lines.
  3. Snippet behaviour improvements.
  4. Fixed syntax highlighting errors.
  5. Whole code refactored, and improved py import scheme.