-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuke_tcl_quicklabels
35 lines (25 loc) · 1.21 KB
/
nuke_tcl_quicklabels
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
Read
----
location: [value this.file]
format: [value this.format]
range: [value this.first] - [value this.last]
localization: [value this.localizationPolicy]
colorspace: [value this.colorspace]
PostageStamp
------------
location: [value this.input.file]
format: [value this.input.format]
range: [value this.input.first] - [value this.input.last]
localization: [value this.input.localizationPolicy]
colorspace: [value this.input.colorspace]
# Reference topnode
location: [value [topnode].file]]
format: [value [topnode].format]
range: [value [topnode].first] - [value [topnode].last]
localization: [value [topnode].localizationPolicy]
colorspace: [value [topnode].colorspace]
menu.py
-------
## Additional custom knob defaults
nuke.knobDefault("Read.label","location: [value this.file]\\n format: [value this.format]\\n range: [value this.first] - [value this.last]\\n localization: [value this.localizationPolicy]\\n colorspace: [value this.colorspace]")
nuke.knobDefault("PostageStamp.label","location: [value this.input.file]\\n format: [value this.input.format]\\n range: [value this.input.first] - [value this.input.last]\\n localization: [value this.input.localizationPolicy]\\n colorspace: [value this.input.colorspace]")