Awesome
Natron Community Plugins
A collection of Natron plugins made by the community
Installation
Install directly from Natron
download it as a ZIP file via https://github.com/NatronGitHub/natron-plugins/archive/master.zip
Extract it anywhere.
open Natron
Edit>preference>plugins>pyplug search path>add>the exracted file location
save
Restart Natron.
Upgradable Install
The plugins can be installed by simply cloning the github repository at the right location, for example on Linux:
cd /usr/share/Natron/Plugins
git clone https://github.com/NatronGitHub/natron-plugins.git
Later, the plugins can be updated at any time by pulling updates:
cd /usr/share/Natron/Plugins/natron-plugins
git pull
One-Time Install
To install a snapshot of the repository, download it as a ZIP file via https://github.com/NatronGitHub/natron-plugins/archive/master.zip
Unzip into any PyPlug folder but the recommended locations are...
Windows: "C:\Program Files\INRIA\Natron-2.X.XX\Plugins\PyPlugs"
OSX: "/Library/Application Support/Natron2/Plugins/PyPlugs"
Linux: "[/usr/share] or [YOUR INSTALLATION DIRECTORY]/Natron2/Plugins/PyPlugs"
For Shadertoy presets: copy the natron-plugins-master/Shadertoy contents and replace it in the following links:
Windows: "C:\Program Files\INRIA\Natron-2.X.XX\Plugins\OFX\Natron\Shadertoy.ofx.bundle\Contents\Resources\presets\default"
OSX: "/Library/Application Support/Natron2/Plugins/OFX/Natron/Shadertoy.ofx.bundle/Contents/Resources/presets/default"
Linux: "[YOUR INSTALLATION DIRECTORY]Natron2/Plugins/OFX/Natron/Shadertoy.ofx.bundle/Contents/Resources/presets/default"
Finally edit the plugins location in Natron preferences to allow it to find them during startup, if it's not already. If you want a particular folder only you can use http://kinolien.github.io/gitzip/ and put the URL to the folder you want there. Also you can install individual .py files (and their accompanied png icon files).
How to Contribute to this repository ?
We'd love to add your own Pyplugs to this repository so everyone can benefit from them.
You can make a Pull Request or if you're not comfortable with git just tell us here :
https://discuss.pixls.us/t/all-about-natron-community-plugins/8433
Also you can look at our guidelines for Pyplug submission :
https://github.com/NatronGitHub/natron-plugins/wiki/Guidelines-for-plugins
Available Plugins
BL/Color
-
<img src='/BL/Color/bl_Bytes/bl_Bytes.png' width='24'> bl_Bytes : Converts the picture in another byte space. This is of course a simple simulation as Natron works only in 32 floating point color space.
-
<img src='/BL/Color/bl_Compress/bl_Compress.png' width='24'> bl_Compress : A common color correction function that pushes the low color to a value and the high color to one another. While tempting to made a color matching between 2 picture this PyPlug might be really usefull.
-
<img src='/BL/Color/bl_Expand/bl_Expand.png' width='24'> bl_Expand : Does the exact reverse of the Compress node. It stretches the color between to low and high color values.
-
<img src='/BL/Color/bl_Monochrome/bl_Monochrome.png' width='24'> bl_Monochrome : Same as the Shake's Monochrome node. You can play independently with the 3 color components.
-
<img src='/BL/Color/bl_Slice/bl_Slice.png' width='24'> bl_Slice : Cut a color slice of the picture and create a mask of the result.
-
<img src='/BL/Color/bl_Threshold/bl_Threshold.png' width='24'> bl_Threshold : Thresholds the image using a color value, a range of thresholding and a replacement color.
BL/Image
- <img src='/BL/Image/bl_Arc/bl_Arc.png' width='24'> bl_Arc : A circle drawer.
BL/Keyer
- <img src='/BL/Keyer/bl_HSVKeyer/bl_HSVKeyer.png' width='24'> bl_HSVKeyer : Creates a mask using the hue saturation and value of the color range.
BL/Warp
- <img src='/BL/Warp/bl_Bulge/bl_Bulge.png' width='24'> bl_Bulge : The Bulge function is a copy of the Bulge inside AfterEffect. This PyPlug is basicaly creating a drop/buble effect on a picture.
Channel
-
<img src='/Channel/ChannelOffset/ChannelOffset.png' width='24'> ChannelOffset : Easier to use than the basic TransformMasked node, with additional blur option, and auto-edge extension feature.
-
<img src='/Channel/ChannelMerge/ChannelMerge.png' width='24'> ChannelMerge : ChannelMerge that mimics Nuke's one.
-
<img src='/Channel/Copy_Layer/Copy_Layer.png' width='24'> Copy_Layer : Copy RGBA channels from the A input to any layer of the B branch.
-
<img src='/Channel/Copy_N/Copy_N.png' width='24'> Copy_N : Nuke Copy node.
-
<img src='/Channel/EasyExtract/EasyExtract.png' width='24'> EasyExtract : Easily extracts an image channel.
-
<img src='/Channel/L_ChannelSolo/L_ChannelSolo.png' width='32'> L_ChannelSolo : Easy to use channel selector.
-
<img src='/Channel/Shuffle_N/Shuffle_N.png' width='24'> Shuffle_N : Inverted Shuffle node.
-
<img src='/Channel/Zmatte/Zmatte.png' width='32'> Zmatte : Creates a smooth matte from z-depth pass.
Color
-
<img src='/Color/L_Icolor/L_Icolor.png' width='32'> L_Icolor : Tint an image from the A input using another one from the B input.
-
<img src='/Color/lp_Tweaky/lp_Tweaky.png' width='32'> lp_Tweaky : Provides a variety of little tweaking-options, like Vibrance, WB-Slider, Tint, etc.
Draw
-
<img src='/Draw/FrameStamp/FrameStamp.png' width='32'> FrameStamp : A very simple stamp that show the current frame in the corner of the image.
-
<img src='/Draw/Gradient/Gradient.png' width='32'> Gradient : A 3-4 Way gradient.
-
<img src='/Draw/LightWrap_Simple/LightWrap_Simple.png' width='32'> LightWrap_Simple : An alternative to built-in LightWrap plugin, simpler to use, also it as an option to dilate wrap to get a bigger effect.
-
<img src='/Draw/Vignette/Vignette.png' width='32'> Vignette : This effect reduce the images brightness at the peripherie compared to the image center.
-
<img src='/Draw/Lightning_Bolt/bolticon.png' width='32'> Lightning Bolt : Creates Lightning & Bolts
-
<img src='/Draw/Audio_VLC/audioVlcIcon.png' width='32'> Audio_VLC : Simple audio playback with vlc
Filter
-
<img src='Filter/Light%20Sweep/lighsweep_icon.png' width='32'> Light Sweep : Creates Light Sweep.
-
<img src='/Filter/Beauty/Beauty.png' width='32'> Beauty : Tool designed to achieve skin cleaning jobs.
-
<img src='/Filter/Antialiasing/AntiAliasing.png' width='32'> AntiAliasing : Antialiasing filter based on FXAA
-
<img src='/Filter/ChromaticAberrationPP/ChromaticAberrationPP.png' width='32'> ChromaticAberrationPP : A filter designed to match real camera chromatic aberration
-
<img src='/Filter/Chromatic_Aberration/Chromatic_Aberration.png' width='32'> Chromatic_Aberration : Create a stylised Chromatic Aberration effect, similar to the one found in Blender.
-
<img src='/Filter/DePepper/DePepper.png' width='32'> DePepper : Remove Salt and Pepper noise
-
<img src='/Filter/Defocus/Defocus.png' width='32'> Defocus : Add a bokeh blur to the image. You can use an image to guide blur size, note that it's not intended to act as a ZBlur plugin.
-
<img src='/Filter/FireflyKiller/FireflyKiller.png' width='32'> FireflyKiller : Removes fireflies, very bright, nervously jumping around pixels.
-
Grain_Advanced : Applies user-definable film grain to an image.
-
<img src='/Filter/kaleidoscope/kaleidoscope.png' width='32'> kaleidoscope : Creates kaleidoscope effect.
-
<img src='/Filter/Mosaic/Mosaic.png' width='32'> Mosaic : A basic mosaic effect.
-
<img src='/Filter/Orton/Orton.png' width='32'> Orton : Orton Effect.
-
<img src='/Filter/PM_VectorBlur/PM_VectorBlur.png' width='32'> PM_VectorBlur : Poor Man's Vector Blur. Blur an image according to a Vector/Motion Pass, read the doc to know more about limitation
-
<img src='/Filter/Refraction/Refraction.png' width='32'> Refraction : Glass distorsion using a UV pass.
-
<img src='/Filter/SharpenPlus/SharpenPlus.png' width='32'> SharpenPlus : Image sharper.
-
<img src='/Filter/Volume_Rays/Volume_Rays.png' width='32'> Volume_Rays : Enhanced version of Natron's native GodRays, featuring advanced options.
-
<img src='/Filter/zDefocus/zDefocus.png' width='32'> zDefocus : zDefocus node for Natron.
-
<img src='/Filter/fxT_Glowy/fxT_Glowy.png' width='32'> fxT_Glowy : This is an alternative glow effect that mimics the feature of the same gizmo in Nuke.
-
<img src='/Filter/L_BlurHue/L_BlurHue.png' width='32'> L_BlurHue : A simple hue blur filter.
-
<img src='/Filter/lp_ColourSmear/lp_ColourSmear.png' width='32'> lp_ColourSmear : Smears the colors around a given Alpha.
-
<img src='/Filter/lp_Despot/lp_Despot.png' width='32'> lp_Despot : Despots for black or white pixels.
-
<img src='/Filter/lp_Feather/lp_Feather.png' width='32'> lp_Feather : Feathers your alpha channel
-
<img src='/Filter/lp_fakeDefocus/lp_fakeDefocus.png' width='32'> lp_fakeDefocus : A very faky Defocus. Very faky. Not very good. Might work for tiny things.
-
<img src='/Filter/lp_roughenEdges/lp_roughenEdges.png' width='32'> lp_roughenEdges : Roughens the edges of a given alpha channel based on an adjustable noise.
-
<img src='/Filter//kaleidoscope/kaleidoscope.png' width='32'> Kaleidoscope : creates kaleidoscope effect.
Filter/Duck
-
<img src='/Filter/DUCK_Alpha_Edge/DUCK_Alpha_Edge.png' width='32'> DUCK_Alpha_Edge : It gives edge of a roto or a key, you have the possibility to dilate or erode, blur or multiply the edge differently inside and outside. Simply the best alpha edge you can find for free.
-
<img src='/Filter/DUCK_Denoise/DUCK_Denoise.png' width='32'> DUCK_Denoise : It helps to denoise a footage, since it is not based on analisys: it just provides a denoise for black/white and coloured dots.
-
<img src='/Filter/DUCK_Skin_Cleaner/DUCK_Skin_Cleaner.png' width='32'> DUCK_Skin_Cleaner : A tool developed to clean up models skin in common beauty/fashion shots.
-
<img src='/Filter/DUCK_Smart_Blur/DUCK_Smart_Blur.png' width='32'> DUCK_Smart_Blur : Smart Blur isn't a common blur, it helps to blur images with heavy grain, surface imperfections, noises, render problems, etc. keeping the boundary and the edges, and restoring details in highlights and dark regions of the image.
Filter/Pixelfudger
-
<img src='/Filter/PxF_Bandpass/PxF_Bandpass.png' width='24'> PxF_Bandpass : Extract detail from an image. Useful to make plates easier to track.
-
<img src='/Filter/PxF_ChromaBlur/PxF_ChromaBlur.png' width='24'> PxF_ChromaBlur : Blur chrominance without affecting luminance. Useful to repair some chroma artifacts in digital video.
GLSL/Blur
-
<img src='/GLSL/Blur/Barrel_Blur_Chroma_GL/Barrel_Blur_Chroma_GL.png' width='24'> Barrel_Blur_Chroma_GL : GPU accelerated Barrel chroma blur effect for Shadertoy.
-
<img src='/GLSL/Blur/Bilateral_GL/Bilateral_GL.png' width='24'> Bilateral_GL : GPU accelerated Bilateral blur for Shadertoy.
-
<img src='/GLSL/Blur/Bloom_GL/Bloom_GL.png' width='24'> Bloom_GL : GPU accelerated Bloom effect for Shadertoy.
-
<img src='/GLSL/Blur/BokehCircular_GL/BokehCircular_GL.png' width='24'> BokehCircular_GL : GPU accelerated circular defocus blur for Shadertoy.
-
<img src='/GLSL/Blur/BokehDisc_GL/BokehDisc_GL.png' width='24'> BokehDisc_GL : GPU accelerated defocus blur for Shadertoy.
-
<img src='/GLSL/Blur/BokehOctagon_GL/BokehOctagon_GL.png' width='24'> BokehOctagon_GL : GPU accelerated octagon defocus blur for Shadertoy.
-
<img src='/GLSL/Blur/Crok_bloom_GL/Crok_bloom_GL.png' width='24'> Crok_bloom_GL : Simulates bloom.
-
<img src='/GLSL/Blur/Crok_blush_GL/Crok_blush_GL.png' width='24'> Crok_blush_GL : Bandpass effect.
-
<img src='/GLSL/Blur/Crok_convolve_GL/Crok_convolve_GL.png' width='24'> Crok_convolve_GL : Simulates a convolve blur.
-
<img src='/GLSL/Blur/Crok_defocus_GL/Crok_defocus_GL.png' width='24'> Crok_defocus_GL : Comps front and back and adds a defocus effect.
-
<img src='/GLSL/Blur/Crok_diffuse_GL/Crok_diffuse_GL.png' width='24'> Crok_diffuse_GL : Creates a noisy blur.
-
<img src='/GLSL/Blur/Crok_dir_blur_GL/Crok_dir_blur_GL.png' width='24'> Crok_dir_blur_GL : Creates a directional blur.
-
<img src='/GLSL/Blur/Crok_dof_blur_GL/Crok_dof_blur_GL.png' width='24'> Crok_dof_blur_GL : Simulates depth of field with bokeh.
-
<img src='/GLSL/Blur/Crok_lens_blur_GL/Crok_lens_blur_GL.png' width='24'> Crok_lens_blur_GL : Simulates depth of field with bokeh.
-
<img src='/GLSL/Blur/Crok_soften_GL/Crok_soften_GL.png' width='24'> Crok_soften_GL : Sub pixel blur meant for creating natural looking edges.
-
<img src='/GLSL/Blur/Crok_reskin_GL/Crok_reskin_GL.png' width='24'> Crok_reskin_GL : Creates skin type textures.
-
<img src='/GLSL/Blur/FastBlur_GL/FastBlur_GL.png' width='24'> FastBlur_GL : Fast Blur effect.
-
<img src='/GLSL/Blur/HDR_Bloom_GL/HDR_Bloom_GL.png' width='24'> HDR_Bloom_GL : HDR Bloom effect.
-
<img src='/GLSL/Blur/Ls_Ash_GL/Ls_Ash_GL.png' width='24'> Ls_Ash_GL : Sharpen without ringing edges, or sharpen edges without increasing texture.
-
<img src='/GLSL/Blur/Mipmap_Blur_GL/Mipmap_Blur_GL.png' width='24'> Mipmap_Blur_GL : GPU accelerated Mipmap blur for Shadertoy.
-
<img src='/GLSL/Blur/Monte_Carlo_Blur_GL/Monte_Carlo_Blur_GL.png' width='24'> Monte_Carlo_Blur_GL : GPU accelerated Monte-Carlo blur for Shadertoy.
-
<img src='/GLSL/Blur/RadialBlur_GL/RadialBlur_GL.png' width='24'> RadialBlur_GL : Radial Blur effect.
-
<img src='/GLSL/Blur/y_bilat_GL/y_bilat_GL.png' width='24'> y_bilat_GL : A bilateral filter, with a few more options, and the abiltiy to intake a mask.
-
<img src='/GLSL/Blur/y_blurs_GL/y_blurs_GL.png' width='24'> y_blurs_GL : Blur a thing. Options include the abilty to constrain the blur within an optional matte input.
GLSL/Channel
-
<img src='/GLSL/Channel/JB_multiMatteManager_GL/JB_multiMatteManager_GL.png' width='24'> JB_multiMatteManager_GL : Manages up to four inputs RGB to output one combined mulitmatte with alpha.
-
<img src='/GLSL/Channel/K_RgbcmyMatte_GL/K_RgbcmyMatte_GL.png' width='24'> K_RgbcmyMatte_GL : Separates Red, Green, Blue, Cyan, Magenta, Yellow and White from a matte pass.
-
<img src='/GLSL/Channel/Shuffle_AtoRGB_GL/Shuffle_AtoRGB_GL.png' width='24'> Shuffle_AtoRGB_GL : Copy the alpha to the RGB.
-
<img src='/GLSL/Channel/y_mult_div_GL/y_mult_div_GL.png' width='24'> y_mult_div_GL : Another multiply and divide an image by its matte shader.
GLSL/Color
-
<img src='/GLSL/Color/AFX_Grade_GL/AFX_Grade_GL.png' width='24'> AFX_Grade_GL : Based off the Nuke grade node.
-
<img src='/GLSL/Color/Chromatic_adaptation_GL/Chromatic_adaptation_GL.png' width='24'> Chromatic_adaptation_GL : This shader performs a chromatic adaptation.
-
<img src='/GLSL/Color/Crok_2color_GL/Crok_2color_GL.png' width='24'> Crok_2color_GL : Simulates a 2 color look.
-
<img src='/GLSL/Color/Crok_exposure_GL/Crok_exposure_GL.png' width='24'> Crok_exposure_GL : Simulates an exposure node.
-
<img src='/GLSL/Color/Crok_filmlook_GL/Crok_filmlook_GL.png' width='24'> Crok_filmlook_GL : This shader gives you different FilmLook presets.
-
<img src='/GLSL/Color/JB_colorRemap_GL/JB_colorRemap_GL.png' width='24'> JB_colorRemap_GL : Remaps RGB of input1 using RGB of input 2.
-
<img src='/GLSL/Color/K_BW_GL/K_BW_GL.png' width='24'> K_BW_GL : Creates black and white images with adjustable RGB values.
-
<img src='/GLSL/Color/Ls_Colourmatrix_GL/Ls_Colourmatrix_GL.png' width='24'> Ls_Colourmatrix_GL : Apply 3x3 matrices to RGB for white balance, colourspace conversion or well disco grades.
-
<img src='/GLSL/Color/Ls_NaNfix_GL/Ls_NaNfix_GL.png' width='24'> Ls_NaNfix_GL : Fixes pixels which are stuck at NaN.
-
<img src='/GLSL/Color/Ls_RndmGrade_GL/Ls_RndmGrade_GL.png' width='24'> Ls_RndmGrade_GL : Generates random grades. Works best on log footage or low-contrast ungraded video.
-
<img src='/GLSL/Color/threshold_GL/threshold_GL.png' width='24'> threshold_GL : Applies a threshold filter to an image.
-
<img src='/GLSL/Color/y_bw_GL/y_bw_GL.png' width='24'> y_bw_GL : Create black and white images with similar controls as Lightroom. Also nice for creating interesting mattes for color correction or whatever down stream.
-
<img src='/GLSL/Color/y_hue_ops_GL/y_hue_ops_GL.png' width='24'> y_hue_ops_GL : Isolate hues, and adjust their color / saturation.
-
<img src='/GLSL/Color/y_linear_GL/y_linear_GL.png' width='24'> y_linear_GL : Convert footage to linear and back with ease.
GLSL/Distort
-
<img src='/GLSL/Distort/Bulge_GL/Bulge_GL.png' width='24'> Bulge_GL : Bulge effect.
-
<img src='/GLSL/Distort/Crok_chroma_warp_GL/Crok_chroma_warp_GL.png' width='24'> Crok_chroma_warp_GL : Creates chromatic aberrations and a barrel distortion.
-
<img src='/GLSL/Distort/Crok_distort_blur_GL/Crok_distort_blur_GL.png' width='24'> Crok_distort_blur_GL : Adds a blured lens distortion effect.
-
<img src='/GLSL/Distort/Crok_heathaze_GL/Crok_heathaze_GL.png' width='24'> Crok_heathaze_GL : Creates a heat haze effect.
-
<img src='/GLSL/Distort/Crok_noise_blur_GL/Crok_noise_blur_GL.png' width='24'> Crok_noise_blur_GL : Creates a noise texture similar to the popular Genarts Texture.
-
<img src='/GLSL/Distort/Crok_pixelsort_GL/Crok_pixelsort_GL.png' width='24'> Crok_pixelsort_GL : Creates a pixel sort type effect.
-
<img src='/GLSL/Distort/Crok_pixelstretch_GL/Crok_pixelstretch_GL.png' width='24'> Crok_pixelstretch_GL : Creates a Pixelspread type stretch effect.
-
<img src='/GLSL/Distort/Crok_rift_GL/Crok_rift_GL.png' width='24'> Crok_rift_GL : Distorts side-by-side stereo images to be useable with the Oculus Rift.
-
<img src='/GLSL/Distort/JB_pixelDisplace_GL/JB_pixelDisplace_GL.png' width='24'> JB_pixelDisplace_GL : Image displace effect for Shadertoy.
-
<img src='/GLSL/Distort/JB_timeDisplace_GL/JB_timeDisplace_GL.png' width='24'> JB_timeDisplace_GL : Tries to emulate the Sapphire s_TimeDisplace node.
-
<img src='/GLSL/Distort/JT_SyLens_GL/JT_SyLens_GL.png' width='24'> JT_SyLens_GL : Straightens and distorts footage according to the Syntheyes lens distortion model.
-
<img src='/GLSL/Distort/K_Chroma_GL/K_Chroma_GL.png' width='24'> K_Chroma_GL : GPU accelerated chroma abberation effect for Shadertoy.
-
<img src='/GLSL/Distort/Ls_Advect_GL/Ls_Advect_GL.png' width='24'> Ls_Advect_GL : Pushes an image along the contours of another.
-
<img src='/GLSL/Distort/Ls_nail_GL/Ls_nail_GL.png' width='24'> Ls_nail_GL : Warp an area of the Source and Mask to follow a track.
-
<img src='/GLSL/Distort/Ls_Posmatte_GL/Ls_Posmatte_GL.png' width='24'> Ls_Posmatte_GL : Pulls a spherical matte from an XYZ position pass.
-
<img src='/GLSL/Distort/Ls_Splineblur_GL/Ls_Splineblur_GL.png' width='24'> Ls_Splineblur_GL : Directional blur along the edges of a shape.
-
<img src='/GLSL/Distort/Ls_Tinyplanet_GL/Ls_Tinyplanet_GL.png' width='24'> Ls_Tinyplanet_GL : Stereographic reprojection of 360 panoramas.
-
<img src='/GLSL/Distort/Ls_UVewa_GL/Ls_UVewa_GL.png' width='24'> Ls_UVewa_GL : UV mapping with EWA filtering.
GLSL/Draw
-
<img src='/GLSL/Draw/Crok_blue_noise_GL/Crok_blue_noise_GL.png' width='24'> Crok_blue_noise_GL : Generates a blue noise texture from a still plate.
-
<img src='/GLSL/Draw/Crok_fast_grain_GL/Crok_fast_grain_GL.png' width='24'> Crok_fast_grain_GL : Simulates a film like grain.
-
<img src='/GLSL/Draw/Crok_regrain_GL/Crok_regrain_GL.png' width='24'> Crok_regrain_GL : Simulates film grain.
-
<img src='/GLSL/Draw/Guides_GL/Guides_GL.png' width='24'> Guides_GL : Draws simple adjustable horizontal and vertical guides for centering reference, measuring, etc...
GLSL/Effect
-
<img src='/GLSL/Effect/Anaglyphic_GL/Anaglyphic_GL.png' width='24'> Anaglyphic_GL : GPU accelerated Anaglyphic effect for Shadertoy.
-
<img src='/GLSL/Effect/Crok_6567_GL/Crok_6567_GL.png' width='24'> Crok_6567_GL : Simulates the color palette of a VIC-2 or better known as on of the famous C64 chips.
-
<img src='/GLSL/Effect/Crok_ascii_art_GL/Crok_ascii_art_GL.png' width='24'> Crok_ascii_art_GL : Generates ascii art.
-
<img src='/GLSL/Effect/Crok_beer_GL/Crok_beer_GL.png' width='24'> Crok_beer_GL : Creates a beer like structure.
-
<img src='/GLSL/Effect/Crok_bleachbypass_GL/Crok_bleachbypass_GL.png' width='24'> Crok_bleachbypass_GL : GPU accelerated bleachbypass effect for Shadertoy.
-
<img src='/GLSL/Effect/Crok_cel_shading_GL/Crok_cel_shading_GL.png' width='24'> Crok_cel_shading_GL : Simulates cel shading.
-
<img src='/GLSL/Effect/Crok_cmyk_halftone_GL/Crok_cmyk_halftone_GL.png' width='24'> Crok_cmyk_halftone_GL : GPU accelerated CMYK halftone effect for Shadertoy.
-
<img src='/GLSL/Effect/Crok_contour_GL/Crok_contour_GL.png' width='24'> Crok_contour_GL : Creates a handdrawn style edge detect.
-
<img src='/GLSL/Effect/Crok_crosshatch_GL/Crok_crosshatch_GL.png' width='24'> Crok_crosshatch_GL : Simulates a simple pencil sketch.
-
<img src='/GLSL/Effect/Crok_crt_GL/Crok_crt_GL.png' width='24'> Crok_crt_GL : Creates a CRT style scan-line effect with additional shadowmasking.
-
<img src='/GLSL/Effect/Crok_deband_GL/Crok_deband_GL.png' width='24'> Crok_deband_GL : Reduces banding.
-
<img src='/GLSL/Effect/Crok_digital_glitch_GL/Crok_digital_glitch_GL.png' width='24'> Crok_digital_glitch_GL : Simulates digital glitches.
-
<img src='/GLSL/Effect/Crok_dithering_GL/Crok_dithering_GL.png' width='24'> Crok_dithering_GL : Creates a dithering effect.
-
<img src='/GLSL/Effect/Crok_emboss_GL/Crok_emboss_GL.png' width='24'> Crok_emboss_GL : Simulates an emboss effect.
-
<img src='/GLSL/Effect/Crok_flicker_GL/Crok_flicker_GL.png' width='24'> Crok_flicker_GL : Creates a flickering effect.
-
<img src='/GLSL/Effect/Crok_hexagon_GL/Crok_hexagon_GL.png' width='24'> Crok_hexagon_GL : Generates hexagon patterns.
-
<img src='/GLSL/Effect/Crok_highpass_GL/Crok_highpass_GL.png' width='24'> Crok_highpass_GL : GPU accelerated highpass filter for Shadertoy.
-
<img src='/GLSL/Effect/Crok_instagram_GL/Crok_instagram_GL.png' width='24'> Crok_instagram_GL : This shader gives you the typical Instagram looks.
-
<img src='/GLSL/Effect/Crok_jpeg_GL/Crok_jpeg_GL.png' width='24'> Crok_jpeg_GL : This shader simulates JPEG compression.
-
<img src='/GLSL/Effect/Crok_kuwahara_GL/Crok_kuwahara_GL.png' width='24'> Crok_kuwahara_GL : Simulates anisotropic kuwahara filtering.
-
<img src='/GLSL/Effect/Crok_lowfi_GL/Crok_lowfi_GL.png' width='24'> Crok_lowfi_GL : Simulates NES, EGA and Gameboy video out.
-
<img src='/GLSL/Effect/Crok_nightvision_GL/Crok_nightvision_GL.png' width='24'> Crok_nightvision_GL : Creates a nightvision effect.
-
<img src='/GLSL/Effect/Crok_oil_paint_GL/Crok_oil_paint_GL.png' width='24'> Crok_oil_paint_GL : Applies a painterly effet to the image.
-
<img src='/GLSL/Effect/Crok_parallax_GL/Crok_parallax_GL.png' width='24'> Crok_parallax_GL : Simulates a typical Amiga style parallax effect.
-
<img src='/GLSL/Effect/Crok_pixelate_GL/Crok_pixelate_GL.png' width='24'> Crok_pixelate_GL : GPU accelerated mosaic effect for Shadertoy.
-
<img src='/GLSL/Effect/Crok_scanlines_GL/Crok_scanlines_GL.png' width='24'> Crok_scanlines_GL : Simulates CRT phosphor / shadow mask arrangements.
-
<img src='/GLSL/Effect/Crok_separation_GL/Crok_separation_GL.png' width='24'> Crok_separation_GL : Creates a low pass and high pass filter sometimes called frequency separation.
-
<img src='/GLSL/Effect/Crok_sketch_GL/Crok_sketch_GL.png' width='24'> Crok_sketch_GL : Creates a sketch type look.
-
<img src='/GLSL/Effect/Crok_ssao_GL/Crok_ssao_GL.png' width='24'> Crok_ssao_GL : Simulates a SSAO look with just a Normal Map input.
-
<img src='/GLSL/Effect/Crok_tv_rgb_dots_GL/Crok_tv_rgb_dots_GL.png' width='24'> Crok_tv_rgb_dots_GL : Simulates the typical RGB dots of old TVs.
-
<img src='/GLSL/Effect/Crok_vein_GL/Crok_vein_GL.png' width='24'> Crok_vein_GL : Generates veins.
-
<img src='/GLSL/Effect/Crok_vhs_GL/Crok_vhs_GL.png' width='24'> Crok_vhs_GL : Simulates an old VHS player.
-
<img src='/GLSL/Effect/EWA_GL/EWA_GL.png' width='24'> EWA_GL : GPU accelerated EWA antialiasing effect for Shadertoy.
-
<img src='/GLSL/Effect/FXAA_GL/FXAA_GL.png' width='24'> FXAA_GL : GPU accelerated FXAA antialiasing effect for Shadertoy.
-
<img src='/GLSL/Effect/JB_lidar_GL/JB_lidar_GL.png' width='24'> JB_lidar_GL : This node tries to emulate a fake point cloud data provided by a lidar.
-
<img src='/GLSL/Effect/L_ssao_GL/L_ssao_GL.png' width='24'> L_ssao_GL : Uses the supplied Zdepth image to do Screen Space Ambient Occlusion.
-
<img src='/GLSL/Effect/Ls_Dollface_GL/Ls_Dollface_GL.png' width='24'> Ls_Dollface_GL : Blend similar colours with a bilateral filter whilst preserving edges, to remove grain or wrinkles.
-
<img src='/GLSL/Effect/Ls_FXAA_GL/Ls_FXAA_GL.png' width='24'> Ls_FXAA_GL : Fast cheap antialiasing.
-
<img src='/GLSL/Effect/Ls_Glint_GL/Ls_Glint_GL.png' width='24'> Ls_Glint_GL : Makes highlights bloom into stars.
-
<img src='/GLSL/Effect/Ls_wireless_GL/Ls_wireless_GL.png' width='24'> Ls_wireless_GL : Fast cheap antialiasing.
-
<img src='/GLSL/Effect/Money_Filter_GL/Money_Filter_GL.png' width='24'> Money_Filter_GL : GPU accelerated Money filter effect for Shadertoy.
-
<img src='/GLSL/Effect/y_flicker_GL/y_flicker_GL.png' width='24'> y_flicker_GL : Removes flickering.
-
<img src='/GLSL/Effect/y_ixform_GL/y_ixform_GL.png' width='24'> y_ixform_GL : Transform a thing. This is only cool if you input the optional black and white strength channel.
-
<img src='/GLSL/Effect/y_linex_GL/y_linex_GL.png' width='24'> y_linex_GL : Extrapolate the blending of 2 images past the boundaries of 0 and 1. Can do some useful and interesting things.
-
<img src='/GLSL/Effect/y_sharpen_GL/y_sharpen_GL.png' width='24'> y_sharpen_GL : Sharpen an image using a guassian blur with linear extrapolation.
GLSL/Keying
-
<img src='/GLSL/Keying/AFX_Despill_GL/AFX_Despill_GL.png' width='24'> AFX_Despill_GL : GPU accelerated After Effects despill for Shadertoy.
-
<img src='/GLSL/Keying/Crok_chromakey_GL/Crok_chromakey_GL.png' width='24'> Crok_chromakey_GL : This shader does a fast chroma key.
-
<img src='/GLSL/Keying/Crok_despill_GL/Crok_despill_GL.png' width='24'> Crok_despill_GL : Combines multiple LogicOps to streamline your keying node graph.
-
<img src='/GLSL/Keying/Crok_difference_GL/Crok_difference_GL.png' width='24'> Crok_difference_GL : Creates a diference matte.
-
<img src='/GLSL/Keying/Crok_edge_matte_GL/Crok_edge_matte_GL.png' width='24'> Crok_edge_matte_GL : GPU accelerated edge detect effect for Shadertoy.
-
<img src='/GLSL/Keying/JB_autoMatte_GL/JB_autoMatte_GL.png' width='24'> JB_autoMatte_GL : Creates a RGB multimattes of an input which can be useful to mockup quick keys.
-
<img src='/GLSL/Keying/JB_erodematte_GL/JB_erodematte_GL.png' width='24'> JB_erodematte_GL : Simple erode node.
GLSL/Merge
-
<img src='/GLSL/Merge/Add_GL/Add_GL.png' width='24'> Add_GL : GPU accelerated additive merge for Shadertoy.
-
<img src='/GLSL/Merge/Crok_uncomp_GL/Crok_uncomp_GL.png' width='24'> Crok_uncomp_GL : Uncompose a compositing scene into its original layer.
-
<img src='/GLSL/Merge/Ls_Contacts_GL/Ls_Contacts_GL.png' width='24'> Ls_Contacts_GL : Tile inputs into a grid for impressing clients, choosing versions or checking continuity.
-
<img src='/GLSL/Merge/Merge_GL/Merge_GL.png' width='24'> Merge_GL : GPU accelerated merge node for Shadertoy.
-
<img src='/GLSL/Merge/Screen_GL/Screen_GL.png' width='24'> Screen_GL : GPU accelerated screen merge for Shadertoy.
-
<img src='/GLSL/Merge/y_source_GL/y_source_GL.png' width='24'> y_source_GL : Recreates the most useful parts of action's source nodes. Back input is optional.
GLSL/Source
-
<img src='/GLSL/Source/Bleepy_Blocks_GL/Bleepy_Blocks_GL.png' width='24'> Bleepy_Blocks_GL : GPU accelerated bleepy blocks generator for Shadertoy.
-
<img src='/GLSL/Source/Bubbles_GL/Bubbles_GL.png' width='24'> Bubbles_GL : GPU accelerated bubbles generator for Shadertoy.
-
<img src='/GLSL/Source/Cellular_GL/Cellular_GL.png' width='24'> Cellular_GL : GPU accelerated cell generator for Shadertoy.
-
<img src='/GLSL/Source/cr2_HEX_GL/cr2_HEX_GL.png' width='24'> cr2_HEX_GL : Creates a Hexagon Pattern.
-
<img src='/GLSL/Source/Crok_3d_grid_GL/Crok_3d_grid_GL.png' width='24'> Crok_3d_grid_GL : Creates a 3D Grid.
-
<img src='/GLSL/Source/Crok_blobs_GL/Crok_blobs_GL.png' width='24'> Crok_blobs_GL : Creates blob like sturctures.
-
<img src='/GLSL/Source/Crok_block_noise_GL/Crok_block_noise_GL.png' width='24'> Crok_block_noise_GL : Creates blocky textures.
-
<img src='/GLSL/Source/Crok_box_GL/Crok_box_GL.png' width='24'> Crok_box_GL : Creates an antialiased square with rounded corners.
-
<img src='/GLSL/Source/Crok_cameraflash_GL/Crok_cameraflash_GL.png' width='24'> Crok_cameraflash_GL : Creates simple camera flashs.
-
<img src='/GLSL/Source/Crok_cells_GL/Crok_cells_GL.png' width='24'> Crok_cells_GL : Creates a cell pattern.
-
<img src='/GLSL/Source/Crok_cellular_GL/Crok_cellular_GL.png' width='24'> Crok_cellular_GL : Creates tons of cellular like looking patterns.
-
<img src='/GLSL/Source/Crok_checkerboard_GL/Crok_checkerboard_GL.png' width='24'> Crok_checkerboard_GL : Creates a checkerboard pattern.
-
<img src='/GLSL/Source/Crok_fbmPixels_GL/Crok_fbmPixels_GL.png' width='24'> Crok_fbmPixels_GL : Creates a fbm style pattern.
-
<img src='/GLSL/Source/Crok_flow_GL/Crok_flow_GL.png' width='24'> Crok_flow_GL : Creates a perlin noise pattern.
-
<img src='/GLSL/Source/Crok_folding_GL/Crok_folding_GL.png' width='24'> Crok_folding_GL : Creates a folding texture, which you can use as a reflection map.
-
<img src='/GLSL/Source/Crok_fractal_GL/Crok_fractal_GL.png' width='24'> Crok_fractal_GL : Creates a fractal pattern.
-
<img src='/GLSL/Source/Crok_fractal_soup_GL/Crok_fractal_soup_GL.png' width='24'> Crok_fractal_soup_GL : Creates a mandelbrot pattern.
-
<img src='/GLSL/Source/Crok_gradient_GL/Crok_gradient_GL.png' width='24'> Crok_gradient_GL : Creates a simple gradient effect.
-
<img src='/GLSL/Source/Crok_lava_GL/Crok_lava_GL.png' width='24'> Crok_lava_GL : Creates flame / fluid like patterns.
-
<img src='/GLSL/Source/Crok_lines_GL/Crok_lines_GL.png' width='24'> Crok_lines_GL : Creates lines.
-
<img src='/GLSL/Source/Crok_maze_GL/Crok_maze_GL.png' width='24'> Crok_maze_GL : Creates a maze like structure.
-
<img src='/GLSL/Source/Crok_ocean_noise_GL/Crok_ocean_noise_GL.png' width='24'> Crok_ocean_noise_GL : Creates an ocean / water like noise pattern.
-
<img src='/GLSL/Source/Crok_patterns_GL/Crok_patterns_GL.png' width='24'> Crok_patterns_GL : Creates different patterns.
-
<img src='/GLSL/Source/Crok_perlin_GL/Crok_perlin_GL.png' width='24'> Crok_perlin_GL : Creates a perlin noise like pattern.
-
<img src='/GLSL/Source/Crok_plasnoid_GL/Crok_plasnoid_GL.png' width='24'> Crok_plasnoid_GL : Creates tons of different plasma patterns.
-
<img src='/GLSL/Source/Crok_puffy_noise_GL/Crok_puffy_noise_GL.png' width='24'> Crok_puffy_noise_GL : Simulates puffy noise.
-
<img src='/GLSL/Source/Crok_snow_GL/Crok_snow_GL.png' width='24'> Crok_snow_GL : Creates snow.
-
<img src='/GLSL/Source/Crok_stars_GL/Crok_stars_GL.png' width='24'> Crok_stars_GL : Simulates stars.
-
<img src='/GLSL/Source/Crok_tesla_GL/Crok_tesla_GL.png' width='24'> Crok_tesla_GL : Creates tesla lightning bolts.
-
<img src='/GLSL/Source/Crok_turbulence_GL/Crok_turbulence_GL.png' width='24'> Crok_turbulence_GL : Creates a water turbulence texture.
-
<img src='/GLSL/Source/Crok_voronoi_GL/Crok_voronoi_GL.png' width='24'> Crok_voronoi_GL : Creates voronoi noises.
-
<img src='/GLSL/Source/Crok_wave_lines_GL/Crok_wave_lines_GL.png' width='24'> Crok_wave_lines_GL : Creates a wave line pattern.
-
<img src='/GLSL/Source/Crok_wrinkle_GL/Crok_wrinkle_GL.png' width='24'> Crok_wrinkle_lines_GL : Creates wrinkled paper like sturctures.
-
<img src='/GLSL/Source/JB_fractal_GL/JB_fractal_GL.png' width='24'> JB_fractal_GL : Simple fractal generator.
-
<img src='/GLSL/Source/L_Molten_GL/L_Molten_GL.png' width='24'> L_Molten_GL : Molten Metal Texture Gradient shader.
-
<img src='/GLSL/Source/Magma_GL/Magma_GL.png' width='24'> Magma_GL : Generates a magma style effect.
-
<img src='/GLSL/Source/Noise_GL/Noise_GL.png' width='24'> Noise_GL : GPU accelerated noise generator for Shadertoy.
-
<img src='/GLSL/Source/Rolling_fire_GL/Rolling_fire_GL.png' width='24'> Rolling_fire_GL : Creates a rolling fire effect.
-
<img src='/GLSL/Source//Lightning_GL/Lightning_GL.png' width='24'> Lightning_GL_GL : Lightning effect.
GLSL/Transform
-
<img src='/GLSL/Transform/Crok_seamless_GL/Crok_seamless_GL.png' width='24'> Crok_seamless_GL : Creates seamless textures.
-
<img src='/GLSL/Transform/Crop_GL/Crop_GL.png' width='24'> Crop_GL : A simple image cropper with built-in 2D texture offset and borders.
Keyer
-
<img src='/Keyer/Cryptomatte_Keyer/Cryptomatte_Keyer.png' width='24'> Cryptomatte_Keyer : Extracts up to 15 mattes per node using Cryptomatte pass.
-
<img src='/Keyer/AdditiveKeyer/AdditiveKeyer.png' width='24'> AdditiveKeyer : This is not a keyer, It is very good for separating translucent fine details (such as motion blur, dust or hair) that a keyers with mattes might have difficulties extracting.
-
<img src='/Keyer/BS_AlphaGrainEdge/BS_AlphaGrainEdge.png' width='32'> BS_AlphaGrainEdge : This basic PyPlug simply adds some noise to your alphas around the areas that aren't solid.
-
<img src='/Keyer/ColorDifferenceKey/ColorDifferenceKey.png' width='24'> ColorDifferenceKey : Creates a quick color difference key.
-
<img src='/Keyer/CoveragePass/CoveragePass.png' width='24'> CoveragePass : Extract Coverage Pass from render in Arnold and Renderman.
-
<img src='/Keyer/DespillMadness/DespillMadness.png' width='24'> DespillMadness : The famous DespillMadness originaly crafted for Nuke by Andreas Frickinger.
-
<img src='/Keyer/EdgeMatteDetect/EdgeMatteDetect.png' width='24'> EdgeMatteDetect : Description to be written
-
<img src='/Keyer/IDKeyer/IDKeyer.png' width='32'> IDKeyer : Extract an alpha matte from a ID-Pass to be used as a mask.
-
<img src='/Keyer/lp_ChannelContactsheet/lp_ChannelContactsheet.png' width='32'> lp_ChannelContactsheet : Generate a Contactsheet to find a suitable channel for keying.
-
<img src='/Keyer/lp_ChillSpill/lp_ChillSpill.png' width='32'> lp_ChillSpill : An alternative to buit-in Despill node that is quick and easy to setup.
-
<img src='/Keyer/lp_CleanScreen/lp_CleanScreen.png' width='32'> lp_CleanScreen : Evens out your Chroma-Screen with the help of a Cleanplate.
-
<img src='/Keyer/lp_HairKey/lp_HairKey.png' width='32'> lp_HairKey : A keyless Keyer for fine detail like hair which is hard to come by with a matte.
-
<img src='/Keyer/lp_SimpleKeyer/lp_SimpleKeyer.png' width='32'> lp_SimpleKeyer : A very simple Keyer for a wide variety of operations. Inspired by Nukes Keyer-Node.
-
<img src='/Keyer/OverRange_Alpha/OverRange_Alpha.png' width='32'> OverRange_Alpha : Generates an alpha channel based on overranged values.
-
<img src='/Keyer/PIKDespill/PIKDespill.png' width='32'> PIKDespill : Despill tool based on the PIK Keyer.
-
<img src='/Keyer/PositionMask/PositionMask.png' width='32'> PositionMask : Take a world position pass and generate a rounded mask from it.
-
<img src='/Keyer/PushPixel/PushPixel.png' width='24'> PushPixel : Pushes pixels of the RGB on the edges of the alpha channel.
-
<img src='/Keyer/PxF_ScreenClean/PxF_ScreenClean.png' width='24'> PxF_ScreenClean : Use a clean plate to clean up blue/red/green screens.
Lens Flare Presets
- <img src='/Lens_Flare_Presets/flareicon.png' width='32'> Lens Flare Presets : Various Lens Flare presets to use and make new presets.
Merge
-
<img src='/Merge/Linear%20wipe/linearWipe_icon.png' width='32'> Linear Wipe : Perform Linear wipe.
-
<img src='/Merge/Radial%20Wipe/radialWipe_icon.png' width='32'> Radial Wipe : Perform Radial wipe.
-
<img src='/Merge/L_Fuse/L_Fuse.png' width='24'> L_Fuse : Fuse is a replacement for the merge(over) node.
-
<img src='/Merge/ZCombine/ZCombine.png' width='32'> ZCombine : Mix two images according to their Zbuffer.
-
<img src='/Merge/Proxy%20File/proxyfile_icon.png' width='32'> ProxyFile : Creates Proxy File
mS
-
<img src='/mS/mS_MarkerRemoval_Advanced/mS_MarkerRemoval_Advanced.png' width='32'> mS_MarkerRemoval_Advanced : This PyPlug lets you easily remove tracking markers from backing screens without the hassle of painting, even when they intersect with the foreground elements.
-
<img src='/mS/mS_RestoreGrain/mS_RestoreGrain.png' width='32'> mS_RestoreGrain : This PyPlug lets you preserve the original grain from your plate after keying.
Relight
-
<img src='/Relight/Vector_Tools/Luma_to_Normals/Luma_to_Normals.png' width='32'> Luma_to_Normals : Converts any image to normals, using it's Luma Channel. Provides most accurate results used on displacement maps or Zdepth passes.
-
<img src='/Relight/ReFlect/ReFlect.png' width='32'> ReFlect : Take a Normal pass and an image and map it to reflection, similar to matcap in 3D render.
-
<img src='/Relight/ReShade/ReShade.png' width='32'> ReShade : GPU Relighting of 3D renders using a normal pass.
-
<img src='/Relight/SSAO/SSAO.png' width='32'> SSAO : Generate an AO pass from a Z pass.
-
<img src='/Relight/Vector_Tools/UV_Map_Generator/UV_Map_Generator.png' width='32'> UV_Map_Generator : Generates a default UV map at any resolution. Can be used to run through a lens distortion in another software or any sort of distorion that can then be re-applied with an STMap node.
-
<img src='/Relight/Vector_Tools/UV_to_Vectors/UV_to_Vectors.png' width='32'> UV_to_Vectors : Converts a distorted UV map to motion vectors.
-
<img src='/Relight/Vector_Tools/Vectors_Direction/Vectors_Direction.png' width='32'> Vectors_Direction : An utility to rotate 2D vectors such as motion vectors, and flip them if necessary.
-
<img src='/Relight/Vector_Tools/Vectors_Magnitude/Vectors_Magnitude.png' width='32'> Vectors_Magnitude : An utility to see the magnitude of motion vectors, usually simply as information for the artist.
-
<img src='/Relight/Vector_Tools/Vectors_Normalize/Vectors_Normalize.png' width='32'> Vectors_Normalize : Will scale every vector in a vector pass so that each vctor's magnitude is 1, while keeping the direction. Works on 2D and 3D vectors.
-
<img src='/Relight/Vector_Tools/Vectors_to_UV/Vectors_to_UV.png' width='32'> Vectors_to_UV : Converts Motion Vectors to an UV map.
-
<img src='/Relight/Z2Normal/Z2Normal.png' width='32'> Z2Normal : Generate a Normal Pass from a Z pass
SB
-
<img src='/SB/sb_AlphaFromMax/sb_AlphaFromMax.png' width='24'> sb_AlphaFromMax : This PyPlug creates an alpha channel based on the max color value of each pixel in any of the RGB channels.
-
<img src='/SB/sb_Erode/sb_Erode.png' width='24'> sb_Erode : This PyPlug wraps several erode types into a single gizmo, giving you simple control of which method that works best for your shot.
-
<img src='/SB/sb_LumaKey/sb_LumaKey.png' width='24'> sb_LumaKey : This PyPlug will perform a luminance key of your footage, based on a chosen color space.
-
<img src='/SB/sb_MatteEdge/sb_MatteEdge.png' width='24'> sb_MatteEdge : This PyPlug creates an edge matte with control of both the outer and inner radius.
Time
- <img src='/Time/TimeLoop/TimeLoop.png' width='32'> TimeLoop : generate loops from input image
Transform
-
<img src='/Transform/PM_Camera/PM_Camera.png' width='32'> PM_Camera : Poor's Man 3D Camera, can import .chan data to be used with the PM_Card3D
-
<img src='/Transform/Crop_N/Crop_N.png' width='32'> Crop_N : Crop node similar to Nuke's one
-
<img src='/Transform/3D_Card/PM_Card3D.png' width='32'> PM_Card3D : Poor's Man Card3D, create a 3D plane, to be used with PM_Camera
-
<img src='/Transform/Repeat/Repeat.png' width='32'> Repeat : Tiling effect that extends image size.
-
<img src='/Transform/Shaker/Shaker.png' width='32'> Shaker : Adds a shaking effect to the input image. It's based on an expression similar to wiggle expression in After Effects
-
<img src='/Transform/lp_NoiseDistort/lp_NoiseDistort.png' width='32'> lp_NoiseDistort : Distorts an image based on two different noise-layer for a more dynamic feel.
-
<img src='/Transform/Wiggle/Wiggle.png' width='32'> Wiggle : Camera shake effect.
Utility
-
<img src='/Utility/Onion_S/Onion_S.png' width='32'> Onion_S : This is a simple Onion Skin utility node. It supports 5 fames of fixed interval onion skin in the forward and backward directions with user selectable colors, and two blending modes.
-
<img src='/Utility/WaveForm/WaveForm.png' width='32'> WaveForm : Draw a Luminance Waveform of the input image
Views
- <img src='/Views/L_AspectMask/L_AspectMask.png' width='32'> L_AspectMask : Apply standard formats overlay over an image.
V_Tools
- <img src='/V_Tools/V_CheckMatte/V_CheckMatte.png' width='24'> V_CheckMatte : Utility to evaluate a matte and help working with mattes and masks.