Last active
December 24, 2015 01:49
-
-
Save draconiansolo/6726537 to your computer and use it in GitHub Desktop.
Nuke Roto motion blur diagnostic copypasta
This file contains hidden or 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 6.3 v8 | |
push $cut_paste_input | |
Group { | |
name n_Roto_MBDiagnostic | |
tile_color 0xdfff00ff | |
label "Of Joy" | |
selected true | |
xpos 29 | |
ypos 896 | |
addUserKnob {20 User} | |
addUserKnob {41 value T Multiply1.value} | |
addUserKnob {41 scale l Oversampling T Transform1.scale} | |
addUserKnob {6 positive +STARTLINE} | |
positive true | |
addUserKnob {6 negative +STARTLINE} | |
negative true | |
addUserKnob {6 guionly l "GUI Only" +STARTLINE} | |
guionly true | |
addUserKnob {26 Version l "" +STARTLINE T v002} | |
} | |
Input { | |
inputs 0 | |
name Input1 | |
label "Matte in" | |
xpos 202 | |
ypos 176 | |
} | |
Shuffle { | |
red alpha | |
green alpha | |
blue alpha | |
name Shuffle1 | |
label "\[value in]" | |
xpos 425 | |
ypos 224 | |
} | |
set N1457a830 [stack 0] | |
Grade { | |
whitepoint 0.05 | |
white_clamp true | |
name Grade6 | |
xpos 548 | |
ypos 332 | |
} | |
push $N1457a830 | |
Grade { | |
blackpoint 0.81 | |
white_clamp true | |
name Grade5 | |
xpos 319 | |
ypos 332 | |
} | |
push $N1457a830 | |
Grade { | |
blackpoint 0.45 | |
whitepoint 0.57 | |
white_clamp true | |
name Grade7 | |
xpos 425 | |
ypos 334 | |
} | |
ShuffleCopy { | |
inputs 2 | |
red red | |
blue black | |
alpha black | |
name ShuffleCopy1 | |
label "\[value in] to \[value out]" | |
xpos 425 | |
ypos 374 | |
} | |
ShuffleCopy { | |
inputs 2 | |
blue blue | |
alpha black | |
name ShuffleCopy2 | |
label "\[value in] to \[value out]" | |
xpos 425 | |
ypos 436 | |
} | |
Transform { | |
scale 2 | |
filter Impulse | |
name Transform1 | |
xpos 425 | |
ypos 470 | |
} | |
Matrix { | |
matrix { | |
{0 1 0} | |
{1 -4 1} | |
{0 1 0} | |
} | |
name Matrix1 | |
xpos 425 | |
ypos 520 | |
} | |
Transform { | |
scale {{1/parent.Transform1.scale i}} | |
filter Notch | |
name Transform2 | |
xpos 425 | |
ypos 582 | |
} | |
Clamp { | |
minimum_enable {{!parent.negative}} | |
maximum 0 | |
maximum_enable {{!parent.positive}} | |
name Clamp1 | |
xpos 425 | |
ypos 632 | |
} | |
Multiply { | |
name Multiply1 | |
xpos 425 | |
ypos 694 | |
} | |
set N15138730 [stack 0] | |
push 0 | |
Switch { | |
inputs 2 | |
which {{"\$gui" i}} | |
name Switch2 | |
xpos 202 | |
ypos 790 | |
} | |
push $N15138730 | |
Switch { | |
inputs 2 | |
which {{parent.guionly i}} | |
name Switch1 | |
xpos 202 | |
ypos 871 | |
} | |
Output { | |
name Output1 | |
xpos 202 | |
ypos 921 | |
} | |
push 0 | |
push 0 | |
Viewer { | |
inputs 3 | |
frame 1040 | |
input_number 2 | |
useGPUForViewer true | |
useGPUForInputs true | |
viewerProcess "robocop_viewing (P3)" | |
input_process false | |
name Viewer1 | |
xpos 522 | |
ypos 518 | |
} | |
end_group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment