You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is a companion extension for: [NukeServerSocket](#nukeserversocket) and is based on [NukeTools](https://marketplace.visualstudio.com/items?itemName=virgilsisoe.nuke-tools).
8
11
9
12
A Sublime Text package that allows to send python or blinkscript code to be executed inside Nuke.
Once NukeServerSocket is up and running, you can execute your python/blink file with the new [command](#17-commands).
44
59
45
-
> [NukeServerSocket](#nukeserversocket) >= 0.1.0 is needed in order for this to work.
60
+
## 1.4. BlinkScript
46
61
47
-
You can execute code from the text editor directly inside a Nuke BlinkScript node.
62
+
> NukeServerSocket >= 0.1.0 is needed in order for this to work.
48
63
49
-
The extension will take the name of the current active file and create a blinkscript node inside Nuke with the name as the current filename. If the node already exists then will only modified its source code. Once done will recompile the source kernel.
64
+
The extension will take the name of the current active file and create a blinkscript node inside Nuke with the name as the current filename. If the node already exists, then will only modified its source code. Once done will recompile the source kernel.
50
65
51
66
The accepted file extension are `.cpp` or `.blink`.
52
67
53
-
## Connection
68
+
## 1.5. Connection
54
69
55
70
No settings are necessary if connection is expected to be on the same computer.
56
71
NukeToolsST will automatically connect to the `localhost` and will use the port
@@ -60,26 +75,24 @@ However if connection is between different computers, port and hostname must be
60
75
61
76
> Keep in mind that, once the addresses are specified manually, will always take over the defaults one. Its best to delete them if you only connect between the same computer.
62
77
63
-
### Note
64
-
65
-
Attempting to connect to a manually specified host that is down (not reachable)
78
+
**Note**: Attempting to connect to a manually specified host that is down (not reachable)
66
79
will result in a temporary freeze of the Sublime UI for 10 seconds.
67
80
68
-
## Package Settings
81
+
## 1.6. Package Settings
69
82
70
-
### `nss_port`:`integer`
83
+
### 1.6.1. `nss_port`:`integer`
71
84
72
85
A different port for the connection. Port should match the one from NukeServerSocket.
73
86
74
-
### `nss_hostname`:`string`
87
+
### 1.6.2. `nss_hostname`:`string`
75
88
76
89
Same as `nss_port`. Host could be the localhost or the local ip.
77
90
78
-
### `nss_disable_context_menu`:`bool`
91
+
### 1.6.3. `nss_disable_context_menu`:`bool`
79
92
80
-
Disable Sublime context menu entry if not needed (clean up). Defaults to `false`.
93
+
Disable Sublime context menu entry if not needed. Defaults to `false`.
81
94
82
-
### Example
95
+
### 1.6.4. Example
83
96
84
97
```json
85
98
{
@@ -89,7 +102,7 @@ Disable Sublime context menu entry if not needed (clean up). Defaults to `false`
89
102
}
90
103
```
91
104
92
-
## Commands
105
+
## 1.7. Commands
93
106
94
107
The following command will be available: `run_nuke_tools`.
95
108
@@ -99,7 +112,7 @@ A new entry "Run Code inside Nuke" will be added to the context menu (right clic
99
112
-`.cpp`
100
113
-`.blink`
101
114
102
-
## Key Bindings
115
+
## 1.8. Key Bindings
103
116
104
117
The package does not include any key bindings by default but you can add them by following the [Sublime Text Key Bindings guide](https://www.sublimetext.com/docs/key_bindings.html).
105
118
@@ -114,11 +127,8 @@ Example
114
127
]
115
128
```
116
129
117
-
## NukeServerSocket
118
-
119
-
Download the companion plugin: [Git](https://github.com/sisoe24/NukeServerSocket/releases), [Nukepedia](http://www.nukepedia.com/python/misc/nukeserversocket).
120
130
121
-
## Changelog
131
+
## 1.9. Changelog
122
132
123
133
[0.2.0] 11-04-2021
124
134
@@ -131,6 +141,6 @@ Download the companion plugin: [Git](https://github.com/sisoe24/NukeServerSocket
0 commit comments