美文网首页
nuke 脚本工具

nuke 脚本工具

作者: 皿卜土 | 来源:发表于2019-05-07 12:19 被阅读0次

plotScanline

set cut_paste_input [stack 0]
version 6.0 v5
push $cut_paste_input
Reformat {
type "to box"
format "256 256 0 0 256 256 1 square_256"
box_width 256
box_height 256
box_fixed true
name Reformat1
selected true
xpos 181
ypos -71
}
Ramp {
p0 {0 0}
p1 {{width i} 0}
name Ramp1
selected true
xpos 181
ypos -47
}
Grade {
white {1.399999976 0.5600000024 1 1}
gamma {0.6100000143 1.320000052 0.6499999762 1}
name Grade1
selected true
xpos 181
ypos -23
}
Expression {
expr0 "y==floor(r(x, pos.y)*height*mult)?1:0"
expr1 "y==floor(g(x, pos.y)*height*mult)?1:0"
expr2 "y==floor(b(x, pos.y)*height*mult)?1:0"
channel3 alpha
name PlotScanline
selected true
xpos 181
ypos 32
addUserKnob {20 User}
addUserKnob {12 pos}
addUserKnob {7 mult R 0 5}
mult 1
}

相关文章

网友评论

      本文标题:nuke 脚本工具

      本文链接:https://www.haomeiwen.com/subject/chreoqtx.html