Advertisement
marcusa3000

Blobby Displaced Stuff

Nov 2nd, 2024
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 98.61 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         pTurbulence1 = pTurbulence {
  4.             ID = 1673,
  5.             Inputs = {
  6.                 RandomSeed = Input { Value = 766, },
  7.                 XStrength = Input { Value = 0.5, },
  8.                 YStrength = Input {
  9.                     Value = 0.5,
  10.                     Expression = "XStrength",
  11.                 },
  12.                 StrengthOverLifeLUT = Input {
  13.                     SourceOp = "pTurbulence1StrengthOverLifeLUT",
  14.                     Source = "Value",
  15.                 },
  16.                 Input = Input {
  17.                     SourceOp = "pEmitter1",
  18.                     Source = "Output",
  19.                 }
  20.             },
  21.             ViewInfo = OperatorInfo { Pos = { -1540, 742.5 } },
  22.         },
  23.         pTurbulence1StrengthOverLifeLUT = LUTBezier {
  24.             KeyColorSplines = {
  25.                 [0] = {
  26.                     [0] = { 0.5, RH = { 0.333333333333333, 0.5 }, Flags = { Linear = true } },
  27.                     [1] = { 0.5, LH = { 0.666666666666667, 0.5 }, Flags = { Linear = true } }
  28.                 }
  29.             },
  30.             SplineColor = { Red = 0, Green = 0, Blue = 0 },
  31.             CtrlWZoom = false,
  32.         },
  33.         pEmitter1 = pEmitter {
  34.             ID = 1669,
  35.             Inputs = {
  36.                 RandomSeed = Input { Value = 20292, },
  37.                 Number = Input {
  38.                     Value = 0,
  39.                     Expression = "time==0 and 10 or 0",
  40.                 },
  41.                 Style = Input { Value = FuID { "ParticleStyleNGon" }, },
  42.                 ["ParticleStyleNGon.NGonType"] = Input { Value = 6, },
  43.                 Region = Input { Value = FuID { "RectRgn" }, },
  44.                 ["ParticleStyle.SizeControls"] = Input { Value = 1, },
  45.                 ["ParticleStyle.Size"] = Input { Value = 20, },
  46.                 ["ParticleStyle.SizeVariance"] = Input { Value = 50, },
  47.                 ["ParticleStyle.SizeOverLife"] = Input {
  48.                     SourceOp = "pEmitter1SizeOverLife",
  49.                     Source = "Value",
  50.                 },
  51.                 ["ParticleStyle.BlurOverLife"] = Input {
  52.                     SourceOp = "pEmitter1BlurOverLife2D",
  53.                     Source = "Value",
  54.                 },
  55.                 ["RectRgn.Width"] = Input { Value = 1, },
  56.                 ["RectRgn.Height"] = Input { Value = 1, }
  57.             },
  58.             ViewInfo = OperatorInfo { Pos = { -1540, 709.5 } },
  59.         },
  60.         pEmitter1SizeOverLife = LUTBezier {
  61.             KeyColorSplines = {
  62.                 [0] = {
  63.                     [0] = { 0.5, RH = { 0.333333333333333, 0.5 }, Flags = { Linear = true } },
  64.                     [1] = { 0.5, LH = { 0.666666666666667, 0.5 }, Flags = { Linear = true } }
  65.                 }
  66.             },
  67.             SplineColor = { Red = 192, Green = 128, Blue = 64 },
  68.             CtrlWZoom = false,
  69.         },
  70.         pEmitter1BlurOverLife2D = LUTBezier {
  71.             KeyColorSplines = {
  72.                 [0] = {
  73.                     [0] = { 0.5, RH = { 0.333333333333333, 0.5 }, Flags = { Linear = true } },
  74.                     [1] = { 0.5, LH = { 0.666666666666667, 0.5 }, Flags = { Linear = true } }
  75.                 }
  76.             },
  77.             SplineColor = { Red = 0, Green = 0, Blue = 0 },
  78.             CtrlWZoom = false,
  79.         },
  80.         pRender1 = pRender {
  81.             Inputs = {
  82.                 _MotionBlurWarning = Input { Disabled = true, },
  83.                 GlobalOut = Input { Value = 240, },
  84.                 Width = Input { Value = 1080, },
  85.                 Height = Input { Value = 1080, },
  86.                 Depth = Input { Value = 4, },
  87.                 ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  88.                 OutputMode = Input {
  89.                     Value = FuID { "TwoD" },
  90.                     Disabled = true,
  91.                 },
  92.                 ["MaterialID.MaterialID"] = Input { Value = 1, },
  93.                 ["ObjectID.ObjectID"] = Input { Value = 1, },
  94.                 Input = Input {
  95.                     SourceOp = "pTurbulence1",
  96.                     Source = "Output",
  97.                 }
  98.             },
  99.             ViewInfo = OperatorInfo { Pos = { -1540, 775.5 } },
  100.         },
  101.         MatteControl1_1 = MatteControl {
  102.             Inputs = {
  103.                 MatteCombine = Input { Value = 5, },
  104.                 Filter = Input { Value = FuID { "Fast Gaussian" }, },
  105.                 PostMultiplyImage = Input { Value = 1, },
  106.                 Background = Input {
  107.                     SourceOp = "pRender1",
  108.                     Source = "Output",
  109.                 }
  110.             },
  111.             ViewInfo = OperatorInfo { Pos = { -1540, 841.5 } },
  112.         },
  113.         Blur4 = Blur {
  114.             Inputs = {
  115.                 Filter = Input { Value = FuID { "Fast Gaussian" }, },
  116.                 XBlurSize = Input { Value = 50.3, },
  117.                 Input = Input {
  118.                     SourceOp = "MatteControl1_1",
  119.                     Source = "Output",
  120.                 }
  121.             },
  122.             ViewInfo = OperatorInfo { Pos = { -1540, 907.5 } },
  123.         },
  124.         BrightnessContrast1 = BrightnessContrast {
  125.             Inputs = {
  126.                 Low = Input { Value = 0.5, },
  127.                 High = Input { Value = 0.794, },
  128.                 ClipBlack = Input { Value = 1, },
  129.                 ClipWhite = Input { Value = 1, },
  130.                 PreDividePostMultiply = Input { Value = 1, },
  131.                 Input = Input {
  132.                     SourceOp = "Blur4",
  133.                     Source = "Output",
  134.                 }
  135.             },
  136.             ViewInfo = OperatorInfo { Pos = { -1540, 973.5 } },
  137.         },
  138.         BrightnessContrast3 = BrightnessContrast {
  139.             Inputs = {
  140.                 Gain = Input { Value = 0, },
  141.                 Lift = Input { Value = 1, },
  142.                 Input = Input {
  143.                     SourceOp = "BrightnessContrast1",
  144.                     Source = "Output",
  145.                 }
  146.             },
  147.             ViewInfo = OperatorInfo { Pos = { -1650, 1039.5 } },
  148.         },
  149.         Merge3 = Merge {
  150.             Inputs = {
  151.                 Background = Input {
  152.                     SourceOp = "BrightnessContrast1",
  153.                     Source = "Output",
  154.                 },
  155.                 Foreground = Input {
  156.                     SourceOp = "BrightnessContrast3",
  157.                     Source = "Output",
  158.                 },
  159.                 ApplyMode = Input { Value = FuID { "Difference" }, },
  160.                 PerformDepthMerge = Input { Value = 0, }
  161.             },
  162.             ViewInfo = OperatorInfo { Pos = { -1485, 1039.5 } },
  163.         },
  164.         BrightnessContrast3_1 = BrightnessContrast {
  165.             Inputs = {
  166.                 Gain = Input { Value = 0, },
  167.                 Lift = Input { Value = 1, },
  168.                 PreDividePostMultiply = Input { Value = 1, },
  169.                 Input = Input {
  170.                     SourceOp = "Merge3",
  171.                     Source = "Output",
  172.                 }
  173.             },
  174.             ViewInfo = OperatorInfo { Pos = { -1540, 1105.5 } },
  175.         },
  176.         Blur2 = Blur {
  177.             Inputs = {
  178.                 Filter = Input { Value = FuID { "Fast Gaussian" }, },
  179.                 XBlurSize = Input { Value = 5.5, },
  180.                 Input = Input {
  181.                     SourceOp = "BrightnessContrast3_1",
  182.                     Source = "Output",
  183.                 }
  184.             },
  185.             ViewInfo = OperatorInfo { Pos = { -1540, 1171.5 } },
  186.         },
  187.         Merge1 = Merge {
  188.             CtrlWZoom = false,
  189.             Inputs = {
  190.                 Background = Input {
  191.                     SourceOp = "BrightnessContrast2",
  192.                     Source = "Output",
  193.                 },
  194.                 Foreground = Input {
  195.                     SourceOp = "Blur2",
  196.                     Source = "Output",
  197.                 },
  198.                 PerformDepthMerge = Input { Value = 0, }
  199.             },
  200.             ViewInfo = OperatorInfo { Pos = { -1650, 1237.5 } },
  201.         },
  202.         BrightnessContrast2 = BrightnessContrast {
  203.             Inputs = {
  204.                 Brightness = Input { Value = -1, },
  205.                 ClipBlack = Input { Value = 1, },
  206.                 ClipWhite = Input { Value = 1, },
  207.                 PreDividePostMultiply = Input { Value = 1, },
  208.                 Input = Input {
  209.                     SourceOp = "CMIRenderCache",
  210.                     Source = "Output",
  211.                 }
  212.             },
  213.             ViewInfo = OperatorInfo { Pos = { -1815, 1237.5 } },
  214.         },
  215.         Displace1 = Displace {
  216.             Inputs = {
  217.                 XRefraction = Input { Value = 0.1, },
  218.                 RefractionStrength = Input { Value = 1, },
  219.                 Input = Input {
  220.                     SourceOp = "Merge2",
  221.                     Source = "Output",
  222.                 },
  223.                 Foreground = Input {
  224.                     SourceOp = "Merge1",
  225.                     Source = "Output",
  226.                 }
  227.             },
  228.             ViewInfo = OperatorInfo { Pos = { -1650, 1303.5 } },
  229.         },
  230.         Merge2 = Merge {
  231.             Inputs = {
  232.                 Background = Input {
  233.                     SourceOp = "CMIRenderCache",
  234.                     Source = "Output",
  235.                 },
  236.                 Foreground = Input {
  237.                     SourceOp = "Merge4",
  238.                     Source = "Output",
  239.                 },
  240.                 PerformDepthMerge = Input { Value = 0, }
  241.             },
  242.             ViewInfo = OperatorInfo { Pos = { -1815, 1303.5 } },
  243.         },
  244.         CheckMateIt = MacroOperator {
  245.             NameSet = true,
  246.             CustomData = {
  247.                 Path = {
  248.                     Map = {
  249.                         ["Setting:"] = "Macros:/"
  250.                     }
  251.                 },
  252.             },
  253.             Inputs = ordered() {
  254.                 Mode = InstanceInput {
  255.                     SourceOp = "CMIControl",
  256.                     Source = "Mode",
  257.                     Page = "Controls",
  258.                     Default = 0,
  259.                 },
  260.                 Blank0 = InstanceInput {
  261.                     SourceOp = "CMIXF_Angle",
  262.                     Source = "Blank1",
  263.                 },
  264.                 SegmentsNest = InstanceInput {
  265.                     SourceOp = "CMIXF",
  266.                     Source = "SegmentsNest",
  267.                     Expression = "CheckMateIt.Mode==0 and 1 or 0",
  268.                     Page = "Controls",
  269.                 },
  270.                 SegmentStyle = InstanceInput {
  271.                     SourceOp = "CMIControl",
  272.                     Source = "SegmentStyle",
  273.                     Page = "Controls",
  274.                     Default = 0,
  275.                 },
  276.                 ABs1 = InstanceInput {
  277.                     SourceOp = "CMIColorMerge",
  278.                     Source = "ApplyBlank1",
  279.                 },
  280.                 InvertS = InstanceInput {
  281.                     SourceOp = "CMIControl",
  282.                     Source = "Invert",
  283.                     Width = 0.5,
  284.                     Page = "Controls",
  285.                     Default = 0,
  286.                 },
  287.                 Centered = InstanceInput {
  288.                     SourceOp = "CMIControl",
  289.                     Source = "Centered",
  290.                     Width = 0.5,
  291.                     Page = "Controls",
  292.                     Default = 0,
  293.                 },
  294.                 ABs2 = InstanceInput {
  295.                     SourceOp = "CMIColorMerge",
  296.                     Source = "ApplyBlank1",
  297.                 },
  298.                 Segments = InstanceInput {
  299.                     SourceOp = "CMIControl",
  300.                     Source = "Segments",
  301.                     Page = "Controls",
  302.                     Default = 8,
  303.                 },
  304.                 DirectionNest = InstanceInput {
  305.                     SourceOp = "CMIXF",
  306.                     Source = "DirectionNest",
  307.                     Expression = "CMICanvasSizeA.Width==CMICanvasSizeA.Height and 0 or CheckMateIt.SegmentStyle==1 and 1 or 0",
  308.                     Page = "Controls",
  309.                 },
  310.                 ABs3 = InstanceInput {
  311.                     SourceOp = "CMIColorMerge",
  312.                     Source = "ApplyBlank1",
  313.                 },
  314.                 Direction = InstanceInput {
  315.                     SourceOp = "CMIControl",
  316.                     Source = "Direction",
  317.                     Page = "Controls",
  318.                     Default = 0,
  319.                 },
  320.                 PixelsNest = InstanceInput {
  321.                     SourceOp = "CMIXF",
  322.                     Source = "PixelsNest",
  323.                     Expression = "CheckMateIt.Mode==1 and 1 or 0",
  324.                     Page = "Controls",
  325.                 },
  326.                 PixelStyle = InstanceInput {
  327.                     SourceOp = "CMIControl",
  328.                     Source = "PixelStyle",
  329.                     Page = "Controls",
  330.                     Default = 0,
  331.                 },
  332.                 ABp1 = InstanceInput {
  333.                     SourceOp = "CMIColorMerge",
  334.                     Source = "ApplyBlank1",
  335.                 },
  336.                 InvertP = InstanceInput {
  337.                     SourceOp = "CMIControl",
  338.                     Source = "Invert",
  339.                     Width = 1,
  340.                     Page = "Controls",
  341.                     Default = 0,
  342.                 },
  343.                 ABp2 = InstanceInput {
  344.                     SourceOp = "CMIColorMerge",
  345.                     Source = "ApplyBlank1",
  346.                 },
  347.                 Pixels = InstanceInput {
  348.                     SourceOp = "CMIControl",
  349.                     Source = "Pixels",
  350.                     Page = "Controls",
  351.                     Default = 64,
  352.                 },
  353.                 OffsetWidthNest = InstanceInput {
  354.                     SourceOp = "CMIXF",
  355.                     Source = "OffsetWidthNest",
  356.                     Expression = "CheckMateIt.Mode==0 and (CheckMateIt.SegmentStyle<2 and 0 or 1) or CheckMateIt.Mode==1 and (CheckMateIt.PixelStyle==0 and 0 or 1)",
  357.                     Page = "Controls",
  358.                 },
  359.                 ABo1 = InstanceInput {
  360.                     SourceOp = "CMIColorMerge",
  361.                     Source = "ApplyBlank1",
  362.                 },
  363.                 Offset = InstanceInput {
  364.                     SourceOp = "CMIControl",
  365.                     Source = "OffsetWidth",
  366.                     Name = "Offset",
  367.                     Page = "Controls",
  368.                 },
  369.                 AB1 = InstanceInput {
  370.                     SourceOp = "CMIColorMerge",
  371.                     Source = "ApplyBlank1",
  372.                 },
  373.                 Blank1 = InstanceInput {
  374.                     SourceOp = "CMIXF_Angle",
  375.                     Source = "Blank1",
  376.                 },
  377.                 RedA = InstanceInput {
  378.                     SourceOp = "CMIColorA",
  379.                     Source = "TopLeftRed",
  380.                     Name = "Color",
  381.                     ControlGroup = 32,
  382.                     Default = 1,
  383.                 },
  384.                 GreenA = InstanceInput {
  385.                     SourceOp = "CMIColorA",
  386.                     Source = "TopLeftGreen",
  387.                     ControlGroup = 32,
  388.                     Default = 1,
  389.                 },
  390.                 BlueA = InstanceInput {
  391.                     SourceOp = "CMIColorA",
  392.                     Source = "TopLeftBlue",
  393.                     ControlGroup = 32,
  394.                     Default = 1,
  395.                 },
  396.                 AlphaA = InstanceInput {
  397.                     SourceOp = "CMIColorA",
  398.                     Source = "TopLeftAlpha",
  399.                     ControlGroup = 32,
  400.                     Default = 1,
  401.                 },
  402.                 AB3 = InstanceInput {
  403.                     SourceOp = "CMIColorMerge",
  404.                     Source = "ApplyBlank1",
  405.                 },
  406.                 RedB = InstanceInput {
  407.                     SourceOp = "CMIColorB",
  408.                     Source = "TopLeftRed",
  409.                     Name = "Color",
  410.                     ControlGroup = 33,
  411.                     Default = 0,
  412.                 },
  413.                 GreenB = InstanceInput {
  414.                     SourceOp = "CMIColorB",
  415.                     Source = "TopLeftGreen",
  416.                     ControlGroup = 33,
  417.                     Default = 0,
  418.                 },
  419.                 BlueB = InstanceInput {
  420.                     SourceOp = "CMIColorB",
  421.                     Source = "TopLeftBlue",
  422.                     ControlGroup = 33,
  423.                     Default = 0,
  424.                 },
  425.                 AlphaB = InstanceInput {
  426.                     SourceOp = "CMIColorB",
  427.                     Source = "TopLeftAlpha",
  428.                     ControlGroup = 33,
  429.                     Default = 1,
  430.                 },
  431.                 AlphaMultiply = InstanceInput {
  432.                     SourceOp = "CMIControl",
  433.                     Source = "AlphaMultiply",
  434.                     Page = "Controls",
  435.                     Default = 1,
  436.                 },
  437.                 SepColpr = InstanceInput {
  438.                     SourceOp = "CMIControl",
  439.                     Source = "Separator",
  440.                     Page = "Controls",
  441.                 },
  442.                 Center = InstanceInput {
  443.                     SourceOp = "CMIXF_Angle",
  444.                     Source = "Center",
  445.                 },
  446.                 Pivot = InstanceInput {
  447.                     SourceOp = "CMIXF_Angle",
  448.                     Source = "Pivot",
  449.                 },
  450.                 Size = InstanceInput {
  451.                     SourceOp = "CMIXF_Angle",
  452.                     Source = "Size",
  453.                     Default = 1,
  454.                 },
  455.                 Aspect = InstanceInput {
  456.                     SourceOp = "CMIXF_Angle",
  457.                     Source = "Aspect",
  458.                     Default = 1,
  459.                 },
  460.                 Angle = InstanceInput {
  461.                     SourceOp = "CMIXF_Angle",
  462.                     Source = "Angle",
  463.                     Default = 0,
  464.                 },
  465.                 InvertTransform = InstanceInput {
  466.                     SourceOp = "CMIXF_Angle",
  467.                     Source = "InvertTransform",
  468.                 },
  469.                 SepTrans = InstanceInput {
  470.                     SourceOp = "CMIControl",
  471.                     Source = "Separator",
  472.                     Page = "Controls",
  473.                 },
  474.                 RenderQuality = InstanceInput {
  475.                     SourceOp = "CMIControl",
  476.                     Source = "RenderQuality",
  477.                     Page = "Controls",
  478.                     Default = 0,
  479.                 },
  480.                 Anti_aliasing = InstanceInput {
  481.                     SourceOp = "CMIControl",
  482.                     Source = "Anti_aliasing",
  483.                     Page = "Controls",
  484.                     Default = 0,
  485.                 },
  486.                 ImageNest = InstanceInput {
  487.                     SourceOp = "CMIXF",
  488.                     Source = "ImageNest",
  489.                     Name = "Image",
  490.                     Page = "Image",
  491.                 },
  492.                 Width = InstanceInput {
  493.                     SourceOp = "CMICanvasSizeA",
  494.                     Source = "Width",
  495.                     Default = 1080,
  496.                 },
  497.                 Height = InstanceInput {
  498.                     SourceOp = "CMICanvasSizeA",
  499.                     Source = "Height",
  500.                     Default = 1080,
  501.                 },
  502.                 UseFrameFormatSettings = InstanceInput {
  503.                     SourceOp = "CMICanvasSizeA",
  504.                     Source = "UseFrameFormatSettings",
  505.                     Default = 1,
  506.                 },
  507.                 AB22 = InstanceInput {
  508.                     SourceOp = "CMIColorMerge",
  509.                     Source = "ApplyBlank1",
  510.                 },
  511.                 Depth = InstanceInput {
  512.                     SourceOp = "CMIColorA",
  513.                     Source = "Depth",
  514.                     Default = 1,
  515.                 },
  516.                 SettingsNest = InstanceInput {
  517.                     SourceOp = "CMIXF",
  518.                     Source = "SettingsNest",
  519.                     Name = "Settings",
  520.                     Page = "Settings",
  521.                 },
  522.                 ApplyMaskInverted = InstanceInput {
  523.                     SourceOp = "CMITheQueensModeSwitch",
  524.                     Source = "ApplyMaskInverted",
  525.                     Page = "Settings",
  526.                     Default = 0,
  527.                 },
  528.                 FitMask = InstanceInput {
  529.                     SourceOp = "CMITheQueensModeSwitch",
  530.                     Source = "FitMask",
  531.                 },
  532.                 Blank3 = InstanceInput {
  533.                     SourceOp = "CMITheQueensModeSwitch",
  534.                     Source = "Blank2",
  535.                 },
  536.                 MaskChannel = InstanceInput {
  537.                     SourceOp = "CMITheQueensModeSwitch",
  538.                     Source = "MaskChannel",
  539.                     Default = 3,
  540.                 },
  541.                 MaskLow = InstanceInput {
  542.                     SourceOp = "CMITheQueensModeSwitch",
  543.                     Source = "MaskLow",
  544.                     ControlGroup = 20,
  545.                     Default = 0,
  546.                 },
  547.                 MaskHigh = InstanceInput {
  548.                     SourceOp = "CMITheQueensModeSwitch",
  549.                     Source = "MaskHigh",
  550.                     ControlGroup = 20,
  551.                     Default = 1,
  552.                 },
  553.                 MaskClipBlack = InstanceInput {
  554.                     SourceOp = "CMITheQueensModeSwitch",
  555.                     Source = "MaskClipBlack",
  556.                     Name = "Black",
  557.                     Width = 0.5,
  558.                     Default = 1,
  559.                 },
  560.                 MaskClipWhite = InstanceInput {
  561.                     SourceOp = "CMITheQueensModeSwitch",
  562.                     Source = "MaskClipWhite",
  563.                     Name = "White",
  564.                     Width = 0.5,
  565.                     Default = 1,
  566.                 },
  567.                 SepMask = InstanceInput {
  568.                     SourceOp = "CMIControl",
  569.                     Source = "Separator",
  570.                     Page = "Settings",
  571.                 },
  572.                 MotionBlur = InstanceInput {
  573.                     SourceOp = "CMIXF_Angle",
  574.                     Source = "MotionBlur",
  575.                     Page = "Settings",
  576.                     Default = 0,
  577.                 },
  578.                 Quality = InstanceInput {
  579.                     SourceOp = "CMIXF_Angle",
  580.                     Source = "Quality",
  581.                     Default = 2,
  582.                 },
  583.                 ShutterAngle = InstanceInput {
  584.                     SourceOp = "CMIXF_Angle",
  585.                     Source = "ShutterAngle",
  586.                     Default = 180,
  587.                 },
  588.                 CenterBias = InstanceInput {
  589.                     SourceOp = "CMIXF_Angle",
  590.                     Source = "CenterBias",
  591.                     Default = 0,
  592.                 },
  593.                 SampleSpread = InstanceInput {
  594.                     SourceOp = "CMIXF_Angle",
  595.                     Source = "SampleSpread",
  596.                     Default = 1,
  597.                 },
  598.                 Blank5 = InstanceInput {
  599.                     SourceOp = "CMIXF_Angle",
  600.                     Source = "Blank4",
  601.                 },
  602.                 ClippingMode = InstanceInput {
  603.                     SourceOp = "CMIControl",
  604.                     Source = "ClippingMode",
  605.                     Page = "Settings",
  606.                     Default = 0,
  607.                 },
  608.                 H4xX0rCommentsNest = InstanceInput {
  609.                     SourceOp = "CMIControl",
  610.                     Source = "CommentsNest",
  611.                     Page = "Settings",
  612.                     Default = 1,
  613.                 },
  614.                 H4xX0rComments = InstanceInput {
  615.                     SourceOp = "CMIControl",
  616.                     Source = "Comments",
  617.                     Page = "Settings",
  618.                 },
  619.                 Version = InstanceInput {
  620.                     SourceOp = "CMIControl",
  621.                     Source = "Version",
  622.                     Name = "<p style='color:#555555; text-align: center;'>Check Mate It βeta 0.6</p>",
  623.                     Page = "Controls",
  624.                 },
  625.                 EffectMask = InstanceInput {
  626.                     SourceOp = "CMITheQueensModeSwitch",
  627.                     Source = "EffectMask",
  628.                 }
  629.             },
  630.             Outputs = {
  631.                 MainOutput1 = InstanceOutput {
  632.                     SourceOp = "CMIRenderCache",
  633.                     Source = "Output",
  634.                 }
  635.             },
  636.             ViewInfo = GroupInfo { Pos = { -1980, 1303.5 } },
  637.             Tools = ordered() {
  638.                 CMIControl = AlphaDivide {
  639.                     CtrlWShown = false,
  640.                     NameSet = true,
  641.                     Inputs = {
  642.                         OffsetHeight = Input { Value = 0.02, },
  643.                         AlphaMultiply = Input { Value = 1, },
  644.                         Centered = Input { Value = 0, },
  645.                         Anti_aliasing = Input { Value = 1, },
  646.                         Segments = Input { Value = 16, }
  647.                     },
  648.                     ViewInfo = OperatorInfo { Pos = { 55, 8.25735 } },
  649.                     Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  650.                     UserControls = ordered() {
  651.                         OffsetWidth = { INP_MaxAllowed = 1, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = -1, INP_MinAllowed = -1, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Offset Width" },
  652.                         OffsetHeight = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = -1, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Offset Height" },
  653.                         Bars = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", CBC_TriState = false, ICD_Width = 0.5, LINKS_Name = "Bars" },
  654.                         Flip = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", CBC_TriState = false, ICD_Width = 0.5, LINKS_Name = "Flip Bars" },
  655.                         Invert = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", ICD_Width = 0.5, CBC_TriState = false, LINKS_Name = "Invert" },
  656.                         AlphaMultiply = { CBC_TriState = false, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Alpha Multiply", },
  657.                         Centered = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", CBC_TriState = false, ICD_Width = 0.5, LINKS_Name = "Centered" },
  658.                         SegmentStyle = {
  659.                             { MBTNC_AddButton = "Adapt" },
  660.                             { MBTNC_AddButton = "Square" },
  661.                             { MBTNC_AddButton = "Row" },
  662.                             { MBTNC_AddButton = "Column" },
  663.                             INP_Integer = false,
  664.                             INPID_InputControl = "MultiButtonControl",
  665.                             MBTNC_ShowBasicButton = true,
  666.                             INP_Default = 0,
  667.                             ICS_ControlPage = "Controls",
  668.                             LINKID_DataType = "Number",
  669.                             MBTNC_ForceButtons = true,
  670.                             MBTNC_ShowName = true,
  671.                             MBTNC_StretchToFit = true,
  672.                             MBTNC_ShowToolTip = false,
  673.                             LINKS_Name = "Segment Style",
  674.                         },
  675.                         PixelStyle = { { MBTNC_AddButton = "Square" }, { MBTNC_AddButton = "Row" }, { MBTNC_AddButton = "Column" }, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_Default = 0, ICS_ControlPage = "Controls", LINKID_DataType = "Number", MBTNC_ForceButtons = true, MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Pixel Style", },
  676.                         RenderQuality = { { MBTNC_AddButton = "Faster" }, { MBTNC_AddButton = "High Quality" }, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_Default = 0, ICS_ControlPage = "Controls", LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Segments Render Mode", },
  677.                         ClippingMode = { { MBTNC_AddButton = "None" }, { MBTNC_AddButton = "Frame" }, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_Default = 0, ICS_ControlPage = "Controls", LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Clipping Mode", },
  678.                         Mode = {
  679.                             { MBTNC_AddButton = "Segments" },
  680.                             { MBTNC_AddButton = "Pixels" },
  681.                             INP_Integer = false,
  682.                             INPID_InputControl = "MultiButtonControl",
  683.                             MBTNC_ShowBasicButton = true,
  684.                             INP_Default = 0,
  685.                             ICS_ControlPage = "Controls",
  686.                             LINKID_DataType = "Number",
  687.                             MBTNC_ShowName = false,
  688.                             MBTNC_StretchToFit = false,
  689.                             MBTNC_ShowToolTip = false,
  690.                             LINKS_Name = "Mode",
  691.                         },
  692.                         Direction = { { MBTNC_AddButton = "Horizontal" }, { MBTNC_AddButton = "Vertical" }, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_Default = 0, ICS_ControlPage = "Controls", LINKID_DataType = "Number", MBTNC_ShowName = false, MBTNC_StretchToFit = false, MBTNC_ShowToolTip = false, LINKS_Name = "Segments Direction", },
  693.                         Anti_aliasing = { { MBTNC_AddButton = "None" }, { MBTNC_AddButton = "Linear" }, { MBTNC_AddButton = "Cubic" }, { MBTNC_AddButton = "Sinc" }, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_Default = 0, ICS_ControlPage = "Controls", LINKID_DataType = "Number", MBTNC_ShowName = false, MBTNC_StretchToFit = false, MBTNC_ShowToolTip = false, LINKS_Name = "Anti-aliasing", },
  694.                         Segments = { INP_Integer = true, INPID_InputControl = "SliderControl", INP_MaxScale = 64, INP_Default = 8, INP_MinScale = 2, INP_MinAllowed = 2, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Segments", },
  695.                         Pixels = { INP_Integer = true, INPID_InputControl = "SliderControl", INP_MaxScale = 128, INP_Default = 64, INP_MinScale = 1, INP_MinAllowed = 1, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Pixels", },
  696.                         Version = { INP_External = false, INPID_InputControl = "NestControl", IC_ControlPage = 0, INP_Passive = true, LINKS_Name = "Macro name βeta 0.0", },
  697.                         Spacer = { INPID_InputControl = "SpacerControl", ICS_ControlPage = "Controls", },
  698.                         Separator = { INPID_InputControl = "SeparatorControl", ICS_ControlPage = "Controls", }
  699.                     }
  700.                 },
  701.                 CMIColorMerge = Merge {
  702.                     CtrlWShown = false,
  703.                     NameSet = true,
  704.                     Inputs = {
  705.                         EffectMask = Input {
  706.                             SourceOp = "CMIChecker",
  707.                             Source = "Output",
  708.                         },
  709.                         ApplyMaskInverted = Input { Expression = "CMIControl.Invert", },
  710.                         MaskChannel = Input { Value = 5, },
  711.                         Background = Input {
  712.                             SourceOp = "CMIColorA",
  713.                             Source = "Output",
  714.                         },
  715.                         Foreground = Input {
  716.                             SourceOp = "CMIColorB",
  717.                             Source = "Output",
  718.                         },
  719.                         FilterMethod = Input { Value = 0, },
  720.                         PerformDepthMerge = Input { Value = 0, },
  721.                         CommentsNest = Input { Value = 0, },
  722.                         FrameRenderScriptNest = Input { Value = 0, }
  723.                     },
  724.                     ViewInfo = OperatorInfo { Pos = { 55, 107.258 } },
  725.                 },
  726.                 CMIXF_Angle = Transform {
  727.                     CtrlWShown = false,
  728.                     NameSet = true,
  729.                     CustomData = {
  730.                         Settings = {
  731.                         }
  732.                     },
  733.                     Inputs = {
  734.                         ApplyMaskInverted = Input { Value = 1, },
  735.                         MultiplyByMask = Input { Value = 1, },
  736.                         Edges = Input { Expression = "CMIControl.RenderQuality==0 and 0 or 1", },
  737.                         FilterMethod = Input { Expression = "CMIControl.Anti_aliasing==0 and 0 or CMIControl.Anti_aliasing==1 and 2 or CMIControl.Anti_aliasing==2 and 4 or 9", },
  738.                         FlattenTransform = Input { Value = 1, },
  739.                         Input = Input {
  740.                             SourceOp = "CMIXF",
  741.                             Source = "Output",
  742.                         }
  743.                     },
  744.                     ViewInfo = OperatorInfo { Pos = { -110, 404.258 } },
  745.                 },
  746.                 CMICanvasSizeA = BetterResize {
  747.                     CtrlWShown = false,
  748.                     NameSet = true,
  749.                     Inputs = {
  750.                         Width = Input { Value = 1080, },
  751.                         Height = Input { Value = 1080, },
  752.                         UseFrameFormatSettings = Input { Value = 1, },
  753.                         HiQOnly = Input { Value = 0, },
  754.                         PixelAspect = Input { Value = { 1, 1 }, },
  755.                         FilterMethod = Input { Value = 0, },
  756.                         Input = Input {
  757.                             SourceOp = "CMIFlipBars",
  758.                             Source = "Output",
  759.                         }
  760.                     },
  761.                     ViewInfo = OperatorInfo { Pos = { -110, 239.258 } },
  762.                 },
  763.                 CMIColorA = Background {
  764.                     CtrlWShown = false,
  765.                     NameSet = true,
  766.                     Inputs = {
  767.                         EffectMask = Input {
  768.                             SourceOp = "CMIChecker",
  769.                             Source = "Output",
  770.                         },
  771.                         ApplyMaskInverted = Input {
  772.                             Value = 1,
  773.                             Expression = "1-CMIControl.Invert",
  774.                         },
  775.                         MultiplyByMask = Input { Value = 1, },
  776.                         MaskChannel = Input { Value = 5, },
  777.                         GlobalOut = Input { Value = 240, },
  778.                         Width = Input { Value = 2, },
  779.                         Height = Input { Value = 2, },
  780.                         Depth = Input { Value = 1, },
  781.                         ["Gamut.GammaSpaceNest"] = Input { Value = 1, },
  782.                         ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  783.                         TopLeftRed = Input { Value = 0.677, },
  784.                         TopLeftGreen = Input { Value = 0.677, },
  785.                         TopLeftBlue = Input { Value = 0.677, },
  786.                         TopRightRed = Input { Value = 1, },
  787.                         TopRightGreen = Input { Value = 1, },
  788.                         TopRightBlue = Input { Value = 1, },
  789.                         BottomLeftRed = Input { Value = 1, },
  790.                         BottomLeftGreen = Input { Value = 0.5, },
  791.                         BottomRightGreen = Input { Value = 0.5, },
  792.                         BottomRightBlue = Input { Value = 1, },
  793.                         Start = Input { Value = { 0.5, 0.5 }, },
  794.                         Gradient = Input {
  795.                             Value = Gradient {
  796.                                 Colors = {
  797.                                     [0] = { 1, 1, 1, 1 },
  798.                                     [1] = { 0, 0, 0, 1 }
  799.                                 }
  800.                             },
  801.                         }
  802.                     },
  803.                     ViewInfo = OperatorInfo { Pos = { 55, 74.2574 } },
  804.                 },
  805.                 CMIColorB = Background {
  806.                     CtrlWShown = false,
  807.                     NameSet = true,
  808.                     Inputs = {
  809.                         GlobalOut = Input { Value = 240, },
  810.                         Width = Input { Value = 2, },
  811.                         Height = Input { Value = 2, },
  812.                         Depth = Input { Value = 1, },
  813.                         ["Gamut.GammaSpaceNest"] = Input { Value = 1, },
  814.                         ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  815.                         TopLeftRed = Input { Value = 0.441, },
  816.                         TopLeftGreen = Input { Value = 0.441, },
  817.                         TopLeftBlue = Input { Value = 0.441, },
  818.                         TopRightRed = Input { Value = 1, },
  819.                         TopRightGreen = Input { Value = 1, },
  820.                         TopRightBlue = Input { Value = 1, },
  821.                         BottomLeftRed = Input { Value = 1, },
  822.                         BottomLeftGreen = Input { Value = 0.5, },
  823.                         BottomRightGreen = Input { Value = 0.5, },
  824.                         BottomRightBlue = Input { Value = 1, },
  825.                         Start = Input { Value = { 0.5, 0.5 }, },
  826.                         Gradient = Input {
  827.                             Value = Gradient {
  828.                                 Colors = {
  829.                                     [0] = { 1, 1, 1, 1 },
  830.                                     [1] = { 0, 0, 0, 1 }
  831.                                 }
  832.                             },
  833.                         }
  834.                     },
  835.                     ViewInfo = OperatorInfo { Pos = { 55, 140.258 } },
  836.                 },
  837.                 CMIBG = Background {
  838.                     CtrlWShown = false,
  839.                     NameSet = true,
  840.                     Inputs = {
  841.                         GlobalOut = Input { Value = 240, },
  842.                         Width = Input { Value = 2, },
  843.                         Height = Input { Value = 2, },
  844.                         Depth = Input { Value = 1, },
  845.                         ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  846.                         Type = Input { Value = FuID { "Vertical" }, },
  847.                         TopRightRed = Input { Value = 1, },
  848.                         TopRightGreen = Input { Value = 1, },
  849.                         TopRightBlue = Input { Value = 1, },
  850.                         BottomLeftRed = Input { Value = 1, },
  851.                         BottomLeftGreen = Input { Value = 1, },
  852.                         BottomLeftBlue = Input { Value = 1, },
  853.                         BottomRightGreen = Input { Value = 0.5, },
  854.                         BottomRightBlue = Input { Value = 1, },
  855.                         Start = Input { Value = { 0.5, 0.5 }, },
  856.                         End = Input { Value = { 0.5, 0 }, }
  857.                     },
  858.                     ViewInfo = OperatorInfo { Pos = { -55, 8.25735 } },
  859.                 },
  860.                 CMIChecker = Merge {
  861.                     CtrlWShown = false,
  862.                     NameSet = true,
  863.                     CustomData = {
  864.                         Settings = {
  865.                         }
  866.                     },
  867.                     Inputs = {
  868.                         Blend = Input { Expression = "CheckMateIt.Mode==0 and (CheckMateIt.SegmentStyle>=2 and 0 or 1) or CheckMateIt.Mode==1 and (CheckMateIt.PixelStyle>=1 and 0 or 1)", },
  869.                         Background = Input {
  870.                             SourceOp = "CMIBG",
  871.                             Source = "Output",
  872.                         },
  873.                         Foreground = Input {
  874.                             SourceOp = "CMIBG",
  875.                             Source = "Output",
  876.                         },
  877.                         Angle = Input { Value = 90, },
  878.                         ApplyMode = Input { Value = FuID { "Difference" }, },
  879.                         FilterMethod = Input { Value = 0, },
  880.                         PerformDepthMerge = Input { Value = 0, }
  881.                     },
  882.                     ViewInfo = OperatorInfo { Pos = { -55, 74.2574 } },
  883.                 },
  884.                 CMIFlipBars = Transform {
  885.                     CtrlWShown = false,
  886.                     NameSet = true,
  887.                     CustomData = {
  888.                         Settings = {
  889.                         }
  890.                     },
  891.                     Inputs = {
  892.                         Angle = Input { Expression = "CheckMateIt.Mode==0 and (CheckMateIt.SegmentStyle==3 and 90 or 0) or CheckMateIt.Mode==1 and (CheckMateIt.PixelStyle==2 and 90 or 0)", },
  893.                         FilterMethod = Input { Value = 0, },
  894.                         Input = Input {
  895.                             SourceOp = "CMIAM",
  896.                             Source = "Output",
  897.                         },
  898.                         CommentsNest = Input { Value = 0, },
  899.                         FrameRenderScriptNest = Input { Value = 0, }
  900.                     },
  901.                     ViewInfo = OperatorInfo { Pos = { 0, 206.258 } },
  902.                 },
  903.                 CMIXF = Transform {
  904.                     CtrlWShown = false,
  905.                     NameSet = true,
  906.                     CustomData = {
  907.                         Settings = {
  908.                         }
  909.                     },
  910.                     Inputs = {
  911.                         Center = Input { Expression = "CMIControl.SegmentStyle == 1 and\n(\n    CMIControl.Centered == 0 and\n    Point(iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4))), iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4))*Aspect)) or\n    Point(0.5,0.5)\n\n) or\nCMIControl.SegmentStyle > 1 and \n(\n    CMIControl.Centered == 0 and \n    Point(iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4))), iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4)))) or\n    Point(0.5,0.5)\n\n) or\n(\n    CMIControl.Centered == 0 and \n    Point(iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4))), iif(CMIControl.Segments%2 == 0 , 0.5, 0.5-(1*(Size/4)))) or\n    Point(0.5,0.5)\n\n)", },
  912.                         Size = Input {
  913.                             Value = 0.125,
  914.                             Expression = "CMIControl.SegmentStyle == 1 and \n(\n    CMIControl.Direction == 0 and 2/CMIControl.Segments or \n    2/CMIControl.Segments*(CheckMateIt.Height/CheckMateIt.Width)\n\n) or\n2/CMIControl.Segments",
  915.                         },
  916.                         Aspect = Input { Expression = "CheckMateIt.SegmentStyle==1 and CMICanvasSizeA.Width/CMICanvasSizeA.Height or 1", },
  917.                         XSize = Input { Value = 0.0277777777778, },
  918.                         YSize = Input { Value = 0.0277777777778, },
  919.                         Edges = Input { Value = 1, },
  920.                         FilterMethod = Input { Value = 0, },
  921.                         FlattenTransform = Input {
  922.                             Value = 1,
  923.                             Expression = "CMIControl.RenderQuality==0 and 1 or 0",
  924.                         },
  925.                         Input = Input {
  926.                             SourceOp = "CMIOffset",
  927.                             Source = "Output",
  928.                         },
  929.                         PixelsNest = Input { Expression = "CheckMateIt.Mode==1 and 1 or 0", },
  930.                         SegmentsNest = Input {
  931.                             Value = 1,
  932.                             Expression = "CheckMateIt.Mode==0 and 1 or 0",
  933.                         },
  934.                         DirectionNest = Input { Expression = "CMICanvasSizeA.Width==CMICanvasSizeA.Height and 0 or CheckMateIt.SegmentStyle==1 and 1 or 0", },
  935.                         OffsetWidthNest = Input { Expression = "CheckMateIt.Mode==0 and (CheckMateIt.SegmentStyle<2 and 0 or 1) or CheckMateIt.Mode==1 and (CheckMateIt.PixelStyle==0 and 0 or 1)", },
  936.                         ImageNest = Input { Value = 1, }
  937.                     },
  938.                     ViewInfo = OperatorInfo { Pos = { -110, 338.258 } },
  939.                     UserControls = ordered() { PixelsNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, LINKS_Name = "PixelsNest", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = false, }, SegmentsNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 9, LINKS_Name = "SegmentsNest", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = false, }, DirectionNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 2, LINKS_Name = "DirectionNest", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = false, }, OffsetWidthNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 2, LINKS_Name = "OffsetWidthNest", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = false, }, OffsetHeightNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 1, LINKS_Name = "OffsetHeightNest", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = false, }, ColorNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 10, LINKS_Name = "Color controls", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = true, }, TransformNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, LINKS_Name = "Transform", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = true, }, ImageNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, LINKS_Name = "Render Quality, AA & Image Size", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = true, }, SettingsNest = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 16, LINKS_Name = "Mask, Motion Blur & Depth", LINKID_DataType = "Number", LBLC_NestLevel = 1, INP_Passive = true, ICS_ControlPage = "Controls", IC_Visible = true, } }
  940.                 },
  941.                 CMIAM = AlphaMultiply {
  942.                     CtrlWShown = false,
  943.                     NameSet = true,
  944.                     Inputs = {
  945.                         Blend = Input { Expression = "CMIControl.AlphaMultiply", },
  946.                         MaskChannel = Input { Value = 5, },
  947.                         Input = Input {
  948.                             SourceOp = "CMIColorMerge",
  949.                             Source = "Output",
  950.                         },
  951.                         CommentsNest = Input { Value = 0, },
  952.                         FrameRenderScriptNest = Input { Value = 0, }
  953.                     },
  954.                     ViewInfo = OperatorInfo { Pos = { -55, 140.258 } },
  955.                 },
  956.                 CMISD = SetDomain {
  957.                     CtrlWShown = false,
  958.                     NameSet = true,
  959.                     Inputs = {
  960.                         Mode = Input { Expression = "CMIControl.ClippingMode==0 and \"Adjust\" or \"Set\"", },
  961.                         Input = Input {
  962.                             SourceOp = "CMITheQueensModeSwitch",
  963.                             Source = "Output",
  964.                         }
  965.                     },
  966.                     ViewInfo = OperatorInfo { Pos = { 0, 470.258 } },
  967.                 },
  968.                 CMIOffset = Transform {
  969.                     CtrlWShown = false,
  970.                     NameSet = true,
  971.                     Inputs = {
  972.                         Center = Input {
  973.                             Value = { 0.5, 0.35 },
  974.                             Expression = "CMIControl.SegmentStyle<2 and Point(0.5, 0.5) or Point(CMIControl.OffsetWidth/2+0.5, -CMIControl.OffsetWidth/2+0.5)",
  975.                         },
  976.                         Edges = Input { Value = 2, },
  977.                         FilterMethod = Input { Value = 0, },
  978.                         Input = Input {
  979.                             SourceOp = "CMICanvasSizeA",
  980.                             Source = "Output",
  981.                         }
  982.                     },
  983.                     ViewInfo = OperatorInfo { Pos = { -110, 305.258 } },
  984.                 },
  985.                 CMIPixelMrg = Merge {
  986.                     CtrlWShown = false,
  987.                     NameSet = true,
  988.                     Inputs = {
  989.                         Background = Input {
  990.                             SourceOp = "CMIClear",
  991.                             Source = "Output",
  992.                         },
  993.                         Foreground = Input {
  994.                             SourceOp = "Inst_CMIOffset",
  995.                             Source = "Output",
  996.                         },
  997.                         Edges = Input { Value = 1, },
  998.                         FilterMethod = Input { Value = 0, },
  999.                         FlattenTransform = Input { Value = 1, },
  1000.                         PerformDepthMerge = Input { Value = 0, }
  1001.                     },
  1002.                     ViewInfo = OperatorInfo { Pos = { 110, 338.258 } },
  1003.                 },
  1004.                 Inst_CMIXF_Angle = Transform {
  1005.                     CtrlWShown = false,
  1006.                     NameSet = true,
  1007.                     CustomData = {
  1008.                         Settings = {
  1009.                         }
  1010.                     },
  1011.                     SourceOp = "CMIXF_Angle",
  1012.                     Inputs = {
  1013.                         EffectMask = Input {
  1014.                         },
  1015.                         SettingsNest = Input {
  1016.                         },
  1017.                         TransformNest = Input {
  1018.                         },
  1019.                         Edges = Input {
  1020.                         },
  1021.                         FilterMethod = Input {
  1022.                             Expression = "CMIControl.Anti_aliasing==0 and 0 or CMIControl.Anti_aliasing==1 and 2 or CMIControl.Anti_aliasing==2 and 4 or 9"
  1023.                         },
  1024.                         ReferenceSize = Input {
  1025.                         },
  1026.                         Input = Input {
  1027.                             SourceOp = "CMIPixelMrg",
  1028.                             Source = "Output",
  1029.                         },
  1030.                         CommentsNest = Input {
  1031.                         },
  1032.                         FrameRenderScriptNest = Input {
  1033.                         },
  1034.                         StartRenderScripts = Input {
  1035.                         },
  1036.                         EndRenderScripts = Input {
  1037.                         }
  1038.                     },
  1039.                     ViewInfo = OperatorInfo { Pos = { 110, 404.258 } },
  1040.                 },
  1041.                 Inst_CMIOffset = Transform {
  1042.                     CtrlWShown = false,
  1043.                     NameSet = true,
  1044.                     CustomData = {
  1045.                         Settings = {
  1046.                         }
  1047.                     },
  1048.                     SourceOp = "CMIOffset",
  1049.                     Inputs = {
  1050.                         EffectMask = Input {
  1051.                         },
  1052.                         SettingsNest = Input {
  1053.                         },
  1054.                         TransformNest = Input {
  1055.                         },
  1056.                         Center = Input {
  1057.                             Expression = "CMIControl.PixelStyle==0 and Point(0.5, 0.5) or Point(CMIControl.OffsetWidth/2+0.5, -CMIControl.OffsetWidth/2+0.5)"
  1058.                         },
  1059.                         ReferenceSize = Input {
  1060.                         },
  1061.                         Input = Input {
  1062.                             SourceOp = "CMICanvasSizeB",
  1063.                             Source = "Output",
  1064.                         },
  1065.                         CommentsNest = Input {
  1066.                         },
  1067.                         FrameRenderScriptNest = Input {
  1068.                         },
  1069.                         StartRenderScripts = Input {
  1070.                         },
  1071.                         EndRenderScripts = Input {
  1072.                         }
  1073.                     },
  1074.                     ViewInfo = OperatorInfo { Pos = { 110, 305.258 } },
  1075.                 },
  1076.                 CMICanvasSizeB = BetterResize {
  1077.                     CtrlWZoom = false,
  1078.                     CtrlWShown = false,
  1079.                     NameSet = true,
  1080.                     Inputs = {
  1081.                         Width = Input {
  1082.                             Value = 128,
  1083.                             Expression = "CMIControl.Pixels*2",
  1084.                         },
  1085.                         Height = Input {
  1086.                             Value = 128,
  1087.                             Expression = "Width",
  1088.                         },
  1089.                         HiQOnly = Input { Value = 0, },
  1090.                         PixelAspect = Input { Value = { 1, 1 }, },
  1091.                         FilterMethod = Input { Value = 0, },
  1092.                         Input = Input {
  1093.                             SourceOp = "CMIFlipBars",
  1094.                             Source = "Output",
  1095.                         }
  1096.                     },
  1097.                     ViewInfo = OperatorInfo { Pos = { 110, 239.258 } },
  1098.                 },
  1099.                 CMITheQueensModeSwitch = Dissolve {
  1100.                     Transitions = {
  1101.                         [0] = "DFTDissolve"
  1102.                     },
  1103.                     CtrlWShown = false,
  1104.                     NameSet = true,
  1105.                     Inputs = {
  1106.                         MultiplyByMask = Input { Value = 1, },
  1107.                         Mix = Input {
  1108.                             Value = 0,
  1109.                             Expression = "CMIControl.Mode",
  1110.                         },
  1111.                         Background = Input {
  1112.                             SourceOp = "CMIXF_Angle",
  1113.                             Source = "Output",
  1114.                         },
  1115.                         Foreground = Input {
  1116.                             SourceOp = "Inst_CMIXF_Angle",
  1117.                             Source = "Output",
  1118.                         }
  1119.                     },
  1120.                     ViewInfo = OperatorInfo { Pos = { 0, 437.258 } },
  1121.                 },
  1122.                 CMIClear = ChannelBoolean {
  1123.                     CtrlWShown = false,
  1124.                     Inputs = {
  1125.                         Operation = Input { Value = 12, },
  1126.                         Background = Input {
  1127.                             SourceOp = "CMICanvasSizeA",
  1128.                             Source = "Output",
  1129.                         }
  1130.                     },
  1131.                     ViewInfo = OperatorInfo { Pos = { 0, 272.258 } },
  1132.                 },
  1133.                 CMIRenderCache = Merge {
  1134.                     CtrlWShown = false,
  1135.                     NameSet = true,
  1136.                     Inputs = {
  1137.                         MaskChannel = Input { Value = 5, },
  1138.                         Background = Input {
  1139.                             SourceOp = "CMISD",
  1140.                             Source = "Output",
  1141.                         },
  1142.                         PerformDepthMerge = Input { Value = 0, }
  1143.                     },
  1144.                     ViewInfo = OperatorInfo { Pos = { 0, 503.258 } },
  1145.                 }
  1146.             },
  1147.             Colors = { TileColor = { R = 0.549019607843137, G = 0.352941176470588, B = 0.247058823529412 }, },
  1148.             UserControls = ordered() {
  1149.                 Controls = ControlPage { CT_Visible = true, CT_Priority = 0, CTID_DIB_ID = "Icons.Tools.Tabs.Primatte" },
  1150.                 Image = ControlPage { CT_Visible = true, CT_Priority = 0, CTID_DIB_ID = "Icons.Tools.Tabs.Image" },
  1151.                 Settings = ControlPage { CT_Visible = true, CT_Priority = 0, CTID_DIB_ID = "Icons.Tools.Tabs.Common" },
  1152.                 Common = ControlPage { CT_Visible = false, CT_Priority = 0, CTID_DIB_ID = "Icons.Tools.Tabs.Solve" }
  1153.             }
  1154.         },
  1155.         JustCropIt = GroupOperator {
  1156.             Inputs = ordered() {
  1157.                 Red = InstanceInput {
  1158.                     SourceOp = "Background2",
  1159.                     Source = "TopLeftRed",
  1160.                 },
  1161.                 Green = InstanceInput {
  1162.                     SourceOp = "Background2",
  1163.                     Source = "TopLeftGreen",
  1164.                 },
  1165.                 Blue = InstanceInput {
  1166.                     SourceOp = "Background2",
  1167.                     Source = "TopLeftBlue",
  1168.                 },
  1169.                 Alpha = InstanceInput {
  1170.                     SourceOp = "Background2",
  1171.                     Source = "TopLeftAlpha",
  1172.                 },
  1173.                 UseFrameFormatSettings = InstanceInput {
  1174.                     SourceOp = "Background2",
  1175.                     Source = "UseFrameFormatSettings",
  1176.                 },
  1177.                 Width = InstanceInput {
  1178.                     SourceOp = "Background2",
  1179.                     Source = "Width",
  1180.                 },
  1181.                 Height = InstanceInput {
  1182.                     SourceOp = "Background2",
  1183.                     Source = "Height",
  1184.                 },
  1185.                 Depth = InstanceInput {
  1186.                     SourceOp = "Background2",
  1187.                     Source = "Depth",
  1188.                 }
  1189.             },
  1190.             Outputs = {
  1191.                 Output1 = InstanceOutput {
  1192.                     SourceOp = "Merge4",
  1193.                     Source = "Output",
  1194.                 }
  1195.             },
  1196.             ViewInfo = GroupInfo {
  1197.                 Pos = { -1815, 1369.5 },
  1198.                 Flags = {
  1199.                     AllowPan = false,
  1200.                     GridSnap = true,
  1201.                     AutoSnap = true
  1202.                 },
  1203.                 Size = { 236, 462.364, 118, 24.2424 },
  1204.                 Direction = "Vertical",
  1205.                 PipeStyle = "Direct",
  1206.                 Scale = 1,
  1207.                 Offset = { 0, 0 }
  1208.             },
  1209.             Tools = ordered() {
  1210.                 text1 = PolylineMask {
  1211.                     DrawMode = "ModifyOnly",
  1212.                     DrawMode2 = "InsertAndModify",
  1213.                     CtrlWShown = false,
  1214.                     Inputs = {
  1215.                         MiterLimit = Input { Value = 4, },
  1216.                         CapStyle = Input { Value = 0, },
  1217.                         MaskWidth = Input { Value = 320, },
  1218.                         MaskHeight = Input { Value = 240, },
  1219.                         PixelAspect = Input { Value = { 1, 1 }, },
  1220.                         Polyline = Input {
  1221.                             Value = Polyline {
  1222.                                 Closed = true,
  1223.                                 Points = {
  1224.                                     { X = -0.379289305555556, Y = -0.0501333518518519, LX = -0.0261333333333333, LY = 0, RX = 0.0268444444444444, RY = 0 },
  1225.                                     { X = -0.336800416666667, Y = -0.0103111296296295, LX = 0, LY = -0.0236444444444446, RX = 0, RY = 0.0298666666666666 },
  1226.                                     { Linear = true, X = -0.336800416666667, Y = 0.0792888703703705, LX = 0, LY = -0.0298666666666667, RX = -0.00794074074074075, RY = 0 },
  1227.                                     { Linear = true, X = -0.360622638888889, Y = 0.0792888703703705, LX = 0.00794074074074075, LY = 0, RX = 0, RY = -0.0298666666666667 },
  1228.                                     { Linear = true, X = -0.360622638888889, Y = -0.0103111296296295, LX = 0, LY = 0.0298666666666666, RX = 0, RY = -0.0122666666666668 },
  1229.                                     { X = -0.379467083333333, Y = -0.0295111296296295, LX = 0.0119111111111111, LY = 0, RX = -0.0115555555555555, RY = 0 },
  1230.                                     { X = -0.39813375, Y = -0.0103111296296295, LX = 0, LY = -0.0122666666666666, RX = 0, RY = 0.00272592592592591 },
  1231.                                     { Linear = true, X = -0.39813375, Y = -0.00213335185185182, LX = 0, LY = -0.00272592592592591, RX = -0.00764444320987656, RY = 0 },
  1232.                                     { Linear = true, X = -0.42106707962963, Y = -0.00213335185185182, LX = 0.00764444320987656, LY = 0, RX = 0, RY = -0.00272592592592591 },
  1233.                                     { Linear = true, X = -0.42106707962963, Y = -0.0103111296296295, LX = 0, LY = 0.00272592592592591, RX = 0, RY = -0.0243555555555556 }
  1234.                                 }
  1235.                             },
  1236.                         },
  1237.                         Polyline2 = Input {
  1238.                             Value = Polyline {
  1239.                             },
  1240.                             Disabled = true,
  1241.                         }
  1242.                     },
  1243.                     ViewInfo = OperatorInfo { Pos = { -55, 8.75757 } },
  1244.                 },
  1245.                 text1_2 = PolylineMask {
  1246.                     DrawMode = "ModifyOnly",
  1247.                     DrawMode2 = "InsertAndModify",
  1248.                     CtrlWShown = false,
  1249.                     Inputs = {
  1250.                         EffectMask = Input {
  1251.                             SourceOp = "text1",
  1252.                             Source = "Mask",
  1253.                         },
  1254.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1255.                         MiterLimit = Input { Value = 4, },
  1256.                         CapStyle = Input { Value = 0, },
  1257.                         MaskWidth = Input { Value = 320, },
  1258.                         MaskHeight = Input { Value = 240, },
  1259.                         PixelAspect = Input { Value = { 1, 1 }, },
  1260.                         Polyline = Input {
  1261.                             Value = Polyline {
  1262.                                 Closed = true,
  1263.                                 Points = {
  1264.                                     { Linear = true, X = -0.259822527777778, Y = -0.00693335185185184, LX = 0, LY = 0.0171259259259259, RX = 0, RY = -0.0151111111111112 },
  1265.                                     { X = -0.280266972222222, Y = -0.030044462962963, LX = 0.0108444444444444, LY = 0, RX = -0.0115555555555555, RY = 0 },
  1266.                                     { X = -0.297511416666667, Y = -0.0126222407407408, LX = 0, LY = -0.0115555555555555, RX = 0, RY = 0.0190222222222222 },
  1267.                                     { Linear = true, X = -0.297511416666667, Y = 0.0444444259259259, LX = 0, LY = -0.0190222222222223, RX = -0.00746666666666662, RY = 0 },
  1268.                                     { Linear = true, X = -0.319911416666667, Y = 0.0444444259259259, LX = 0.00746666666666662, LY = 0, RX = 0, RY = -0.0202666666666667 },
  1269.                                     { Linear = true, X = -0.319911416666667, Y = -0.0163555740740742, LX = 0, LY = 0.0202666666666667, RX = 0, RY = -0.0213333333333333 },
  1270.                                     { X = -0.287911416666667, Y = -0.0494222407407408, LX = -0.0193777777777778, LY = 0, RX = 0.0122666666666666, RY = 0 },
  1271.                                     { X = -0.259111416666667, Y = -0.0339555740740741, LX = -0.00693333333333335, LY = -0.0103111111111112, RX = 0, RY = -0.00444444444444447 },
  1272.                                     { Linear = true, X = -0.259111416666667, Y = -0.0472889074074075, LX = 0, LY = 0.00444444444444447, RX = 0.00722962962962964, RY = 0 },
  1273.                                     { Linear = true, X = -0.237422527777778, Y = -0.0472889074074075, LX = -0.00722962962962964, LY = 0, RX = 0, RY = 0.0305777777777778 },
  1274.                                     { Linear = true, X = -0.237422527777778, Y = 0.0444444259259258, LX = 0, LY = -0.0305777777777778, RX = -0.00746666666666668, RY = 0 },
  1275.                                     { Linear = true, X = -0.259822527777778, Y = 0.0444444259259258, LX = 0.00746666666666673, LY = 0, RX = 0, RY = -0.0171259259259259 }
  1276.                                 }
  1277.                             },
  1278.                         },
  1279.                         Polyline2 = Input {
  1280.                             Value = Polyline {
  1281.                             },
  1282.                             Disabled = true,
  1283.                         }
  1284.                     },
  1285.                     ViewInfo = OperatorInfo { Pos = { -55, 41.7576 } },
  1286.                 },
  1287.                 text1_3 = PolylineMask {
  1288.                     DrawMode = "ModifyOnly",
  1289.                     DrawMode2 = "InsertAndModify",
  1290.                     CtrlWShown = false,
  1291.                     Inputs = {
  1292.                         EffectMask = Input {
  1293.                             SourceOp = "text1_2",
  1294.                             Source = "Mask",
  1295.                         },
  1296.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1297.                         MiterLimit = Input { Value = 4, },
  1298.                         CapStyle = Input { Value = 0, },
  1299.                         MaskWidth = Input { Value = 320, },
  1300.                         MaskHeight = Input { Value = 240, },
  1301.                         PixelAspect = Input { Value = { 1, 1 }, },
  1302.                         Polyline = Input {
  1303.                             Value = Polyline {
  1304.                                 Closed = true,
  1305.                                 Points = {
  1306.                                     { X = -0.183200305555556, Y = -0.0497777962962964, LX = -0.0266666666666667, LY = 0, RX = 0.0257777777777777, RY = 0 },
  1307.                                     { X = -0.142489194444444, Y = -0.0209777962962964, LX = 0, LY = -0.0184888888888889, RX = 0, RY = 0.0156444444444445 },
  1308.                                     { X = -0.174311416666667, Y = 0.00693331481481479, LX = 0.0222222222222223, LY = -0.00408888888888892, RX = -0.00385185185185188, RY = 0.000592592592592589 },
  1309.                                     { Linear = true, X = -0.185866972222222, Y = 0.00871109259259251, LX = 0.00385185185185188, LY = -0.000592592592592533, RX = -0.0106666666666667, RY = 0.00195555555555554 },
  1310.                                     { X = -0.201155861111111, Y = 0.0199110925925925, LX = 0, LY = -0.00640000000000007, RX = 0, RY = 0.00711111111111112 },
  1311.                                     { X = -0.185155861111111, Y = 0.0305777592592592, LX = -0.0106666666666667, LY = 0, RX = 0.0122666666666667, RY = 0 },
  1312.                                     { X = -0.165778083333333, Y = 0.015466648148148, LX = -0.00053333333333333, LY = 0.0112, RX = 0.00705185185185186, RY = 0 },
  1313.                                     { Linear = true, X = -0.144622527777778, Y = 0.015466648148148, LX = -0.00705185185185186, LY = 0, RX = -0.000888888888888884, RY = 0.0208 },
  1314.                                     { X = -0.185155861111111, Y = 0.0465777592592592, LX = 0.0261333333333333, LY = 0, RX = -0.0243555555555555, RY = 0 },
  1315.                                     { X = -0.223200305555556, Y = 0.0188444259259258, LX = 0, LY = 0.0172444444444445, RX = 0, RY = -0.0151111111111112 },
  1316.                                     { X = -0.193155861111111, Y = -0.00888890740740755, LX = -0.0200888888888889, LY = 0.00337777777777781, RX = 0.00349629629629628, RY = -0.000592592592592478 },
  1317.                                     { Linear = true, X = -0.182666972222222, Y = -0.0106666851851852, LX = -0.00349629629629628, LY = 0.000592592592592589, RX = 0.0136888888888889, RY = -0.00231111111111115 },
  1318.                                     { X = -0.164711416666667, Y = -0.0227555740740741, LX = 0, LY = 0.00657777777777779, RX = 0, RY = -0.0072888888888889 },
  1319.                                     { X = -0.18284475, Y = -0.0337777962962964, LX = 0.0120888888888889, LY = 0, RX = -0.0135111111111111, RY = 0 },
  1320.                                     { X = -0.203289194444445, Y = -0.0181333518518519, LX = 0.00124444444444444, LY = -0.0113777777777778, RX = -0.0072888888888889, RY = 0 },
  1321.                                     { Linear = true, X = -0.225155861111111, Y = -0.0181333518518519, LX = 0.0072888888888889, LY = 0, RX = 0.00124444444444444, RY = -0.0211555555555556 }
  1322.                                 }
  1323.                             },
  1324.                         },
  1325.                         Polyline2 = Input {
  1326.                             Value = Polyline {
  1327.                             },
  1328.                             Disabled = true,
  1329.                         }
  1330.                     },
  1331.                     ViewInfo = OperatorInfo { Pos = { -55, 74.7576 } },
  1332.                 },
  1333.                 text1_4 = PolylineMask {
  1334.                     DrawMode = "ModifyOnly",
  1335.                     DrawMode2 = "InsertAndModify",
  1336.                     CtrlWShown = false,
  1337.                     Inputs = {
  1338.                         EffectMask = Input {
  1339.                             SourceOp = "text1_3",
  1340.                             Source = "Mask",
  1341.                         },
  1342.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1343.                         MiterLimit = Input { Value = 4, },
  1344.                         CapStyle = Input { Value = 0, },
  1345.                         MaskWidth = Input { Value = 320, },
  1346.                         MaskHeight = Input { Value = 240, },
  1347.                         PixelAspect = Input { Value = { 1, 1 }, },
  1348.                         Polyline = Input {
  1349.                             Value = Polyline {
  1350.                                 Closed = true,
  1351.                                 Points = {
  1352.                                     { Linear = true, X = -0.0841778796296296, Y = 0.0444444259259258, LX = 0, LY = -0.00568888888888891, RX = -0.00604444444444446, RY = 0 },
  1353.                                     { Linear = true, X = -0.102311212962963, Y = 0.0444444259259258, LX = 0.00604444444444446, LY = 0, RX = 0, RY = 0.00888888888888889 },
  1354.                                     { Linear = true, X = -0.102311212962963, Y = 0.0711110925925925, LX = 0, LY = -0.00888888888888889, RX = -0.00740740740740742, RY = 0 },
  1355.                                     { Linear = true, X = -0.124533435185185, Y = 0.0711110925925925, LX = 0.00740740740740742, LY = 0, RX = 0, RY = -0.00888888888888889 },
  1356.                                     { Linear = true, X = -0.124533435185185, Y = 0.0444444259259258, LX = 0, LY = 0.00888888888888889, RX = -0.00474074074074071, RY = 0 },
  1357.                                     { Linear = true, X = -0.138755657407407, Y = 0.0444444259259258, LX = 0.00474074074074077, LY = 0, RX = 0, RY = -0.00568888888888891 },
  1358.                                     { Linear = true, X = -0.138755657407407, Y = 0.0273777592592592, LX = 0, LY = 0.00568888888888891, RX = 0.00474074074074077, RY = 0 },
  1359.                                     { Linear = true, X = -0.124533435185185, Y = 0.0273777592592592, LX = -0.00474074074074071, LY = 0, RX = 0, RY = -0.0173037037037037 },
  1360.                                     { Linear = true, X = -0.124533435185185, Y = -0.0245333518518519, LX = 0, LY = 0.0173037037037037, RX = 0, RY = -0.0165333333333333 },
  1361.                                     { X = -0.095911212962963, Y = -0.0480000185185187, LX = -0.0197333333333333, LY = 0, RX = 0.0023111111111111, RY = 0 },
  1362.                                     { X = -0.0841778796296296, Y = -0.0472889074074075, LX = -0.00551111111111113, LY = -0.000533333333333275, RX = 0, RY = 0.00568888888888897 },
  1363.                                     { Linear = true, X = -0.0841778796296296, Y = -0.0302222407407408, LX = 0, LY = -0.00568888888888897, RX = -0.00254814814814819, RY = 0 },
  1364.                                     { Linear = true, X = -0.091822324074074, Y = -0.0302222407407408, LX = 0.00254814814814819, LY = 0, RX = -0.0076444444444444, RY = 0 },
  1365.                                     { X = -0.102311212962963, Y = -0.0222222407407409, LX = 0, LY = -0.00586666666666669, RX = 0, RY = 0.0165333333333334 },
  1366.                                     { Linear = true, X = -0.102311212962963, Y = 0.0273777592592592, LX = 0, LY = -0.0165333333333333, RX = 0.00604444444444446, RY = 0 },
  1367.                                     { Linear = true, X = -0.0841778796296295, Y = 0.0273777592592592, LX = -0.00604444444444446, LY = 0, RX = 0, RY = 0.00568888888888891 }
  1368.                                 }
  1369.                             },
  1370.                         },
  1371.                         Polyline2 = Input {
  1372.                             Value = Polyline {
  1373.                             },
  1374.                             Disabled = true,
  1375.                         }
  1376.                     },
  1377.                     ViewInfo = OperatorInfo { Pos = { -55, 107.758 } },
  1378.                 },
  1379.                 text1_5 = PolylineMask {
  1380.                     DrawMode = "ModifyOnly",
  1381.                     DrawMode2 = "InsertAndModify",
  1382.                     CtrlWShown = false,
  1383.                     Inputs = {
  1384.                         EffectMask = Input {
  1385.                             SourceOp = "text1_4",
  1386.                             Source = "Mask",
  1387.                         },
  1388.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1389.                         MiterLimit = Input { Value = 4, },
  1390.                         CapStyle = Input { Value = 0, },
  1391.                         MaskWidth = Input { Value = 320, },
  1392.                         MaskHeight = Input { Value = 240, },
  1393.                         PixelAspect = Input { Value = { 1, 1 }, },
  1394.                         Polyline = Input {
  1395.                             Value = Polyline {
  1396.                                 Closed = true,
  1397.                                 Points = {
  1398.                                     { X = -0.0137778055555556, Y = -0.050133351851852, LX = -0.0183111111111111, LY = 0, RX = 0.0151111111111111, RY = 0 },
  1399.                                     { X = 0.0253333055555556, Y = -0.0369777962962964, LX = -0.0108444444444444, LY = -0.00871111111111111, RX = 0.0108444444444444, RY = 0.00871111111111111 },
  1400.                                     { X = 0.04417775, Y = 0.000355537037036946, LX = -0.00160000000000005, LY = -0.0161777777777778, RX = -0.00800000000000001, RY = 0 },
  1401.                                     { Linear = true, X = 0.02017775, Y = 0.000355537037036946, LX = 0.00800000000000001, LY = 0, RX = -0.0026666666666666, RY = -0.0190222222222222 },
  1402.                                     { X = -0.0137778055555556, Y = -0.0291555740740741, LX = 0.0170666666666667, LY = 0, RX = -0.0227555555555556, RY = 0 },
  1403.                                     { X = -0.0500444722222222, Y = 0.0159999814814815, LX = 0, LY = -0.0284444444444444, RX = 0, RY = 0.0282666666666667 },
  1404.                                     { X = -0.0137778055555556, Y = 0.0611555370370371, LX = -0.0225777777777778, LY = 0, RX = 0.0163555555555555, RY = 0 },
  1405.                                     { X = 0.0192888611111111, Y = 0.0357333148148148, LX = -0.00426666666666653, LY = 0.0170666666666667, RX = 0.00811851851851852, RY = 0 },
  1406.                                     { Linear = true, X = 0.0436444166666666, Y = 0.0357333148148148, LX = -0.00811851851851852, LY = 0, RX = -0.00266666666666671, RY = 0.0151111111111111 },
  1407.                                     { X = 0.0240888611111111, Y = 0.0702222037037037, LX = 0.0104888888888889, LY = -0.00799999999999995, RX = -0.0104888888888889, RY = 0.00800000000000001 },
  1408.                                     { X = -0.0137778055555556, Y = 0.0821333148148148, LX = 0.0147555555555555, LY = 0, RX = -0.0184888888888889, RY = 0 },
  1409.                                     { X = -0.05822225, Y = 0.0643555370370371, LX = 0.0112, LY = 0.011911111111111, RX = -0.0112, RY = -0.0119111111111111 },
  1410.                                     { X = -0.0751111388888889, Y = 0.0159999814814815, LX = 0, LY = 0.0202666666666667, RX = 0, RY = -0.0202666666666667 },
  1411.                                     { X = -0.0580444722222223, Y = -0.0321777962962964, LX = -0.0113777777777778, LY = 0.0119111111111112, RX = 0.0112, RY = -0.0119111111111111 }
  1412.                                 }
  1413.                             },
  1414.                         },
  1415.                         Polyline2 = Input {
  1416.                             Value = Polyline {
  1417.                             },
  1418.                             Disabled = true,
  1419.                         }
  1420.                     },
  1421.                     ViewInfo = OperatorInfo { Pos = { -55, 140.758 } },
  1422.                 },
  1423.                 text1_6 = PolylineMask {
  1424.                     DrawMode = "ModifyOnly",
  1425.                     DrawMode2 = "InsertAndModify",
  1426.                     CtrlWShown = false,
  1427.                     Inputs = {
  1428.                         EffectMask = Input {
  1429.                             SourceOp = "text1_5",
  1430.                             Source = "Mask",
  1431.                         },
  1432.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1433.                         MiterLimit = Input { Value = 4, },
  1434.                         CapStyle = Input { Value = 0, },
  1435.                         MaskWidth = Input { Value = 320, },
  1436.                         MaskHeight = Input { Value = 240, },
  1437.                         PixelAspect = Input { Value = { 1, 1 }, },
  1438.                         Polyline = Input {
  1439.                             Value = Polyline {
  1440.                                 Closed = true,
  1441.                                 Points = {
  1442.                                     { X = 0.10693337037037, Y = 0.0458666481481481, LX = 0.00231111111111115, LY = 0, RX = -0.0131555555555555, RY = 0 },
  1443.                                     { X = 0.0795555925925926, Y = 0.0280888703703703, LX = 0.00515555555555558, LY = 0.0119111111111111, RX = 0, RY = 0.00545185185185187 },
  1444.                                     { Linear = true, X = 0.0795555925925926, Y = 0.0444444259259258, LX = 0, LY = -0.00545185185185182, RX = -0.00722962962962959, RY = 0 },
  1445.                                     { Linear = true, X = 0.0578667037037037, Y = 0.0444444259259258, LX = 0.00722962962962959, LY = 0, RX = 0, RY = -0.0305777777777778 },
  1446.                                     { Linear = true, X = 0.0578667037037037, Y = -0.0472889074074075, LX = 0, LY = 0.0305777777777778, RX = 0.00746666666666662, RY = 0 },
  1447.                                     { Linear = true, X = 0.0802667037037037, Y = -0.0472889074074075, LX = -0.00746666666666662, LY = 0, RX = 0, RY = 0.0155259259259261 },
  1448.                                     { Linear = true, X = 0.0802667037037037, Y = -0.000711129629629714, LX = 0, LY = -0.0155259259259259, RX = 0, RY = 0.0170666666666667 },
  1449.                                     { X = 0.106755592592593, Y = 0.0248888703703703, LX = -0.0168888888888888, LY = 0, RX = 0.00189629629629628, RY = 0 },
  1450.                                     { Linear = true, X = 0.112444481481481, Y = 0.0248888703703703, LX = -0.00189629629629628, LY = 0, RX = 0, RY = 0.00687407407407403 },
  1451.                                     { Linear = true, X = 0.112444481481481, Y = 0.0455110925925925, LX = 0, LY = -0.00687407407407403, RX = -0.00124444444444449, RY = 0.000177777777777777 }
  1452.                                 }
  1453.                             },
  1454.                         },
  1455.                         Polyline2 = Input {
  1456.                             Value = Polyline {
  1457.                             },
  1458.                             Disabled = true,
  1459.                         }
  1460.                     },
  1461.                     ViewInfo = OperatorInfo { Pos = { -55, 173.758 } },
  1462.                 },
  1463.                 text1_7 = PolylineMask {
  1464.                     DrawMode = "ModifyOnly",
  1465.                     DrawMode2 = "InsertAndModify",
  1466.                     CtrlWShown = false,
  1467.                     Inputs = {
  1468.                         EffectMask = Input {
  1469.                             SourceOp = "text1_6",
  1470.                             Source = "Mask",
  1471.                         },
  1472.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1473.                         MiterLimit = Input { Value = 4, },
  1474.                         CapStyle = Input { Value = 0, },
  1475.                         MaskWidth = Input { Value = 320, },
  1476.                         MaskHeight = Input { Value = 240, },
  1477.                         PixelAspect = Input { Value = { 1, 1 }, },
  1478.                         Polyline = Input {
  1479.                             Value = Polyline {
  1480.                                 Closed = true,
  1481.                                 Points = {
  1482.                                     { X = 0.196889138888889, Y = -0.0362666851851853, LX = -0.00853333333333339, LY = -0.00871111111111111, RX = 0.00853333333333328, RY = 0.00871111111111111 },
  1483.                                     { X = 0.209689138888889, Y = -0.00142224074074082, LX = 0, LY = -0.0145777777777778, RX = 0, RY = 0.0145777777777777 },
  1484.                                     { X = 0.196889138888889, Y = 0.0335999814814814, LX = 0.00853333333333328, LY = -0.00871111111111106, RX = -0.00853333333333339, RY = 0.00871111111111111 },
  1485.                                     { X = 0.163111361111111, Y = 0.0465777592592592, LX = 0.0140444444444444, LY = 0, RX = -0.0140444444444445, RY = 0 },
  1486.                                     { X = 0.129333583333333, Y = 0.0334222037037036, LX = 0.00853333333333328, LY = 0.00871111111111111, RX = -0.00871111111111111, RY = -0.00871111111111106 },
  1487.                                     { X = 0.116355805555556, Y = -0.00142224074074082, LX = 0, LY = 0.0144, RX = 0, RY = -0.0144000000000001 },
  1488.                                     { X = 0.129333583333333, Y = -0.0362666851851853, LX = -0.00871111111111111, LY = 0.008711111111111, RX = 0.00853333333333328, RY = -0.00871111111111111 },
  1489.                                     { X = 0.163111361111111, Y = -0.0494222407407408, LX = -0.0140444444444445, LY = 0, RX = 0.0140444444444444, RY = 0 }
  1490.                                 }
  1491.                             },
  1492.                         },
  1493.                         Polyline2 = Input {
  1494.                             Value = Polyline {
  1495.                             },
  1496.                             Disabled = true,
  1497.                         }
  1498.                     },
  1499.                     ViewInfo = OperatorInfo { Pos = { -55, 206.758 } },
  1500.                 },
  1501.                 text1_8 = PolylineMask {
  1502.                     DrawMode = "ModifyOnly",
  1503.                     DrawMode2 = "InsertAndModify",
  1504.                     CtrlWShown = false,
  1505.                     Inputs = {
  1506.                         EffectMask = Input {
  1507.                             SourceOp = "text1_7",
  1508.                             Source = "Mask",
  1509.                         },
  1510.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1511.                         MiterLimit = Input { Value = 4, },
  1512.                         CapStyle = Input { Value = 0, },
  1513.                         MaskWidth = Input { Value = 320, },
  1514.                         MaskHeight = Input { Value = 240, },
  1515.                         PixelAspect = Input { Value = { 1, 1 }, },
  1516.                         Polyline = Input {
  1517.                             Value = Polyline {
  1518.                                 Closed = true,
  1519.                                 Points = {
  1520.                                     { X = 0.163111361111111, Y = -0.030933351851852, LX = 0.0147555555555554, LY = 0, RX = -0.0149333333333334, RY = 0 },
  1521.                                     { X = 0.139289138888889, Y = -0.00142224074074082, LX = 0, LY = -0.0190222222222223, RX = 0, RY = 0.0190222222222222 },
  1522.                                     { X = 0.163111361111111, Y = 0.0280888703703703, LX = -0.0149333333333332, LY = 0, RX = 0.0147555555555555, RY = 0 },
  1523.                                     { X = 0.186933583333333, Y = -0.00142224074074082, LX = 0, LY = 0.0190222222222222, RX = 0, RY = -0.0190222222222223 }
  1524.                                 }
  1525.                             },
  1526.                         },
  1527.                         Polyline2 = Input {
  1528.                             Value = Polyline {
  1529.                             },
  1530.                             Disabled = true,
  1531.                         }
  1532.                     },
  1533.                     ViewInfo = OperatorInfo { Pos = { -55, 239.758 } },
  1534.                 },
  1535.                 text1_9 = PolylineMask {
  1536.                     DrawMode = "ModifyOnly",
  1537.                     DrawMode2 = "InsertAndModify",
  1538.                     CtrlWShown = false,
  1539.                     Inputs = {
  1540.                         EffectMask = Input {
  1541.                             SourceOp = "text1_8",
  1542.                             Source = "Mask",
  1543.                         },
  1544.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1545.                         MiterLimit = Input { Value = 4, },
  1546.                         CapStyle = Input { Value = 0, },
  1547.                         MaskWidth = Input { Value = 320, },
  1548.                         MaskHeight = Input { Value = 240, },
  1549.                         PixelAspect = Input { Value = { 1, 1 }, },
  1550.                         Polyline = Input {
  1551.                             Value = Polyline {
  1552.                                 Closed = true,
  1553.                                 Points = {
  1554.                                     { X = 0.274577916666667, Y = 0.0465777592592592, LX = 0.0126222222222222, LY = 0, RX = -0.0129777777777778, RY = 0 },
  1555.                                     { X = 0.245244583333333, Y = 0.0312888703703703, LX = 0.00657777777777779, LY = 0.0101333333333334, RX = 0, RY = 0.00438518518518521 },
  1556.                                     { Linear = true, X = 0.245244583333333, Y = 0.0444444259259258, LX = 0, LY = -0.00438518518518516, RX = -0.00717037037037038, RY = 0 },
  1557.                                     { Linear = true, X = 0.223733472222222, Y = 0.0444444259259258, LX = 0.00717037037037038, LY = 0, RX = 0, RY = -0.0421925925925926 },
  1558.                                     { Linear = true, X = 0.223733472222222, Y = -0.082133351851852, LX = 0, LY = 0.0421925925925926, RX = 0.00746666666666662, RY = 0 },
  1559.                                     { Linear = true, X = 0.246133472222222, Y = -0.082133351851852, LX = -0.00746666666666662, LY = 0, RX = 0, RY = 0.0155851851851851 },
  1560.                                     { Linear = true, X = 0.246133472222222, Y = -0.0353777962962964, LX = 0, LY = -0.0155851851851851, RX = 0.00657777777777779, RY = -0.00942222222222222 },
  1561.                                     { X = 0.274577916666667, Y = -0.0494222407407409, LX = -0.0124444444444445, LY = 0, RX = 0.0126222222222222, RY = 0 },
  1562.                                     { X = 0.304622361111111, Y = -0.0362666851851854, LX = -0.00746666666666662, LY = -0.00871111111111111, RX = 0.00728888888888879, RY = 0.00871111111111111 },
  1563.                                     { X = 0.315644583333333, Y = -0.00142224074074093, LX = 0, LY = -0.0145777777777777, RX = 0, RY = 0.0145777777777777 },
  1564.                                     { X = 0.304622361111111, Y = 0.0335999814814812, LX = 0.00728888888888879, LY = -0.00871111111111106, RX = -0.00746666666666662, RY = 0.00871111111111111 }
  1565.                                 }
  1566.                             },
  1567.                         },
  1568.                         Polyline2 = Input {
  1569.                             Value = Polyline {
  1570.                             },
  1571.                             Disabled = true,
  1572.                         }
  1573.                     },
  1574.                     ViewInfo = OperatorInfo { Pos = { -55, 272.758 } },
  1575.                 },
  1576.                 text1_10 = PolylineMask {
  1577.                     DrawMode = "ModifyOnly",
  1578.                     DrawMode2 = "InsertAndModify",
  1579.                     CtrlWShown = false,
  1580.                     Inputs = {
  1581.                         EffectMask = Input {
  1582.                             SourceOp = "text1_9",
  1583.                             Source = "Mask",
  1584.                         },
  1585.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1586.                         MiterLimit = Input { Value = 4, },
  1587.                         CapStyle = Input { Value = 0, },
  1588.                         MaskWidth = Input { Value = 320, },
  1589.                         MaskHeight = Input { Value = 240, },
  1590.                         PixelAspect = Input { Value = { 1, 1 }, },
  1591.                         Polyline = Input {
  1592.                             Value = Polyline {
  1593.                                 Closed = true,
  1594.                                 Points = {
  1595.                                     { X = 0.252000138888889, Y = -0.0232889074074075, LX = 0.00408888888888892, LY = -0.00515555555555558, RX = -0.00426666666666664, RY = 0.00497777777777775 },
  1596.                                     { X = 0.245600138888889, Y = -0.00142224074074082, LX = 0, LY = -0.00959999999999994, RX = 0, RY = 0.0191999999999999 },
  1597.                                     { X = 0.269244583333333, Y = 0.0280888703703703, LX = -0.0147555555555556, LY = 0, RX = 0.0149333333333334, RY = 0 },
  1598.                                     { X = 0.292889027777778, Y = -0.000711129629629714, LX = 0, LY = 0.0190222222222222, RX = 0, RY = -0.00960000000000005 },
  1599.                                     { X = 0.286666805555556, Y = -0.022933351851852, LX = 0.00408888888888892, LY = 0.00515555555555558, RX = -0.00426666666666664, RY = -0.0053333333333333 },
  1600.                                     { X = 0.269244583333333, Y = -0.030933351851852, LX = 0.0072888888888889, LY = 0, RX = -0.0072888888888889, RY = 0 }
  1601.                                 }
  1602.                             },
  1603.                         },
  1604.                         Polyline2 = Input {
  1605.                             Value = Polyline {
  1606.                             },
  1607.                             Disabled = true,
  1608.                         }
  1609.                     },
  1610.                     ViewInfo = OperatorInfo { Pos = { -55, 305.758 } },
  1611.                 },
  1612.                 text1_11 = PolylineMask {
  1613.                     DrawMode = "ModifyOnly",
  1614.                     DrawMode2 = "InsertAndModify",
  1615.                     CtrlWShown = false,
  1616.                     Inputs = {
  1617.                         EffectMask = Input {
  1618.                             SourceOp = "text1_10",
  1619.                             Source = "Mask",
  1620.                         },
  1621.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1622.                         MiterLimit = Input { Value = 4, },
  1623.                         CapStyle = Input { Value = 0, },
  1624.                         MaskWidth = Input { Value = 320, },
  1625.                         MaskHeight = Input { Value = 240, },
  1626.                         PixelAspect = Input { Value = { 1, 1 }, },
  1627.                         Polyline = Input {
  1628.                             Value = Polyline {
  1629.                                 Closed = true,
  1630.                                 Points = {
  1631.                                     { Linear = true, X = 0.353689148148148, Y = -0.0472889074074075, LX = -0.00800000000000001, LY = 0, RX = 0, RY = 0.0421925925925927 },
  1632.                                     { Linear = true, X = 0.353689148148148, Y = 0.0792888703703703, LX = 0, LY = -0.0421925925925926, RX = -0.00800000000000001, RY = 0 },
  1633.                                     { Linear = true, X = 0.329689148148148, Y = 0.0792888703703703, LX = 0.00800000000000001, LY = 0, RX = 0, RY = -0.0421925925925926 },
  1634.                                     { Linear = true, X = 0.329689148148148, Y = -0.0472889074074075, LX = 0, LY = 0.0421925925925927, RX = 0.00800000000000001, RY = 0 }
  1635.                                 }
  1636.                             },
  1637.                         },
  1638.                         Polyline2 = Input {
  1639.                             Value = Polyline {
  1640.                             },
  1641.                             Disabled = true,
  1642.                         }
  1643.                     },
  1644.                     ViewInfo = OperatorInfo { Pos = { -55, 338.758 } },
  1645.                 },
  1646.                 text1_12 = PolylineMask {
  1647.                     DrawMode = "ModifyOnly",
  1648.                     DrawMode2 = "InsertAndModify",
  1649.                     CtrlWShown = false,
  1650.                     Inputs = {
  1651.                         EffectMask = Input {
  1652.                             SourceOp = "text1_11",
  1653.                             Source = "Mask",
  1654.                         },
  1655.                         PaintMode = Input { Value = FuID { "Invert" }, },
  1656.                         MiterLimit = Input { Value = 4, },
  1657.                         CapStyle = Input { Value = 0, },
  1658.                         MaskWidth = Input { Value = 320, },
  1659.                         MaskHeight = Input { Value = 240, },
  1660.                         PixelAspect = Input { Value = { 1, 1 }, },
  1661.                         Polyline = Input {
  1662.                             Value = Polyline {
  1663.                                 Closed = true,
  1664.                                 Points = {
  1665.                                     { Linear = true, X = 0.421067074074074, Y = 0.0444444259259258, LX = 0, LY = -0.00568888888888891, RX = -0.00604444444444441, RY = 0 },
  1666.                                     { Linear = true, X = 0.402933740740741, Y = 0.0444444259259258, LX = 0.00604444444444441, LY = 0, RX = 0, RY = 0.00888888888888889 },
  1667.                                     { Linear = true, X = 0.402933740740741, Y = 0.0711110925925925, LX = 0, LY = -0.00888888888888889, RX = -0.00740740740740742, RY = 0 },
  1668.                                     { Linear = true, X = 0.380711518518518, Y = 0.0711110925925925, LX = 0.00740740740740742, LY = 0, RX = 0, RY = -0.00888888888888889 },
  1669.                                     { Linear = true, X = 0.380711518518518, Y = 0.0444444259259258, LX = 0, LY = 0.00888888888888889, RX = -0.00474074074074071, RY = 0 },
  1670.                                     { Linear = true, X = 0.366489296296296, Y = 0.0444444259259258, LX = 0.00474074074074071, LY = 0, RX = 0, RY = -0.00568888888888891 },
  1671.                                     { Linear = true, X = 0.366489296296296, Y = 0.0273777592592592, LX = 0, LY = 0.00568888888888891, RX = 0.00474074074074071, RY = 0 },
  1672.                                     { Linear = true, X = 0.380711518518518, Y = 0.0273777592592592, LX = -0.00474074074074071, LY = 0, RX = 0, RY = -0.0173037037037037 },
  1673.                                     { Linear = true, X = 0.380711518518518, Y = -0.0245333518518519, LX = 0, LY = 0.0173037037037037, RX = 0, RY = -0.0165333333333333 },
  1674.                                     { X = 0.409333740740741, Y = -0.0480000185185187, LX = -0.0197333333333333, LY = 0, RX = 0.00231111111111115, RY = 0 },
  1675.                                     { X = 0.421067074074074, Y = -0.0472889074074075, LX = -0.00551111111111113, LY = -0.000533333333333275, RX = 0, RY = 0.00568888888888897 },
  1676.                                     { Linear = true, X = 0.421067074074074, Y = -0.0302222407407408, LX = 0, LY = -0.00568888888888897, RX = -0.00254814814814808, RY = 0 },
  1677.                                     { Linear = true, X = 0.41342262962963, Y = -0.0302222407407408, LX = 0.00254814814814808, LY = 0, RX = -0.00764444444444445, RY = 0 },
  1678.                                     { X = 0.402933740740741, Y = -0.0222222407407409, LX = 0, LY = -0.00586666666666669, RX = 0, RY = 0.0165333333333334 },
  1679.                                     { Linear = true, X = 0.402933740740741, Y = 0.0273777592592592, LX = 0, LY = -0.0165333333333333, RX = 0.00604444444444441, RY = 0 },
  1680.                                     { Linear = true, X = 0.421067074074074, Y = 0.0273777592592592, LX = -0.00604444444444441, LY = 0, RX = 0, RY = 0.00568888888888891 }
  1681.                                 }
  1682.                             },
  1683.                         },
  1684.                         Polyline2 = Input {
  1685.                             Value = Polyline {
  1686.                             },
  1687.                             Disabled = true,
  1688.                         }
  1689.                     },
  1690.                     ViewInfo = OperatorInfo { Pos = { -55, 371.758 } },
  1691.                 },
  1692.                 Background1 = Background {
  1693.                     CtrlWShown = false,
  1694.                     Inputs = {
  1695.                         EffectMask = Input {
  1696.                             SourceOp = "text1_12",
  1697.                             Source = "Mask",
  1698.                         },
  1699.                         GlobalOut = Input { Value = 240, },
  1700.                         Width = InstanceInput {
  1701.                             SourceOp = "Background2",
  1702.                             Source = "Width",
  1703.                         },
  1704.                         Height = InstanceInput {
  1705.                             SourceOp = "Background2",
  1706.                             Source = "Height",
  1707.                         },
  1708.                         UseFrameFormatSettings = InstanceInput {
  1709.                             SourceOp = "Background2",
  1710.                             Source = "UseFrameFormatSettings",
  1711.                         },
  1712.                         Depth = InstanceInput {
  1713.                             SourceOp = "Background2",
  1714.                             Source = "Depth",
  1715.                         },
  1716.                         TopLeftRed = Input { Value = 1, },
  1717.                         TopLeftGreen = Input { Value = 1, },
  1718.                         TopLeftBlue = Input { Value = 1, }
  1719.                     },
  1720.                     ViewInfo = OperatorInfo { Pos = { -55, 404.758 } },
  1721.                 },
  1722.                 Background2 = Background {
  1723.                     CtrlWShown = false,
  1724.                     Inputs = {
  1725.                         GlobalOut = Input { Value = 240, },
  1726.                         Width = Input { Value = 1080, },
  1727.                         Height = Input { Value = 1080, },
  1728.                         TopLeftAlpha = Input { Value = 0, }
  1729.                     },
  1730.                     ViewInfo = OperatorInfo { Pos = { 55, 8.75757 } },
  1731.                 },
  1732.                 Merge4 = Merge {
  1733.                     CtrlWShown = false,
  1734.                     Inputs = {
  1735.                         Background = Input {
  1736.                             SourceOp = "Background2",
  1737.                             Source = "Output",
  1738.                         },
  1739.                         Foreground = Input {
  1740.                             SourceOp = "Background1",
  1741.                             Source = "Output",
  1742.                         },
  1743.                         Width = InstanceInput {
  1744.                             SourceOp = "Background2",
  1745.                             Source = "Width",
  1746.                         },
  1747.                         Height = InstanceInput {
  1748.                             SourceOp = "Background2",
  1749.                             Source = "Height",
  1750.                         },
  1751.                         UseFrameFormatSettings = InstanceInput {
  1752.                             SourceOp = "Background2",
  1753.                             Source = "UseFrameFormatSettings",
  1754.                         }
  1755.                     },
  1756.                     ViewInfo = OperatorInfo { Pos = { 55, 41.7576 } },
  1757.                 }
  1758.             },
  1759.             UserControls = ordered() {
  1760.                 Color = ControlPage {
  1761.                     CTID_DIB_ID = "Icons.Tools.Tabs.Color"
  1762.                 },
  1763.                 BackgroundNest = BeginNest {
  1764.                     ICS_ControlPage = "Color",
  1765.                     LINKS_Name = "Background",
  1766.                 },
  1767.                 Red = InstanceInput {
  1768.                     Source = "TopLeftRed",
  1769.                     ICS_ControlPage = "Color",
  1770.                     SourceOp = "Background2",
  1771.                     INP_Default = 0,
  1772.                 },
  1773.                 Green = InstanceInput {
  1774.                     Source = "TopLeftGreen",
  1775.                     ICS_ControlPage = "Color",
  1776.                     SourceOp = "Background2",
  1777.                     INP_Default = 0,
  1778.                 },
  1779.                 Blue = InstanceInput {
  1780.                     Source = "TopLeftBlue",
  1781.                     ICS_ControlPage = "Color",
  1782.                     SourceOp = "Background2",
  1783.                     INP_Default = 0,
  1784.                 },
  1785.                 Alpha = InstanceInput {
  1786.                     Source = "TopLeftAlpha",
  1787.                     ICS_ControlPage = "Color",
  1788.                     SourceOp = "Background2",
  1789.                     INP_Default = 0,
  1790.                 },
  1791.                 EndBackgroundNest = EndNest {
  1792.                 },
  1793.                 Image = ControlPage {
  1794.                     CTID_DIB_ID = "Icons.Tools.Tabs.Image"
  1795.                 },
  1796.                 ImageNest = BeginNest {
  1797.                     ICS_ControlPage = "Image",
  1798.                     LINKS_Name = "Image",
  1799.                 },
  1800.                 UseFrameFormatSettings = InstanceInput {
  1801.                     SourceOp = "Background2",
  1802.                     Source = "UseFrameFormatSettings",
  1803.                     ICS_ControlPage = "Image",
  1804.                 },
  1805.                 Width = InstanceInput {
  1806.                     Source = "Width",
  1807.                     ICS_ControlPage = "Image",
  1808.                     SourceOp = "Background2",
  1809.                     INP_Default = 1080,
  1810.                 },
  1811.                 Height = InstanceInput {
  1812.                     Source = "Height",
  1813.                     ICS_ControlPage = "Image",
  1814.                     SourceOp = "Background2",
  1815.                     INP_Default = 1080,
  1816.                 },
  1817.                 Depth = InstanceInput {
  1818.                     SourceOp = "Background2",
  1819.                     Source = "Depth",
  1820.                     ICS_ControlPage = "Image",
  1821.                 },
  1822.                 EndImageNest = EndNest {
  1823.                 }
  1824.             }
  1825.         },
  1826.         ChromateIt = MacroOperator {
  1827.             CustomData = {
  1828.                 Path = {
  1829.                     Map = {
  1830.                         ["Setting:"] = "Macros:/"
  1831.                     }
  1832.                 },
  1833.             },
  1834.             Inputs = ordered() {
  1835.                 Input = InstanceInput {
  1836.                     SourceOp = "ChICD",
  1837.                     Source = "Input",
  1838.                 },
  1839.                 Mode = InstanceInput {
  1840.                     SourceOp = "ChIB",
  1841.                     Source = "Mode",
  1842.                     Page = "Controls",
  1843.                     Default = 1,
  1844.                 },
  1845.                 Channels = InstanceInput {
  1846.                     SourceOp = "ChIB",
  1847.                     Source = "Channels",
  1848.                     Page = "Controls",
  1849.                 },
  1850.                 AB0 = InstanceInput {
  1851.                     SourceOp = "ChIB",
  1852.                     Source = "Spacer",
  1853.                     Page = "Controls",
  1854.                 },
  1855.                 B1 = InstanceInput {
  1856.                     SourceOp = "ChIB",
  1857.                     Source = "Blank1",
  1858.                     Page = "Controls",
  1859.                 },
  1860.                 ShowCenterControl = InstanceInput {
  1861.                     SourceOp = "ChICtrlB",
  1862.                     Source = "ShowViewControls",
  1863.                     Name = "Zoom",
  1864.                     Width = 0.5,
  1865.                     Page = "Controls",
  1866.                 },
  1867.                 ShowOffsetControl = InstanceInput {
  1868.                     SourceOp = "ChICtrlA",
  1869.                     Source = "ShowViewControls",
  1870.                     Name = "Offset",
  1871.                     Width = 0.5,
  1872.                     Page = "Controls",
  1873.                 },
  1874.                 AB1 = InstanceInput {
  1875.                     SourceOp = "ChIB",
  1876.                     Source = "Spacer",
  1877.                     Page = "Controls",
  1878.                 },
  1879.                 Center = InstanceInput {
  1880.                     SourceOp = "ChICtrlB",
  1881.                     Source = "Point1",
  1882.                     Name = "Center",
  1883.                     Page = "Controls",
  1884.                     DefaultX = 0.5,
  1885.                     DefaultY = 0.5,
  1886.                 },
  1887.                 Offset = InstanceInput {
  1888.                     SourceOp = "ChICtrlA",
  1889.                     Source = "Point1",
  1890.                     Name = "Channel Offset",
  1891.                     Page = "Controls",
  1892.                 },
  1893.                 Angle = InstanceInput {
  1894.                     SourceOp = "ChIB",
  1895.                     Source = "Rotate",
  1896.                     Name = "Angle",
  1897.                     Width = 1,
  1898.                     Page = "Controls",
  1899.                 },
  1900.                 AB2 = InstanceInput {
  1901.                     SourceOp = "ChIB",
  1902.                     Source = "Spacer",
  1903.                     Page = "Controls",
  1904.                 },
  1905.                 B2 = InstanceInput {
  1906.                     SourceOp = "ChIB",
  1907.                     Source = "Blank1",
  1908.                     Page = "Controls",
  1909.                 },
  1910.                 Style = InstanceInput {
  1911.                     SourceOp = "ChIB",
  1912.                     Source = "Style",
  1913.                     Page = "Controls",
  1914.                     Default = 0,
  1915.                 },
  1916.                 AB6 = InstanceInput {
  1917.                     SourceOp = "ChIB",
  1918.                     Source = "Spacer",
  1919.                     Page = "Controls",
  1920.                 },
  1921.                 Zoom = InstanceInput {
  1922.                     SourceOp = "ChIB",
  1923.                     Source = "CASize",
  1924.                     Name = "Zoom",
  1925.                     Page = "Controls",
  1926.                 },
  1927.                 Boost = InstanceInput {
  1928.                     SourceOp = "ChIB",
  1929.                     Source = "CABoost",
  1930.                     Name = "Zoom & Blur Boost",
  1931.                     Page = "Controls",
  1932.                     Default = 10,
  1933.                 },
  1934.                 AB3 = InstanceInput {
  1935.                     SourceOp = "ChIB",
  1936.                     Source = "Spacer",
  1937.                     Page = "Controls",
  1938.                 },
  1939.                 B3 = InstanceInput {
  1940.                     SourceOp = "ChIB",
  1941.                     Source = "Blank1",
  1942.                     Page = "Controls",
  1943.                 },
  1944.                 Blur = InstanceInput {
  1945.                     SourceOp = "ChIB",
  1946.                     Source = "CABlur",
  1947.                     Page = "Controls",
  1948.                     Default = 1,
  1949.                 },
  1950.                 ZoomBlur = InstanceInput {
  1951.                     SourceOp = "ChIB",
  1952.                     Source = "ZoomBlur",
  1953.                     Name = "Zoom",
  1954.                     Width = 0.5,
  1955.                     Page = "Controls",
  1956.                     Default = 1,
  1957.                 },
  1958.                 AngleBlur = InstanceInput {
  1959.                     SourceOp = "ChIB",
  1960.                     Source = "AngleBlur",
  1961.                     Name = "Angle",
  1962.                     Width = 0.5,
  1963.                     Page = "Controls",
  1964.                     Default = 1,
  1965.                 },
  1966.                 OffsetBlur = InstanceInput {
  1967.                     SourceOp = "ChIB",
  1968.                     Source = "OffsetBlur",
  1969.                     Width = 0.5,
  1970.                     Page = "Controls",
  1971.                     Default = 1,
  1972.                 },
  1973.                 AB4 = InstanceInput {
  1974.                     SourceOp = "ChIB",
  1975.                     Source = "Spacer",
  1976.                     Page = "Controls",
  1977.                 },
  1978.                 OffsetClipping = InstanceInput {
  1979.                     SourceOp = "ChIOffsetBlr",
  1980.                     Source = "ClippingMode",
  1981.                     Name = "Offset Clipping",
  1982.                     Page = "Controls",
  1983.                 },
  1984.                 AB5 = InstanceInput {
  1985.                     SourceOp = "ChIB",
  1986.                     Source = "Spacer",
  1987.                     Page = "Controls",
  1988.                 },
  1989.                 B4 = InstanceInput {
  1990.                     SourceOp = "ChIB",
  1991.                     Source = "Blank1",
  1992.                     Page = "Controls",
  1993.                 },
  1994.                 Edges = InstanceInput {
  1995.                     SourceOp = "ChIB",
  1996.                     Source = "Edge",
  1997.                     Name = "Edges",
  1998.                     Page = "Controls",
  1999.                     Default = 3,
  2000.                 },
  2001.                 B5 = InstanceInput {
  2002.                     SourceOp = "ChIB",
  2003.                     Source = "Blank1",
  2004.                     Page = "Controls",
  2005.                 },
  2006.                 Strength = InstanceInput {
  2007.                     SourceOp = "ChIB",
  2008.                     Source = "Strength",
  2009.                     Name = "Overall Strength",
  2010.                     Page = "Controls",
  2011.                     Default = 0.5,
  2012.                 },
  2013.                 Blend = InstanceInput {
  2014.                     SourceOp = "ChISettings",
  2015.                     Source = "Blendx",
  2016.                     Name = "Blend",
  2017.                     Page = "Settings",
  2018.                     Default = 1,
  2019.                 },
  2020.                 Blank1 = InstanceInput {
  2021.                     SourceOp = "ChISettings",
  2022.                     Source = "Blank1",
  2023.                     Page = "Settings",
  2024.                 },
  2025.                 ChangeDepth = InstanceInput {
  2026.                     SourceOp = "ChICD",
  2027.                     Source = "ChangeDepth",
  2028.                     Page = "Settings",
  2029.                 },
  2030.                 ChangeDepthInfo = InstanceInput {
  2031.                     SourceOp = "ChICD",
  2032.                     Source = "Info",
  2033.                     Page = "Settings",
  2034.                 },
  2035.                 Blank2 = InstanceInput {
  2036.                     SourceOp = "ChIB",
  2037.                     Source = "Blank5",
  2038.                     Page = "Settings",
  2039.                 },
  2040.                 ProcessRed = InstanceInput {
  2041.                     SourceOp = "ChISettings",
  2042.                     Source = "ProcessRed",
  2043.                     ControlGroup = 12,
  2044.                     Page = "Settings",
  2045.                     Default = 1,
  2046.                 },
  2047.                 ProcessGreen = InstanceInput {
  2048.                     SourceOp = "ChISettings",
  2049.                     Source = "ProcessGreen",
  2050.                     ControlGroup = 12,
  2051.                     Page = "Settings",
  2052.                     Default = 1,
  2053.                 },
  2054.                 ProcessBlue = InstanceInput {
  2055.                     SourceOp = "ChISettings",
  2056.                     Source = "ProcessBlue",
  2057.                     ControlGroup = 12,
  2058.                     Page = "Settings",
  2059.                     Default = 1,
  2060.                 },
  2061.                 ProcessAlpha = InstanceInput {
  2062.                     SourceOp = "ChISettings",
  2063.                     Source = "ProcessAlpha",
  2064.                     ControlGroup = 12,
  2065.                     Page = "Settings",
  2066.                     Default = 1,
  2067.                 },
  2068.                 Blank3 = InstanceInput {
  2069.                     SourceOp = "ChISettings",
  2070.                     Source = "Blank1",
  2071.                     Page = "Settings",
  2072.                 },
  2073.                 ApplyMaskInverted = InstanceInput {
  2074.                     SourceOp = "ChISettings",
  2075.                     Source = "ApplyMaskInverted",
  2076.                     Page = "Settings",
  2077.                     Default = 0,
  2078.                 },
  2079.                 MultiplyByMask = InstanceInput {
  2080.                     SourceOp = "ChISettings",
  2081.                     Source = "MultiplyByMask",
  2082.                     Page = "Settings",
  2083.                     Default = 0,
  2084.                 },
  2085.                 FitMask = InstanceInput {
  2086.                     SourceOp = "ChISettings",
  2087.                     Source = "FitMask",
  2088.                     Page = "Settings",
  2089.                 },
  2090.                 Blank4 = InstanceInput {
  2091.                     SourceOp = "ChISettings",
  2092.                     Source = "Blank2",
  2093.                     Page = "Settings",
  2094.                 },
  2095.                 MaskChannel = InstanceInput {
  2096.                     SourceOp = "ChISettings",
  2097.                     Source = "MaskChannel",
  2098.                     Page = "Settings",
  2099.                     Default = 3,
  2100.                 },
  2101.                 MaskLow = InstanceInput {
  2102.                     SourceOp = "ChISettings",
  2103.                     Source = "MaskLow",
  2104.                     ControlGroup = 21,
  2105.                     Page = "Settings",
  2106.                     Default = 0,
  2107.                 },
  2108.                 MaskHigh = InstanceInput {
  2109.                     SourceOp = "ChISettings",
  2110.                     Source = "MaskHigh",
  2111.                     ControlGroup = 21,
  2112.                     Page = "Settings",
  2113.                     Default = 1,
  2114.                 },
  2115.                 MaskClipBlack = InstanceInput {
  2116.                     SourceOp = "ChISettings",
  2117.                     Source = "MaskClipBlack",
  2118.                     Name = "Black",
  2119.                     Width = 0.5,
  2120.                     Page = "Settings",
  2121.                     Default = 1,
  2122.                 },
  2123.                 MaskClipWhite = InstanceInput {
  2124.                     SourceOp = "ChISettings",
  2125.                     Source = "MaskClipWhite",
  2126.                     Name = "White",
  2127.                     Width = 0.5,
  2128.                     Page = "Settings",
  2129.                     Default = 1,
  2130.                 },
  2131.                 Blank5 = InstanceInput {
  2132.                     SourceOp = "ChIB",
  2133.                     Source = "Blank5",
  2134.                     Page = "Settings",
  2135.                 },
  2136.                 MotionBlur = InstanceInput {
  2137.                     SourceOp = "ChIB",
  2138.                     Source = "MotionBlur",
  2139.                     Page = "Settings",
  2140.                 },
  2141.                 Quality = InstanceInput {
  2142.                     SourceOp = "ChIB",
  2143.                     Source = "Quality",
  2144.                     Page = "Settings",
  2145.                     Default = 5,
  2146.                 },
  2147.                 ShutterAngle = InstanceInput {
  2148.                     SourceOp = "ChIB",
  2149.                     Source = "ShutterAngle",
  2150.                     Page = "Settings",
  2151.                     Default = 180,
  2152.                 },
  2153.                 CenterBias = InstanceInput {
  2154.                     SourceOp = "ChIB",
  2155.                     Source = "CenterBias",
  2156.                     Page = "Settings",
  2157.                 },
  2158.                 SampleSpread = InstanceInput {
  2159.                     SourceOp = "ChIB",
  2160.                     Source = "SampleSpread",
  2161.                     Page = "Settings",
  2162.                     Default = 1,
  2163.                 },
  2164.                 H4xX0rCommentsNest = InstanceInput {
  2165.                     SourceOp = "ChISettings",
  2166.                     Source = "CommentsNest",
  2167.                     Default = 1,
  2168.                 },
  2169.                 H4xX0rComments = InstanceInput {
  2170.                     SourceOp = "ChISettings",
  2171.                     Source = "Comments",
  2172.                 },
  2173.                 Version = InstanceInput {
  2174.                     SourceOp = "ChIB",
  2175.                     Source = "Version",
  2176.                     Name = "<p style='color:#555555; text-align: center;'>Chromate It β 0.42</p>",
  2177.                     Page = "Controls",
  2178.                 },
  2179.                 EffectMask = InstanceInput {
  2180.                     SourceOp = "ChISettings",
  2181.                     Source = "EffectMask",
  2182.                     Name = "Input",
  2183.                 }
  2184.             },
  2185.             Outputs = {
  2186.                 MainOutput1 = InstanceOutput {
  2187.                     SourceOp = "ChIRenderCache",
  2188.                     Source = "Output",
  2189.                 }
  2190.             },
  2191.             ViewInfo = GroupInfo { Pos = { -1540, 1402.5 } },
  2192.             Tools = ordered() {
  2193.                 ChIA = Transform {
  2194.                     CtrlWShown = false,
  2195.                     NameSet = true,
  2196.                     CustomData = {
  2197.                         Settings = {
  2198.                         }
  2199.                     },
  2200.                     Inputs = {
  2201.                         MotionBlur = Input { Expression = "ChIB.MotionBlur", },
  2202.                         Quality = Input {
  2203.                             Value = 5,
  2204.                             Expression = "ChIB.Quality",
  2205.                         },
  2206.                         ShutterAngle = Input { Expression = "ChIB.ShutterAngle", },
  2207.                         CenterBias = Input { Expression = "ChIB.CenterBias", },
  2208.                         SampleSpread = Input { Expression = "ChIB.SampleSpread", },
  2209.                         Center = Input { Expression = "ChIB.Mode == 0 and\nPoint(0.5+((ChIB.Center.X-0.5)*0.5), 0.5+((ChIB.Center.Y-0.5)*0.5)) or\nPoint(0.5+((ChIB.Center.X-0.5)), 0.5+((ChIB.Center.Y-0.5)))", },
  2210.                         Pivot = Input { Expression = "ChICtrlB.Point1", },
  2211.                         Size = Input {
  2212.                             Value = 0.991,
  2213.                             Expression = "ChIB.Style == 0 and (ChIB.Mode == 0 and 1-(ChIB.CASize*0.0045*(ChIB.CABoost+1))*ChIB.Strength or 1-(ChIB.CASize*0.009*(ChIB.CABoost+1))*ChIB.Strength) or (ChIB.Mode == 0 and 1 or 1-(ChIB.CASize*0.009*(ChIB.CABoost+1))*ChIB.Strength*1)",
  2214.                         },
  2215.                         Angle = Input { Expression = "ChIB.Mode == 1 and ChIB.Angle or ChIB.Angle*0.5", },
  2216.                         Edges = Input {
  2217.                             Value = 3,
  2218.                             Expression = "ChIB.Edge",
  2219.                         },
  2220.                         InvertTransform = Input { Value = 1, },
  2221.                         Input = Input {
  2222.                             SourceOp = "ChICD",
  2223.                             Source = "Output",
  2224.                         },
  2225.                         CommentsNest = Input { Value = 0, },
  2226.                         FrameRenderScriptNest = Input { Value = 0, }
  2227.                     },
  2228.                     ViewInfo = OperatorInfo { Pos = { 109.031, 31.515 } },
  2229.                 },
  2230.                 ChICB = ChannelBoolean {
  2231.                     CtrlWShown = false,
  2232.                     NameSet = true,
  2233.                     CustomData = {
  2234.                         Settings = {
  2235.                         }
  2236.                     },
  2237.                     Inputs = {
  2238.                         ClippingMode = Input { Value = FuID { "Frame" }, },
  2239.                         ToRed = Input {
  2240.                             Value = 4,
  2241.                             Expression = "ChIB.Mode==0 and 0 or ChIB.Channels==2 and 0 or 4",
  2242.                         },
  2243.                         ToGreen = Input {
  2244.                             Value = 4,
  2245.                             Expression = "ChIB.Mode==0 and 1 or ChIB.Channels==0 and 1 or 4",
  2246.                         },
  2247.                         ToBlue = Input { Expression = "ChIB.Mode==0 and 2 or ChIB.Channels==1 and 2 or 4", },
  2248.                         ToAlpha = Input {
  2249.                             Value = 4,
  2250.                             Expression = "ChIB.Mode==0 and 3 or 4",
  2251.                         },
  2252.                         Background = Input {
  2253.                             SourceOp = "ChICD",
  2254.                             Source = "Output",
  2255.                         },
  2256.                         Foreground = Input {
  2257.                             SourceOp = "ChIA",
  2258.                             Source = "Output",
  2259.                         },
  2260.                         CommentsNest = Input { Value = 0, },
  2261.                         FrameRenderScriptNest = Input { Value = 0, }
  2262.                     },
  2263.                     ViewInfo = OperatorInfo { Pos = { 109.031, 64.515 } },
  2264.                 },
  2265.                 ChIB = Transform {
  2266.                     CtrlWShown = false,
  2267.                     NameSet = true,
  2268.                     CustomData = {
  2269.                         Settings = {
  2270.                         }
  2271.                     },
  2272.                     Inputs = {
  2273.                         ProcessRed = Input { Expression = "Mode == 0 and (Channels==0 and 1 or 0) or (Channels==1 and 1 or 0)", },
  2274.                         ProcessGreen = Input {
  2275.                             Value = 0,
  2276.                             Expression = "Mode == 0 and (Channels==1 and 1 or 0) or (Channels==2 and 1 or 0)",
  2277.                         },
  2278.                         ProcessBlue = Input {
  2279.                             Value = 0,
  2280.                             Expression = "Mode == 0 and (Channels==2 and 1 or 0) or (Channels==0 and 1 or 0)",
  2281.                         },
  2282.                         Quality = Input { Value = 5, },
  2283.                         TransformNest = Input { Value = 0, },
  2284.                         Center = Input { Expression = "Point(0.5+((ChICtrlA.Point1.X-0.5)*Strength), 0.5+((ChICtrlA.Point1.Y-0.5)*Strength))", },
  2285.                         Pivot = Input { Expression = "ChICtrlB.Point1", },
  2286.                         Size = Input {
  2287.                             Value = 0.989,
  2288.                             Expression = "Mode == 0 and (Style == 0 and (1-(CASize*0.01*(CABoost+1))*Strength) or (1+(CASize*0.01*(CABoost+1))*Strength*1.25)) or (Style == 0 and (1-(CASize*0.011*(CABoost+1))*Strength) or (1+(CASize*0.01*(CABoost+1))*Strength*(CASize<0 and 1.25 or 2.5)))",
  2289.                         },
  2290.                         Angle = Input { Expression = "Mode==1 and Rotate*Strength or Rotate*2*Strength", },
  2291.                         Edges = Input {
  2292.                             Value = 3,
  2293.                             Expression = "Edge",
  2294.                         },
  2295.                         FlattenTransform = Input { Value = 1, },
  2296.                         Input = Input {
  2297.                             SourceOp = "ChICB",
  2298.                             Source = "Output",
  2299.                         },
  2300.                         CommentsNest = Input { Value = 0, },
  2301.                         FrameRenderScriptNest = Input { Value = 0, },
  2302.                         Mode = Input { Value = 1, },
  2303.                         Channels = Input { Value = 1, },
  2304.                         CASize = Input { Value = 1, },
  2305.                         CABoost = Input { Value = 0, },
  2306.                         OffsetBlur = Input { Value = 0, },
  2307.                         Strength = Input { Value = 1, },
  2308.                         Edge = Input { Value = 3, },
  2309.                         Mnest = Input { Value = 1, }
  2310.                     },
  2311.                     ViewInfo = OperatorInfo { Pos = { 109.031, 97.5154 } },
  2312.                     Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  2313.                     UserControls = ordered() { Mode = { { MBTNC_AddButton = "2 Channels" }, { MBTNC_AddButton = "(3 Channels)" }, INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_MaxScale = 1, ICS_ControlPage = "Controls", INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Mode" }, Channels = { { MBTNC_AddButton = "C+R (R)" }, { MBTNC_AddButton = "M+G (G)" }, { MBTNC_AddButton = "Y+B (B)" }, INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_MaxScale = 1, ICS_ControlPage = "Controls", INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Channels" }, Rotate = { ICD_Width = "1", INP_Integer = false, ICS_ControlPage = "Controls", IC_Visible = true, ICD_Center = "0", INP_UserData3 = 999, INPID_InputControl = "ScrewControl", INP_MinScale = "-180", INP_MaxScale = "180", LINKID_DataType = "Number", INP_Default = "0", INP_Passive = false, LINKS_ID = "Rotate", LINKS_Name = "Rotate", }, CASize = { INP_Integer = false, INPID_InputControl = "SliderControl", ICS_ControlPage = "Controls", LINKID_DataType = "Number", INP_MinScale = -1, INP_MaxScale = 1, LINKS_Name = "Size", }, CABoost = { INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 20, INP_Default = 10, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Boost", }, CABlur = { INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 2, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Blur", }, ZoomBlur = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", ICS_Label = "Enable blur for", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", CBC_TriState = false, ICS_ControlPage = "Controls", ICD_Width = 0.5, LINKS_Name = "Size" }, AngleBlur = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", CBC_TriState = false, ICS_ControlPage = "Controls", ICD_Width = 0.5, LINKS_Name = "Size" }, OffsetBlur = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", CBC_TriState = false, ICS_ControlPage = "Controls", ICD_Width = 0.5, LINKS_Name = "Offset" }, Strength = { INP_MaxAllowed = 1, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Strength" }, Edge = { { MBTNC_AddButton = "Canvas" }, { MBTNC_AddButton = "Wrap" }, { MBTNC_AddButton = "Dupe" }, { MBTNC_AddButton = "Mirror" }, INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_MaxScale = 1, INP_Default = 2, ICS_ControlPage = "Controls", INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Edge" }, Style = { { MBTNC_AddButton = "Centered" }, { MBTNC_AddButton = "MinMaxed" }, INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "MultiButtonControl", MBTNC_ShowBasicButton = true, INP_MaxScale = 1, INP_Default = 0, ICS_ControlPage = "Controls", INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", MBTNC_ShowName = true, MBTNC_StretchToFit = true, MBTNC_ShowToolTip = false, LINKS_Name = "Style" }, Mnest = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 17, INP_MaxScale = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_Passive = true, ICS_ControlPage = "Controls", LINKS_Name = "Blend, Mask & Motion Blur" }, Version = { INP_External = false, IC_ControlPage = 0, LBLC_DropDownButton = false, LINKID_DataType = "Number", LBLC_NumInputs = 1, INP_Passive = true, INPID_InputControl = "NestControl", LINKS_Name = "<p style='color:#555555; text-align: center;'>Macro name β 0.0</p>", }, Spacer = { ICS_ControlPage = "Controls", INPID_InputControl = "SpacerControl", } }
  2314.                 },
  2315.                 ChIPreBlr = Transform {
  2316.                     CtrlWShown = false,
  2317.                     NameSet = true,
  2318.                     CustomData = {
  2319.                         Settings = {
  2320.                         }
  2321.                     },
  2322.                     Inputs = {
  2323.                         Pivot = Input { Expression = "ChICtrlB.Point1", },
  2324.                         Size = Input {
  2325.                             Value = 0.9945,
  2326.                             Expression = "ChIB.Style==0 and (ChIB.ZoomBlur==0 and 1 or max(0.01,(1-(ChISizeBlr.Length/2)))) or 1",
  2327.                         },
  2328.                         XSize = Input { Value = 0.97305, },
  2329.                         YSize = Input { Value = 0.97305, },
  2330.                         Angle = Input { Expression = "-ChISizeBlr.Angle*0.5", },
  2331.                         Edges = Input {
  2332.                             Value = 3,
  2333.                             Expression = "ChIB.Edge",
  2334.                         },
  2335.                         Input = Input {
  2336.                             SourceOp = "ChIB",
  2337.                             Source = "Output",
  2338.                         }
  2339.                     },
  2340.                     ViewInfo = OperatorInfo { Pos = { 109.031, 140.258 } },
  2341.                 },
  2342.                 ChISizeBlr = DirectionalBlur {
  2343.                     CtrlWShown = false,
  2344.                     NameSet = true,
  2345.                     CustomData = {
  2346.                         Settings = {
  2347.                         }
  2348.                     },
  2349.                     Inputs = {
  2350.                         Type = Input { Value = 3, },
  2351.                         Center = Input { Expression = "ChICtrlB.Point1", },
  2352.                         Length = Input {
  2353.                             Value = 0.011,
  2354.                             Expression = "ChIB.Style==0 and (ChIB.ZoomBlur==0 and 0 or abs(min(5,((ChIB.Size-1)*ChIB.CABlur)))) or (ChIB.ZoomBlur==0 and 0 or abs(min(5,((ChIB.Size-1)*ChIB.CABlur))))/(ChIB.CASize<0 and -1 or 3)*ChIB.ZoomBlur",
  2355.                         },
  2356.                         Angle = Input { Expression = "(ChIB.Rotate*ChIB.CABlur*ChIB.Strength*ChIB.AngleBlur*0.5*(1+ChIB.CABoost*0.2)) >= 90 and 90 or (ChIB.Rotate*ChIB.CABlur*ChIB.Strength*ChIB.AngleBlur*0.5*(1+ChIB.CABoost*0.2)) <= -90 and -90 or (ChIB.Rotate*ChIB.CABlur*ChIB.Strength*ChIB.AngleBlur*0.5*(1+ChIB.CABoost*0.2))", },
  2357.                         ClippingMode = Input { Expression = "ChIOffsetBlr.ClippingMode", },
  2358.                         Input = Input {
  2359.                             SourceOp = "ChIPreBlr",
  2360.                             Source = "Output",
  2361.                         },
  2362.                         CommentsNest = Input { Value = 0, },
  2363.                         FrameRenderScriptNest = Input { Value = 0, }
  2364.                     },
  2365.                     ViewInfo = OperatorInfo { Pos = { 109.031, 173.258 } },
  2366.                 },
  2367.                 ChIOffsetBlr = Blur {
  2368.                     CtrlWShown = false,
  2369.                     NameSet = true,
  2370.                     Inputs = {
  2371.                         Blend = Input {
  2372.                             Value = 0,
  2373.                             Expression = "ChIB.OffsetBlur",
  2374.                         },
  2375.                         Filter = Input { Value = FuID { "Fast Gaussian" }, },
  2376.                         LockXY = Input { Value = 0, },
  2377.                         XBlurSize = Input {
  2378.                             Value = 0,
  2379.                             Expression = "abs((ChICtrlA.Offset.X-0.5)*80*ChIB.CABlur*(ChIB.CABlur+ChIB.CABoost*0.5))*ChIB.Strength > 1500 and 1500 or abs((ChICtrlA.Offset.X-0.5)*80*ChIB.CABlur*(ChIB.CABlur+ChIB.CABoost*0.5))*ChIB.Strength",
  2380.                         },
  2381.                         YBlurSize = Input {
  2382.                             Value = 0,
  2383.                             Expression = "abs((ChICtrlA.Offset.Y-0.5)*80*ChIB.CABlur*(ChIB.CABlur+ChIB.CABoost*0.5))*ChIB.Strength > 1500 and 1500 or abs((ChICtrlA.Offset.Y-0.5)*80*ChIB.CABlur*(ChIB.CABlur+ChIB.CABoost*0.5))*ChIB.Strength",
  2384.                         },
  2385.                         Input = Input {
  2386.                             SourceOp = "ChISizeBlr",
  2387.                             Source = "Output",
  2388.                         },
  2389.                         CommentsNest = Input { Value = 0, },
  2390.                         FrameRenderScriptNest = Input { Value = 0, }
  2391.                     },
  2392.                     ViewInfo = OperatorInfo { Pos = { 109.031, 206.258 } },
  2393.                     UserControls = ordered() { CACenter = { INP_DefaultX = 0.5, INPID_PreviewControl = "CrosshairControl", INP_DefaultY = 0.5, INPID_InputControl = "OffsetControl", LINKID_DataType = "Point", CHC_Channels = "NormalCross", ICS_ControlPage = "Controls", LINKS_Name = "Center", }, CAOffset = { INP_DefaultX = 0.5, INPID_PreviewControl = "CrosshairControl", INP_DefaultY = 0.5, INPID_InputControl = "OffsetControl", LINKID_DataType = "Point", CHC_Channels = "NormalCross", ICS_ControlPage = "Controls", LINKS_Name = "Center", } }
  2394.                 },
  2395.                 ChICtrlA = TriangleMask {
  2396.                     CtrlWShown = false,
  2397.                     NameSet = true,
  2398.                     Inputs = {
  2399.                         MaskWidth = Input { Value = 320, },
  2400.                         MaskHeight = Input { Value = 240, },
  2401.                         PixelAspect = Input { Value = { 1, 1 }, },
  2402.                         ShowViewControls = Input { Value = 0, },
  2403.                         Point1 = Input { Value = { 0.5, 0.5 }, }
  2404.                     },
  2405.                     ViewInfo = OperatorInfo { Pos = { -110.969, 74.2574 } },
  2406.                     UserControls = ordered() { ShowViewControls = { INP_MaxAllowed = 1, INP_Integer = false, INPID_InputControl = "CheckboxControl", CBC_TriState = false, INP_MaxScale = 1, INP_Default = 1, ICD_Width = 0.5, INP_MinScale = 0, INP_External = false, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_Passive = true, INP_MinAllowed = 0, LINKS_Name = "Show View Controls" }, Point1 = { INPID_PreviewControl = "CrosshairControl", LINKID_DataType = "Point", ICS_ControlPage = "Controls", CHC_Channels = "NormalCross", INPID_InputControl = "OffsetControl", LINKS_Name = "Offset", } }
  2407.                 },
  2408.                 ChICtrlB = TriangleMask {
  2409.                     CtrlWShown = false,
  2410.                     NameSet = true,
  2411.                     Inputs = {
  2412.                         MaskWidth = Input { Value = 320, },
  2413.                         MaskHeight = Input { Value = 240, },
  2414.                         PixelAspect = Input { Value = { 1, 1 }, },
  2415.                         Point1 = Input { Value = { 0.5, 0.5 }, }
  2416.                     },
  2417.                     ViewInfo = OperatorInfo { Pos = { -110.969, 107.258 } },
  2418.                     UserControls = ordered() { ShowViewControls = { INP_MaxAllowed = 1, INP_Integer = false, INPID_InputControl = "CheckboxControl", ICS_Label = "View Controls", CBC_TriState = false, INP_MaxScale = 1, INP_Default = 1, ICD_Width = 0.5, INP_MinScale = 0, INP_External = false, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_Passive = true, INP_MinAllowed = 0, LINKS_Name = "Show View Controls" }, Point1 = { INPID_PreviewControl = "CrosshairControl", LINKID_DataType = "Point", ICS_ControlPage = "Controls", CHC_Channels = "NormalCross", INPID_InputControl = "OffsetControl", LINKS_Name = "CACenter", } }
  2419.                 },
  2420.                 ChIRenderCache = Merge {
  2421.                     CtrlWShown = false,
  2422.                     NameSet = true,
  2423.                     Inputs = {
  2424.                         MaskChannel = Input { Value = 5, },
  2425.                         Background = Input {
  2426.                             SourceOp = "ChISettings",
  2427.                             Source = "Output",
  2428.                         },
  2429.                         PerformDepthMerge = Input { Value = 0, }
  2430.                     },
  2431.                     ViewInfo = OperatorInfo { Pos = { -0.968498, 239.258 } },
  2432.                 },
  2433.                 ChISettings = ChannelBoolean {
  2434.                     CtrlWShown = false,
  2435.                     NameSet = true,
  2436.                     Inputs = {
  2437.                         EffectMask = Input {
  2438.                             SourceOp = "Blur2",
  2439.                             Source = "Output",
  2440.                         },
  2441.                         Blend = Input { Expression = "(Blendx==0 and MultiplyByMask==1)  and 1 or Blendx", },
  2442.                         MaskChannel = Input { Value = 5, },
  2443.                         MaskHigh = Input { Value = 0.25, },
  2444.                         Operation = Input { Expression = "(Blendx==0 and MultiplyByMask==1) and 12 or 0", },
  2445.                         Background = Input {
  2446.                             SourceOp = "ChICD",
  2447.                             Source = "Output",
  2448.                         },
  2449.                         Foreground = Input {
  2450.                             SourceOp = "ChIOffsetBlr",
  2451.                             Source = "Output",
  2452.                         },
  2453.                         FrameRenderScriptNest = Input { Value = 0, },
  2454.                         AliasedAlpha = Input { Value = 1, }
  2455.                     },
  2456.                     ViewInfo = OperatorInfo { Pos = { -0.968498, 206.258 } },
  2457.                     UserControls = ordered() { Blendx = { INP_MaxAllowed = 1, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Common", LINKS_Name = "Blendx" }, AliasedAlpha = { INPID_InputControl = "CheckboxControl", LINKS_Name = "Aliased Alpha", ICS_ControlPage = "Controls", LINKID_DataType = "Number", INP_Default = 0, }, Label = { INP_External = false, LBLC_DropDownButton = false, INPID_InputControl = "NestControl", LBLC_NumInputs = 1, INP_Passive = true, ICS_ControlPage = "Controls", LINKS_Name = "<p style='color:#555555; text-align: center;'>A</p>", } }
  2458.                 },
  2459.                 ChICD = ChangeDepth {
  2460.                     CtrlWShown = false,
  2461.                     NameSet = true,
  2462.                     Inputs = {
  2463.                         Depth = Input {
  2464.                             Value = 1,
  2465.                             Expression = "ChangeDepth",
  2466.                         },
  2467.                         Input = Input {
  2468.                             SourceOp = "Displace1",
  2469.                             Source = "Output",
  2470.                         },
  2471.                         ChangeDepth = Input { Value = 1, }
  2472.                     },
  2473.                     ViewInfo = OperatorInfo { Pos = { -0.968498, 8.25737 } },
  2474.                     UserControls = ordered() {
  2475.                         ChangeDepth = {
  2476.                             { MBTNC_AddButton = "Keep" },
  2477.                             { MBTNC_AddButton = "int8" },
  2478.                             INP_MaxAllowed = 1000000,
  2479.                             INP_Integer = false,
  2480.                             INPID_InputControl = "MultiButtonControl",
  2481.                             MBTNC_ShowBasicButton = true,
  2482.                             INP_MaxScale = 1,
  2483.                             INP_Default = 0,
  2484.                             ICS_ControlPage = "Controls",
  2485.                             INP_MinScale = 0,
  2486.                             INP_MinAllowed = -1000000,
  2487.                             LINKID_DataType = "Number",
  2488.                             MBTNC_ShowName = true,
  2489.                             MBTNC_StretchToFit = true,
  2490.                             MBTNC_ShowToolTip = false,
  2491.                             LINKS_Name = "Change Depth"
  2492.                         },
  2493.                         Info = {
  2494.                             INP_External = false,
  2495.                             INPID_InputControl = "LabelControl",
  2496.                             IC_ControlPage = 0,
  2497.                             INP_Passive = true,
  2498.                             LINKS_Name = "int8 processes faster",
  2499.                         }
  2500.                     }
  2501.                 }
  2502.             },
  2503.             Colors = { TileColor = { R = 0.549019607843137, G = 0.352941176470588, B = 0.247058823529412 }, },
  2504.             UserControls = ordered() {
  2505.                 Controls = ControlPage { CT_Visible = true, CTID_DIB_ID = "Icons.Tools.Tabs.Channels", CT_Priority = 0 },
  2506.                 Settings = ControlPage { CT_Visible = true, CTID_DIB_ID = "Icons.Tools.Tabs.Common", CT_Priority = 0 },
  2507.                 Common = ControlPage { CT_Visible = false, CTID_DIB_ID = "Icons.Tools.Tabs.Solve", CT_Priority = 0 },
  2508.                 User = ControlPage { CT_Visible = false, CTID_DIB_ID = "Icons.Tools.Tabs.Solve", CT_Priority = 0 }
  2509.             }
  2510.         }
  2511.     }
  2512. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement