Skip to content

Releases: melMass/W_hotbox

v1.9

12 Mar 23:52
Compare
Choose a tag to compare
  • Added support for Python 3 (Nuke 13)

Full Changelog: v1.8...v1.9

v1.8

12 Mar 23:52
Compare
Choose a tag to compare

Rules

Use Python scripts as filters to decide whether or not to show specific buttons.

Full Changelog: v1.7...v1.8

v1.7

12 Mar 23:51
Compare
Choose a tag to compare
  • Added support for PySide2 (Nuke 11) for Windows and Mac.

Full Changelog: v1.6...v1.7

v1.6

12 Mar 23:51
Compare
Choose a tag to compare

  • The option to easily change the colors of the text and background of a button.
  • Templates: The ability to save snippets of code to quickly access at a later point in time.
  • No-click execution: Execute the button underneath the cursor upon closing the Hotbox.
  • New button order system.
  • Auto save. No need to click the 'save' button anymore as changes will be saved automatically.
  • Option to change to Manager’s font size.
  • Tooltips added to Manager.
  • Fixed transparency issues on Linux.

Full Changelog: v1.5...v1.6

v1.5

12 Mar 23:50
Compare
Choose a tag to compare
  • In the script editor, the background color of the selected line now reflects the current state of the loaded script (black - unchanged, white - modified, green - just saved).

  • Added the option to launch the hotbox with a single tap, instead of having to keep the shortcut pressed. This mode is available through the ‘Launch Mode’-dropdown in the preferences.

  • Reorganised the preferences panel and assigned tooltips to all its knobs.

Full Changelog: v1.4...v1.5

v1.4

12 Mar 23:48
Compare
Choose a tag to compare

  • Improved script editor:
    The script editor of the Manager now includes line numbers, syntax highlighting and auto indentation to make
    writing code easier.
    Tab’s will be automatically registered as four spaces.

  • Better error catching
    Whenever executing a hotbox button causes an error, the problem and its corresponding line now will be printed.

  • The Hotbox will now function properly in combination with nodes inside groups.

Full Changelog: v1.3...v1.4

v1.3

12 Mar 23:42
Compare
Choose a tag to compare
  • Knob added to the preferences panel to control the hotbox’s font size.
  • License added
  • Knob formerly called iconLocation renamed to hotboxIconLocation.
  • Improved the way archives will get created when none is present.

Full Changelog: v1.2...v1.3

v1.2

12 Mar 23:40
Compare
Choose a tag to compare
  • Improved the way of defining additional repositories (feature added in v1.1).
    Rather than changing the actual python files the repositories can now be defined by setting environment variables, called W_HOTBOX_REPO_PATHS and W_HOTBOX_REPO_NAMES (See page 13 of the user guide for more information)

  • Same applies for hiding the hotboxIconLocation knob from the preferences panel (W_HOTBOX_HIDE_ICON_LOC).

Full Changelog: v1.1...v1.2

v1.1

12 Mar 23:38
Compare
Choose a tag to compare

  • Added the option to have multiple repositories to store buttons in.
    To make the tool suitable to be installed in a studio environment.
    Buttons loaded from an additional repository will appear outlined grey, rather than black.
    See the chapter called ‘Working in a studio environment’ of the user guide for more information.

  • Option to hide the iconsLocation knob from the preference panel so artists won’t be able to change it, when installed facility-wide.

  • When importing an archive of buttons, the buttons will now append the current set, rather than replacing it.

Full Changelog: v1.0...v1.1