Created
June 11, 2014 11:30
-
-
Save draconiansolo/9e1e61d92460fd00d4f3 to your computer and use it in GitHub Desktop.
Nuke vector field expressions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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