PixelRepeat – Nuke Glitch Tool

May 2020

Music: Com Truise – Subsonic (used with permission)

I made an After Effect plugin of this effect, too!

 

Like my plugin PixelSort, PixelRepeat is a directional effect that stylizes an image.

It travels through the image, and once the pixel’s value exceeds that of the threshold, it will start a repeating streak.
Similar to what happens if you reformat an image in Nuke without a black outline, except you now have control over when it starts.

 

 

 

pixelrepeat nuke

 

 

 

Instead of just one pixel repeating, there’s also the option to have multiple pixels loop or pingpong:

 

 

pixelrepeat nukepixelrepeat nukenuke pixelrepeat glitch digital corruption

 

 

 

The gizmo is easy to use, and it generates most of these effects without even using a matte input.

Tip: Enable “Effect Only” to add glow or lens distortion before merging it back over.
If you have a camera track, linking the camera Z rotation to the ‘rotation’ parameter in this gizmo will align the direction of the lines to the footage!

 

 

pixelrepeat node glitch effectnuke glitch effect gizmo

Standard Nuke installation

  1. Place the PixelRepeat folder in your .nuke folder (or somewhere else on your computer)
  2. Go to your .nuke folder, and create a file called ‘init.py’. If such a file already exists, open it.
  3. In the init.py file, add this line of text to the end and save it:

nuke.pluginAddPath(‘./PixelRepeat’)

If you want to place the folder somewhere else than in the .nuke folder, make sure to change the path in the init.py file so that it points to that other path instead!

 

 

Installation using NukeShared

  1. Place the PixelRepeat folder in the ‘_AutoInstaller’ repository.

 

NukeShared is a way of installing plugins by dragging/dropping them in folders, see this page for more information.