HTML with Nuke

HTML with Nuke

HTML language you can use to modify Label in the Nodes

EXAMPLES

I would like to start with some font styles you can use.
This is the classic style you get with Nuke:




And this is what you can get with HTML in the Label:







In this second example you can modify the Label knob of your node:









More HTML Font Styles

#EXAMPLE
<font size="12" color="blue"><u><i>Example</i></u></font>
 
 
#STYLES
<b>BOLD</b>

<i>ITALICS</i>

<u>UNDERLINE</u>

<s>STRIKE THROUGH</s>

<tt>TYLETYPE</tt>

<sup>SUPERSCRIPT</sup>

<sub>SUBSCRIPT</sub>

<font size="12">FONT SIZE</font>

<font color="red">FONT COLOR</font>

<font face="verdana">FONT FACE</font>





Color name in HTML








I used it in one of my Gizmos:

Download Gizmo

Leave a comment