Skip to content

Malu05/NukePublic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

NukePublic

Public Nuke Snippits created by Mads Hagbarth Damsbo.

timelineHotkeys.py

This is a basic version of the View Manager that i created back in 2018. It adds a button to the viewer that let you set "hotkeys" for certain frame numbers, frame ranges, nodes, settings and such.

RGB2HSP.nk

This is a node that can convert RGB into HSP and vice versa. HSP is a colorspace created by Darel Rex Finley, that work much like HSV and HSL with the exception that the luminance is visually percived brightness.

BrushReduction.py

This script is used to reduce the currently selected roto brush strokes to a minimum. Using the Ramer–Douglas–Peucker algorithm, it takes all the unnecessary points of the brush stroke and removes them. Due to the slow nature of the roto.remove function in nuke this takes quite a bit of time on big stroke paths (just so you know)

Install:

import BrushReduction

Usage: With the roto node and brush stroke(s) selected hit the desired menu item in the "Roto" menu.

GitHub Logo

VectorMorph

This nuke script contains a node that can be used to morph between 2 frames of a sequence using Kronos vectors. The node automatically morphs and resumes the normal sequence.

About

Public Nuke Snippits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages