All posts by vinniejohns

Plazma Gizmo

#! C:/Program Files/Nuke7.0v6/Nuke7.0.exe -nx
version 7.0 v6
Gizmo {
inputs 0
postage_stamp true
addUserKnob {20 Controls}
addUserKnob {41 color_r T Expression5_to_center_and_size.color_r}
addUserKnob {41 color_g T Expression5_to_center_and_size.color_g}
addUserKnob {41 color_b T Expression5_to_center_and_size.color_b}
addUserKnob {41 color_a T Expression5_to_center_and_size.color_a}
addUserKnob {41 center_r T Expression5_to_center_and_size.center_r}
addUserKnob {41 center_g T Expression5_to_center_and_size.center_g}
addUserKnob {41 center_b T Expression5_to_center_and_size.center_b}
addUserKnob {41 center_a T Expression5_to_center_and_size.center_a}
addUserKnob {41 size_r T Expression5_to_center_and_size.size_r}
addUserKnob {41 size_g T Expression5_to_center_and_size.size_g}
addUserKnob {41 size_b T Expression5_to_center_and_size.size_b}
addUserKnob {41 size_a T Expression5_to_center_and_size.size_a}
}
Constant {
inputs 0
channels rgb
name Radial_Rings2
xpos 457
ypos -365
}
Expression {
expr0 “(sin(sqrt((x-center_r.x) * (x-center_r.x) + (y-center_r.y) * (y-center_r.y) ) / size_r))*color_r”
expr1 “sin(sqrt((x-center_g.x) * (x-center_g.x) + (y-center_g.y) * (y-center_g.y) ) / size_g)*color_g”
expr2 “sin(sqrt((x-center_b.x) * (x-center_b.x) + (y-center_b.y) * (y-center_b.y) ) / size_b)*color_b”
channel3 alpha
expr3 “sin(sqrt((x-center_a.x) * (x-center_a.x) + (y-center_a.y) * (y-center_a.y) ) / size_a)*color_a”
name Expression5_to_center_and_size
xpos 457
ypos -290
addUserKnob {20 User}
addUserKnob {7 color_r}
color_r 1
addUserKnob {7 color_g}
color_g 1
addUserKnob {7 color_b}
color_b 1
addUserKnob {7 color_a}
color_a 1
addUserKnob {12 center_r}
center_r {382 1220}
addUserKnob {12 center_g}
center_g {1634 1030}
addUserKnob {12 center_b}
center_b {296 128}
addUserKnob {12 center_a}
center_a {1856 106}
addUserKnob {16 size_r}
size_r 70
addUserKnob {16 size_g}
size_g 15
addUserKnob {16 size_b}
size_b 10
addUserKnob {16 size_a}
size_a 5
}
Expression {
expr0 (r+g+b+a)*(r)
expr1 (r+g+b+a)*(g)
expr2 (r+g+b+a)*(b)
channel3 {rgba.alpha none none rgba.alpha}
expr3 (r+g+b+a)*((r+g+b)/3)
name Expression5
xpos 457
ypos -263
addUserKnob {20 User}
}
Output {
name Output1
xpos 457
ypos -163
}
end_group

Nuke Fix NAN INF Values

set cut_paste_input [stack 0]
version 7.0 v9
push $cut_paste_input
MergeExpression {
temp_name0 rNAN
temp_expr0 .5
temp_name1 gNAN
temp_expr1 .5
temp_name2 bNAN
temp_expr2 .5
temp_name3 aNAN
temp_expr3 1
expr0 “(r!=r || 1/r==0) ? rNAN : r”
expr1 “(g!=g || 1/g==0) ? gNAN : g”
expr2 “(b!=b || 1/b==0) ? bNAN : b”
channel3 alpha
expr3 “(a!=a || 1/a==0) ? aNAN : a”
name MergeExpression1
selected true
xpos -266
ypos -251
cached true
}

Fusion Merge NL Over

{
Tools = ordered() {
Merge_NL_Over = MacroOperator {
CtrlWZoom = false,
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = “input_FG_1_2_1_1_5”,
Source = “Input”,
Name = “Background”,
},
Input1 = InstanceInput {
SourceOp = “Fix_INF__5”,
Source = “Fix_INF”,
Default = 0,
},
Input3 = InstanceInput {
SourceOp = “Merge_Over__5”,
Source = “ProcessRed”,
Name = “Red”,
Default = 1,
},
Input4 = InstanceInput {
SourceOp = “Merge_Over__5”,
Source = “ProcessGreen”,
Name = “Green”,
Default = 1,
},
Input5 = InstanceInput {
SourceOp = “Merge_Over__5”,
Source = “ProcessBlue”,
Name = “Blue”,
Default = 1,
},
Input6 = InstanceInput {
SourceOp = “Merge_Over__5”,
Source = “ProcessAlpha”,
Name = “Alpha”,
Default = 1,
},
MainInput2 = InstanceInput {
SourceOp = “input_BG_1_2_1_1_5”,
Source = “Input”,
Name = “Foreground”,
},
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = “Ouput_1_2_1_1_5”,
Source = “Output”,
},
},
ViewInfo = GroupInfo { Pos = { 782, 234, }, },
Tools = ordered() {
CT_Blend_expressions_Mix_2 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
NumberIn1 = Input {
Value = 0.5,
Expression = “Merge_NL_Over.Mix”,
},
LUTIn1 = Input {
SourceOp = “CT_Blend_expressions_Mix_2LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “CT_Blend_expressions_Mix_2LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “CT_Blend_expressions_Mix_2LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “CT_Blend_expressions_Mix_2LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “r2*(1.0 – n1) +(n1*r1)”, },
GreenExpression = Input { Value = “g2*(1.0 – n1) +(n1*g1)”, },
BlueExpression = Input { Value = “b2*(1.0 – n1) +(n1*b1)”, },
NumberControls = Input { Value = 1, },
NameforNumber1 = Input { Value = “n1”, },
ShowNumber2 = Input { Value = 0, },
ShowNumber3 = Input { Value = 0, },
ShowNumber4 = Input { Value = 0, },
ShowNumber5 = Input { Value = 0, },
ShowNumber6 = Input { Value = 0, },
ShowNumber7 = Input { Value = 0, },
ShowNumber8 = Input { Value = 0, },
ShowPoint1 = Input { Value = 0, },
ShowPoint2 = Input { Value = 0, },
ShowPoint3 = Input { Value = 0, },
ShowPoint4 = Input { Value = 0, },
ShowLUT1 = Input { Value = 0, },
ShowLUT2 = Input { Value = 0, },
ShowLUT3 = Input { Value = 0, },
ShowLUT4 = Input { Value = 0, },
Image1 = Input {
SourceOp = “CT_Post_0_1_to_inf___5”,
Source = “Output”,
},
Image2 = Input {
SourceOp = “input_FG_1_2_1_1_5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { 220, 181.05, }, },
Colors = { TileColor = { R = 0.301960784313725, G = 0.235294117647059, B = 0.376470588235294, }, },
},
Ouput_1_2_1_1_5 = PipeRouter {
CtrlWShown = false,
NameSet = true,
Inputs = {
Input = Input {
SourceOp = “CT_Blend_expressions_Mix_2”,
Source = “Output”,
},
},
ViewInfo = PipeRouterInfo { Pos = { 302.5, 175.05, }, },
},
CT_Post_0_1_to_inf___5 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
LUTIn1 = Input {
SourceOp = “CT_Post_0_1_to_inf___5LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “CT_Post_0_1_to_inf___5LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “CT_Post_0_1_to_inf___5LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “CT_Post_0_1_to_inf___5LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “r1/(1-r1)”, },
GreenExpression = Input { Value = “g1/(1-g1)”, },
BlueExpression = Input { Value = “b1/(1-b1)”, },
Image1 = Input {
SourceOp = “Merge_Over__5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { 27.5, 175.05, }, },
},
CT_Post_0_1_to_inf___5LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
CtrlWShown = false,
},
CT_Post_0_1_to_inf___5LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
CtrlWShown = false,
},
CT_Post_0_1_to_inf___5LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
CtrlWShown = false,
},
CT_Post_0_1_to_inf___5LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
CtrlWShown = false,
},
input_BG_1_2_1_1_5 = PipeRouter {
CtrlWShown = false,
NameSet = true,
ViewInfo = PipeRouterInfo { Pos = { -82.5, 10.05, }, },
Colors = { TileColor = { R = 0.650980392156863, G = 0.823529411764706, B = 0.615686274509804, }, },
},
Fix_INF___5 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
Blend = Input {
Value = 0,
Expression = “Fix_INF__5.Fix_INF”,
},
MultiplyByMask = Input { Value = 1, },
LUTIn1 = Input {
SourceOp = “Fix_INF___5LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “Fix_INF___5LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “Fix_INF___5LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “Fix_INF___5LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
GreenExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
BlueExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
Image1 = Input {
SourceOp = “input_FG_1_2_1_1_5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { -302.5, 175.05, }, },
Colors = { TileColor = { R = 0.549019607843137, G = 0.549019607843137, B = 0.549019607843137, }, },
},
Fix_INF___5LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
CtrlWShown = false,
},
Fix_INF___5LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
CtrlWShown = false,
},
Fix_INF___5LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
CtrlWShown = false,
},
Fix_INF___5LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
CtrlWShown = false,
},
Merge_Over__5 = Merge {
CtrlWShown = false,
NameSet = true,
Inputs = {
FlattenTransform = Input { Value = 1, },
PerformDepthMerge = Input { Value = 0, },
Background = Input {
SourceOp = “BG_expression_1_2_1_1_5”,
Source = “Output”,
},
Foreground = Input {
SourceOp = “FG_expression_3_2_1_1_5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { -82.5, 175.05, }, },
},
BG_expression_1_2_1_1_5 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
LUTIn1 = Input {
SourceOp = “BG_expression_1_2_1_1_5LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “BG_expression_1_2_1_1_5LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “BG_expression_1_2_1_1_5LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “BG_expression_1_2_1_1_5LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “r1/(r1+1)”, },
GreenExpression = Input { Value = “g1/(g1+1)”, },
BlueExpression = Input { Value = “b1/(b1+1)”, },
Image1 = Input {
SourceOp = “Fix_INF___5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { -192.5, 175.05, }, },
},
BG_expression_1_2_1_1_5LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
CtrlWShown = false,
},
BG_expression_1_2_1_1_5LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
CtrlWShown = false,
},
BG_expression_1_2_1_1_5LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
CtrlWShown = false,
},
BG_expression_1_2_1_1_5LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
CtrlWShown = false,
},
FG_expression_3_2_1_1_5 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
LUTIn1 = Input {
SourceOp = “FG_expression_3_2_1_1_5LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “FG_expression_3_2_1_1_5LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “FG_expression_3_2_1_1_5LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “FG_expression_3_2_1_1_5LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “if (r1>0, r1/(r1/a1+1),r1)”, },
GreenExpression = Input { Value = “if (g1>0, g1/(g1/a1+1),g1)”, },
BlueExpression = Input { Value = “if( b1>0, b1/(b1/a1+1),b1)\r\n”, },
Image1 = Input {
SourceOp = “Fix_INF__5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { -82.5, 76.05, }, },
},
FG_expression_3_2_1_1_5LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
CtrlWShown = false,
},
FG_expression_3_2_1_1_5LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
CtrlWShown = false,
},
FG_expression_3_2_1_1_5LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
CtrlWShown = false,
},
FG_expression_3_2_1_1_5LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
CtrlWShown = false,
},
Fix_INF__5 = Custom {
CtrlWShown = false,
NameSet = true,
Inputs = {
Blend = Input {
Value = 0,
Expression = “Fix_INF”,
},
MultiplyByMask = Input { Value = 1, },
LUTIn1 = Input {
SourceOp = “Fix_INF__5LUTIn1”,
Source = “Value”,
},
LUTIn2 = Input {
SourceOp = “Fix_INF__5LUTIn2”,
Source = “Value”,
},
LUTIn3 = Input {
SourceOp = “Fix_INF__5LUTIn3”,
Source = “Value”,
},
LUTIn4 = Input {
SourceOp = “Fix_INF__5LUTIn4”,
Source = “Value”,
},
RedExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
GreenExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
BlueExpression = Input { Value = “if(c1>1 000 000, 1 000 000, c1)”, },
Image1 = Input {
SourceOp = “input_BG_1_2_1_1_5”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { -82.5, 43.05, }, },
Colors = { TileColor = { R = 0.549019607843137, G = 0.549019607843137, B = 0.549019607843137, }, },
UserControls = ordered() {
Fix_INF = {
INP_Integer = true,
LINKID_DataType = “Number”,
IC_ControlPage = 0,
INPID_InputControl = “CheckboxControl”,
INP_Default = 0,
},
},
},
Fix_INF__5LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
CtrlWShown = false,
},
Fix_INF__5LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
CtrlWShown = false,
},
Fix_INF__5LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
CtrlWShown = false,
},
Fix_INF__5LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
CtrlWShown = false,
},
input_FG_1_2_1_1_5 = PipeRouter {
CtrlWShown = false,
NameSet = true,
ViewInfo = PipeRouterInfo { Pos = { -302.5, 103.05, }, },
Colors = { TileColor = { R = 0.890196078431373, G = 0.749019607843137, B = 0.101960784313725, }, },
},
},
Colors = { TileColor = { R = 0.301960784313725, G = 0.415686274509804, B = 0.874509803921569, }, },
UserControls = ordered() {
MacroName = {
TEC_ReadOnly = true,
INPID_InputControl = “TextEditControl”,
IC_ControlPage = 0,
TEC_Lines = 1,
INP_External = false,
INPS_DefaultText = “NL Merge”,
LINKS_Name = “Macro Name”,
INP_Passive = true,
LINKID_DataType = “Text”,
TEC_Wrap = true,
},
MacroVersion = {
TEC_ReadOnly = true,
INPID_InputControl = “TextEditControl”,
IC_ControlPage = 0,
TEC_Lines = 1,
INP_External = false,
INPS_DefaultText = “20140428”,
LINKS_Name = “Macro Version”,
INP_Passive = true,
LINKID_DataType = “Text”,
TEC_Wrap = true,
},
MacroSummary = {
TEC_ReadOnly = true,
INPID_InputControl = “TextEditControl”,
IC_ControlPage = 0,
TEC_Lines = 7,
INP_External = false,
INPS_DefaultText = “This node is translated old style Nuke (nl over merge operation): Non linear merge operation. \nConverts the BG and FG color values from 0 to 1 and returns them back to infinite once the layers are combined.\nAdded blend,mix option based on the latest updated from The Foundry “,
LINKS_Name = “Macro Summary”,
INP_Passive = true,
LINKID_DataType = “Text”,
TEC_Wrap = true,
},
MacroDocs = {
TEC_ReadOnly = true,
INPID_InputControl = “TextEditControl”,
IC_ControlPage = 0,
TEC_Lines = 1,
INP_External = false,
INPS_DefaultText = “TBA”,
LINKS_Name = “Macro Documentation”,
INP_Passive = true,
LINKID_DataType = “Text”,
TEC_Wrap = true,
},
MacroContact = {
TEC_ReadOnly = true,
INPID_InputControl = “TextEditControl”,
IC_ControlPage = 0,
TEC_Lines = 1,
INP_External = false,
INPS_DefaultText = “techdev-viewd@primefocusworld.com”,
LINKS_Name = “Contact Details”,
INP_Passive = true,
LINKID_DataType = “Text”,
TEC_Wrap = true,
},
Mix = {
INPID_InputControl = “SliderControl”,
IC_ControlPage = 1,
LINKID_DataType = “Number”,
INP_Default = 1,
},
},
},
CT_Blend_expressions_Mix_2LUTIn1 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 0, Blue = 0, },
},
CT_Blend_expressions_Mix_2LUTIn2 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 204, Blue = 0, },
},
CT_Blend_expressions_Mix_2LUTIn3 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 0, Green = 0, Blue = 204, },
},
CT_Blend_expressions_Mix_2LUTIn4 = LUTBezier {
KeyColorSplines = {
[0] = {
[0] = { 0, RH = { 0.333333333333333, 0.333333333333333, }, Flags = { Linear = true, }, },
[1] = { 1, LH = { 0.666666666666667, 0.666666666666667, }, Flags = { Linear = true, }, },
},
},
SplineColor = { Red = 204, Green = 204, Blue = 204, },
},
},
ActiveTool = “Merge_NL_Over”,
}