Skip to content

Instantly share code, notes, and snippets.

View EgbertReichel's full-sized avatar

Egbert Reichel EgbertReichel

  • Sony Pictures Imageworks
View GitHub Profile
@EgbertReichel
EgbertReichel / animated_cornerpin_to_matrix
Last active May 16, 2019 14:46
"animated corner pin to matrix" :This Python Script creates a CornerPin node in Nuke using the extra_matrix to store animation data from another CornerPin node in Nuke. This will help to distribute animated CornerPin data for example from Mocha in Nuke to all sorts of nodes like "Gridwarp", "SplineWarp", "Paint and Roto" nodes, it will also incr…
#animated_cornerpin_to_matrix" is a helper script to convert animation data from a cornerpin to a 4x4 transform matrix.
#This Python Script creates a CornerPin node in Nuke using the
#transform_matrix knob to store animation data from another CornerPin node in Nuke.
#This will help to distribute animated CornerPin data for example
#from Mocha in Nuke to all sorts of nodes like 'Gridwarp', 'SplineWarp',
#'Paint and Roto' nodes.
#
#Egbert Reichel 2015
import nuke