NukeServerSocket

A Nuke plugin to run code from external applications.

Updated: 26 November 2023

Author: Virgil89

Compatible Nuke versions: 11.3 or later

Compatibility: Linux, Mac, Windows

NukeServerSocket README

Main BuildLast commitlicense

NukeTools

xx


For the full readme and installation instructions, check the GitHub repository.


Changelog

v0.6.2 2023-11-19

  • Fixed a bug that would cause the extension to not properly use the Script Editor engine.

v0.6.1 2023-10-04

  • Fixed a bug where Nuke's execution button was not found under certain circumstances.

v0.6.0 2023-03-12

  • Fixed Nuke 14 compatibility issues by removing WebSocket connection.
  • Switchable log panels.
  • Under the hood refactoring.

Full changelog


A Nuke plugin to run code from external applications.

Features

  • Receive Python or BlinkScript code from any client in your local network.
  • Connect more than one client to the same Nuke instance.
  • Receive/Send nodes from another Nuke instance in your local network.
  • WebSocket-ready for browser-based text editors.

    Note: WebSocket connection does not work in Nuke 14/15.


Note: Nukepedia versions don't reflect the actual version of the plugin.

MIT License

Copyright (c) 2021 Virgil Sisoe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Sign in or register to download or rate.