Custom implementation of noise node. With two new noise pattern such as alligator and worley noise, and a warped function for any type of noise.
GR_Noise
Updated: 22 February 2021
Author: guillej.rodriguez
Compatible Nuke versions: 11.2 or later
Compatibility: Windows 64, Source
Recompile for nuke 11.2, 11.3, 12.1
Sample of alligator noise with default values Sample of alligator noise with 1.0 lacunarity
Sample of worley noise with default values Sample of fBm noise with warped function
properties tab
v1.4
Compiled for Nuke 11.2, 11.3, 12.1 and 12.1.
Added all versionas and packed. Source code is provided too.
To install:
Copy GR_Noise to your .nuke and add this lines to your init.py
import nuke
nuke.pluginAddPath('./GR_Noise')