Skip to content

Releases: sisoe24/nukeserversocket

v1.1.0

21 Aug 16:01
60cb950
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

1.0.0

18 Feb 17:37
968fd1a
Compare
Choose a tag to compare

Removed

  • Drop support for Nuke <= 12 and Python 2.7.
  • Removed the "Send Nodes" feature. It will be re-added in a future release if requested.
  • Removed the "Nuke Internal" code execution engine. Now only the "Script Editor" engine is available.
  • Removed the "Test Receiver" button.
  • Removed the timeout UI counter.
  • Removed the websocket connection type. Now only the TCP connection type is available.

Changed

  • Simplified the settings window.
  • Simplified the logs window.
  • Repository name changed to all lowercase.

Fixed

  • Vastly improved the code base.

Added

  • New setting to change the format of the output code result.

1.0.0-pre-release

25 Dec 17:32
Compare
Choose a tag to compare
1.0.0-pre-release Pre-release
Pre-release

0.6.2

19 Nov 15:17
Compare
Choose a tag to compare

Note

This is the latest compatible version for Python 2 /Nuke 12

Fixed

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

0.6.1

04 Oct 17:23
Compare
Choose a tag to compare

Fixed #28

0.6.0

13 Mar 02:10
Compare
Choose a tag to compare

New

  • Nuke 14 Support.
  • Collapsable status widgets.
  • House cleaning and maintenance.

Removed

  • WebSocket connection for Nuke14

0.5.0

26 Feb 01:36
bb16ddc
Compare
Choose a tag to compare
  • Added: WebSocket communication protocol.
  • Fixed: Python2 code execution when using the Nuke Internal engine.

0.4.1

18 Feb 16:41
021b780
Compare
Choose a tag to compare
  • Allow to change the code execution engine from Nuke Internal to Script Editor

0.4.0

17 Feb 17:48
d391ff0
Compare
Choose a tag to compare
  • New configurable timeout settings.
  • Show timeout in UI.
  • Intercept exception inside nuke main thread
  • Update readme

0.3.0

07 Feb 00:59
Compare
Choose a tag to compare

Under the hood improvements on code execution and some refactoring.