Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollyisonit/flicker-noise
A Nuke script that generates noise that oscillates back and forth but only changes direction when it hits the minimum and maximum values of its range.
https://github.com/ollyisonit/flicker-noise
nuke nukescripts
Last synced: about 2 months ago
JSON representation
A Nuke script that generates noise that oscillates back and forth but only changes direction when it hits the minimum and maximum values of its range.
- Host: GitHub
- URL: https://github.com/ollyisonit/flicker-noise
- Owner: ollyisonit
- License: mit
- Created: 2024-03-24T23:57:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T07:05:00.000Z (9 months ago)
- Last Synced: 2024-04-01T14:28:31.598Z (9 months ago)
- Topics: nuke, nukescripts
- Language: Python
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flicker Noise
This is a Nuke script that creates noise that moves in one direction until it hits the maximum of its range, and then in the other until it hits the minimum of its range. It's useful for situations where you want to make sure that your noise is hitting its minimum and maximum values consistently. It's essentially an irregular sawtooth wave.
For comparison, this is what Nuke noise looks like by default:
![Graph of default nuke noise](assets/default-noise.png)
And this is what flicker noise looks like:
![Graph of flicker noise](assets/flicker-noise.png)
![Graph of messier flicker noise](assets/messier-noise.png)
Download the script [here](/releases/latest). The constants at the top of the file control the noise's parameters. They each have comments explaining what they do.