GrainCheck for NukeStudio & Hiero v1.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Mads Hagbarth Lund
A laplacian like soft effect that allows your to check grain.
Requirements:
9.0 or later
Linux, Mac, Windows
30 Nov 2015
389

Graincheck for NukeStudio & Hiero is a GLSL shader based Softeffect that allow you to do better quality control on vfx reviews directly in your timeline. It gives you 3 options.

  • Grain Check (Laplacian)
  • Edge Detection (Sobel)
  • Saturation Check

The gizmo uses the GpuOP node, this means that the softeffect will not be rendered, but only shown in the viewport (and SDI output).

Since the shader syntax was changed in Nuke 9.0v7 this softeffect will have a option to toggle between 'Nuke 9.0v7 and above' and '9.0v6 and below'.

GrainCheck-1024x539

 

Installation Example:

  1. Place the GrainCheck.gizmo file in your \.nuke\ folder (ie \.nuke\GrainCheck.gizmo)
  2. in \.nuke\Python\Startup\init.py add the following (if the init.py and folders does not exsis, create it): 

    from hiero.ui import registerAction
    from PySide.QtGui import QAction, QIcon
    import nuke

    nuke.load ('GrainCheck')
    action = QAction(QIcon('icons:LUT.png'), 'GrainCheck', None)
    action.setObjectName('foundry.timeline.effect.GrainCheck')
    action.setToolTip('GrainCheck')
    action.setData('GrainCheck')
    registerAction(action)

  3. Open NukeStudio or Hiero, rightclick a item in the timeline, go to 'Effects', and select 'GrainCheck'

Special thanks to Theodor Groeneboom

 

Changelog:

v1.1

  • Added Saturation and Edge Detect shader 

 

Please login in order to download these files.

Comments   

 
0 # Carlos Trijueque 2015-12-02 04:20
Terrific. Thanks man for sharing this (and your other awesome tools).
 
 
+5 # Igor Gama 2022-10-03 12:06
Unfortunately, this isn't working for Nuke Studio v13
 

You have no rights to post comments

We have 3349 guests and 55 members online