-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.html
84 lines (81 loc) · 2.33 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<h1 id="1-nukeserversocket-readme">NukeServerSocket README</h1>
<p>
<a href="https://github.com/sisoe24/NukeServerSocket/releases"
><img
src="https://img.shields.io/github/v/release/sisoe24/NukeServerSocket?label=stable"
alt="Main Build"
/></a>
<img
src="https://img.shields.io/github/last-commit/sisoe24/NukeServerSocket"
alt="Last commit"
/>
<a href="https://github.com/sisoe24/NukeServerSocket/blob/main/LICENSE"
><img
src="https://img.shields.io/github/license/sisoe24/NukeServerSocket"
alt="license"
/></a>
</p>
<p>
<a
href="https://marketplace.visualstudio.com/items?itemName=virgilsisoe.nuke-tools"
><img
src="https://img.shields.io/github/v/release/sisoe24/Nuke-Tools?label=NukeTools"
alt="NukeTools"
/></a>
</p>
<p>
<img src="https://img.shields.io/badge/Python-2.7.18_|_3.*-success" alt="x" />
<img
src="https://img.shields.io/badge/Nuke-11_|_12_|_13_|_14_|_15-yellow"
alt="x"
/>
</p>
<hr />
<p>
For the full readme and installation instructions, check the
<a href="https://github.com/sisoe24/NukeServerSocket#readme">
GitHub repository</a
>.
</p>
<hr />
<h2>Changelog</h2>
<h3>v0.6.2 2023-11-19</h3>
<ul>
<li>
Fixed a bug that would cause the extension to not properly use the Script
Editor engine.
</li>
</ul>
<h3>v0.6.1 2023-10-04</h3>
<ul>
<li>
Fixed a bug where Nuke's execution button was not found under certain
circumstances.
</li>
</ul>
<h3>v0.6.0 2023-03-12</h3>
<ul>
<li>Fixed Nuke 14 compatibility issues by removing WebSocket connection.</li>
<li>Switchable log panels.</li>
<li>Under the hood refactoring.</li>
</ul>
<p>
<a href="https://github.com/sisoe24/NukeServerSocket/blob/main/CHANGELOG.md">Full changelog</a>
<hr />
<p>A Nuke plugin to run code from external applications.</p>
<h2 id="1-1-features">Features</h2>
<ul>
<li>
Receive Python or BlinkScript code from any client in your local network.
</li>
<li>Connect more than one client to the same Nuke instance.</li>
<li>Receive/Send nodes from another Nuke instance in your local network.</li>
<li>
WebSocket-ready for browser-based text editors.
<blockquote>
<p>Note: WebSocket connection does not work in Nuke 14/15.</p>
</blockquote>
</li>
</ul>
<hr />
<p>Note: Nukepedia versions don't reflect the actual version of the plugin.</p>