eFibonacciGlow

eFibonacciGlow is an exponential glow based upon Leonardo Fibonacci sequence of numbers.

Updated: 12 February 2020

Author: ermesermes

Compatible Nuke versions: 8.0 or later

Compatibility: Linux, Mac, Windows

eFibonacciGlow v4.0

  • Quadratic, Fibonacci and Tribonacci fall-off
  • shrink black/white bug fixed
  • mask input added
  • minor bugs fixed

eFibonacciGlow is an exponential glow based upon Leonardo Fibonacci sequence of numbers. 

(0,1,1,2,3,5,8,13,21,34...)

The exponential sequence is characterized by the fact that every number after the first two is the sum of the two preceding ones.

This is an alternative glow gizmo to Nuke's standard glow node.

Features included:

  • Choose channels
  • Glow size with exponential Faloff
  • Manipulate Input Luminance tolerance
  • Shrink Black/White
  • Effect on your footage / Effect only with possibility to merge over your footage
  • Mix with original

fibonacci preview

 

How to install (optional)

1. Copy the folder 'eTools' in your .nuke folder (under C:/Users/...)

2. Add the following lines to your init.py file (right click and edit ) :

nuke.pluginAddPath('./eTools')

nuke.pluginAddPath('./eTools/Icons')
nuke.pluginAddPath('./eTools/Gizmos')


3. Add the following lines to your menu.py file (right click and edit ) :

toolbar = nuke.menu('Nodes')
eMenu = toolbar.addMenu('eTools', icon='eTools.png')
eMenu.addCommand('eFibonacciGlow', 'nuke.createNode('eFibonacciGlow')', icon='eFibonacciGlow.png')

 

Share if you like it and feel free to contact me for special needs at ermesvincenti.wordpress.com

Sign in or register to download or rate.