Grease Difference Mode for Clone/Reveal

Grease provides a quick way to view the difference between your Clone/Reveal paint operations, making it easier to paint, and sample accurately.

Updated: 23 July 2021

Author: nfrancisj

Compatible Nuke versions: 10.0 or later

Compatibility: Windows

Demo and Install instructions:

Demo Video on YT

 

Info:

Grease provides a quick way to view the difference between your Clone/Reveal paint operations, making it easier to paint and sample accurately.

Bugs? Let me know at 

 

Install:


1) COPY TokyoSoupTools FOLDER TO .NUKE FOLDER

 

2) ADD TO INIT.PY

nuke.pluginAddPath('.\TokyoSoupTools\gizmos')
nuke.pluginAddPath('.\TokyoSoupTools\icons')
nuke.pluginAddPath('.\TokyoSoupTools\scripts')

 

3) ADD TO MENU.PY

 

#### Toolbar ####

toolbar = nuke.menu('Nodes')
tksTools = toolbar.addMenu('TokyoSoup', 'tksToolbarIcon.png')
tksGizmos = toolbar.addMenu('TokyoSoup/Gizmos')
tksGizmos = toolbar.addMenu('TokyoSoup/Gizmos')
tksGizmos.addCommand('Grease', 'nuke.createNode('Grease')')

Change Log:

07/22/2021 - Changed single quotes to double quotes in the installation description.  

Sign in or register to download or rate.