GithubHelp home page GithubHelp logo

u29 / knobscripter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adrianpueyo/knobscripter

0.0 0.0 0.0 4.42 MB

Python script editor for Nuke that can script on .py files and python knobs, with all the functionality from Nuke's default script editor plus syntax helpers.

License: GNU General Public License v3.0

Python 100.00%

knobscripter's Introduction

KnobScripter

KnobScripter 2.4 is a full Python script editor for Nuke that can script on .py files and python knobs, with all the functionality from the default script editor plus syntax helpers.

You can also find a video of the tool here and one with the v2.1 updates here.

KnobScripter sample image

Features

  • Full scripting mode for .py files. You can create, browse, modify or toggle between python files and folders.
  • Node editing mode, to script directly on python buttons or callback knobs.
  • Python output console: Same as the one from Nuke’s default script editor, where you can execute any code.
  • Find-Replace. A proper find-replace widget as you’d expect in a python editor.
  • Snippets! They are short codes you can assign to longer pieces of codes, so that by writing the short code and pressing tab you’ll get the long code.
  • Python syntax highlighting, line numbers, auto-intending, auto-completer.
  • Syntax helpers, multi-line commenting, moving/duplicating lines, and more!

Installation

A. Fresh install

  1. Copy the KnobScripter folder and paste it inside your ​.nuke​ directory.
  2. Open the file menu.py inside your .nuke folder with a text editor, or create it if it doesn’t exist.
  3. Add the following line:
import KnobScripter
  1. Restart nuke.

B. Updating KnobScripter

  1. Replace the KnobScripter folder inside your ​.nuke​ directory.
  2. Restart nuke.

Usage

In Nuke, you can open the KnobScripter both as a floating window or as a dockable pane.

  • To open the KnobScripter as a floating window, simply press Alt+Z on the Node Graph.
  • In order to bring the dockable pane you need to do the following: Right click on the pane selection bar, and go to: Windows -> Custom -> KnobScripter. Then, a KnobScripter pane will get created. Now you can even save the workspace, so the KnobScripter will be created by default when you open nuke.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thanks to the awesome Nuke community! Hope you enjoy this.

knobscripter's People

Contributors

adrianpueyo avatar u29 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.