Skip to content

Instantly share code, notes, and snippets.

@draconiansolo
Created June 11, 2014 11:30
Show Gist options
  • Save draconiansolo/9e1e61d92460fd00d4f3 to your computer and use it in GitHub Desktop.
Save draconiansolo/9e1e61d92460fd00d4f3 to your computer and use it in GitHub Desktop.
Nuke vector field expressions
set cut_paste_input [stack 0]
version 7.0 v9
push $cut_paste_input
Expression {
expr0 (x-width/2)/width
expr1 (y-height/2)/height
name Expression8
label "Zoom blur vectors expression"
selected true
xpos -2723
ypos 176
}
push $cut_paste_input
Expression {
expr0 ((y-height/2)/height)
expr1 -((x-width/2)/width)
name Expression10
label "circular vectors expression"
selected true
xpos -2536
ypos 176
}
push $cut_paste_input
Expression {
expr0 ((y-height/2)/height)
expr1 ((x-width/2)/width)
name Expression9
label "Hyperbolic vectors expression"
selected true
xpos -2896
ypos 176
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment