Skip to content

Instantly share code, notes, and snippets.

View sridharankaliyamoorthy's full-sized avatar

Sridharan K sridharankaliyamoorthy

View GitHub Profile
@greenvfx
greenvfx / runner.py
Last active March 1, 2017 15:01
Just a fun script. Nodes run away from your selection.
import nuke
import random
import nukescripts
def runner():
if nuke.thisKnob().name() == 'selected':
# RANDOM FOR X
random.seed(random.random())
randFactX = (random.random()-0.5)
# RANDOM FOR Y