Advertisement
marcusa3000

Seamless seams

Nov 19th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.60 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         Transform26_14 = Transform {
  4.             Inputs = {
  5.                 Quality = Input { Value = 5, },
  6.                 Center = Input { Value = { 1, 0.5 }, },
  7.                 Edges = Input { Value = 1, },
  8.                 FlattenTransform = Input { Value = 1, },
  9.                 Input = Input {
  10.                     SourceOp = "FastNoise3",
  11.                     Source = "Output",
  12.                 }
  13.             },
  14.             ViewInfo = OperatorInfo { Pos = { -4785, -907.5 } },
  15.         },
  16.         FastNoise3 = FastNoise {
  17.             CtrlWZoom = false,
  18.             Inputs = {
  19.                 GlobalOut = Input { Value = 317, },
  20.                 Width = Input { Value = 1080, },
  21.                 Height = Input { Value = 1080, },
  22.                 ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  23.                 Detail = Input { Value = 2.67, },
  24.                 XScale = Input { Value = 13.78, },
  25.                 SeetheRate = Input { Value = 0.074, },
  26.                 Color1Alpha = Input { Value = 1, }
  27.             },
  28.             ViewInfo = OperatorInfo { Pos = { -4675, -973.5 } },
  29.         },
  30.         Merge27_1 = Merge {
  31.             Inputs = {
  32.                 EffectMask = Input {
  33.                     SourceOp = "Rectangle5",
  34.                     Source = "Mask",
  35.                 },
  36.                 ApplyMaskInverted = Input { Value = 1, },
  37.                 MaskChannel = Input { Value = 5, },
  38.                 Background = Input {
  39.                     SourceOp = "FastNoise3",
  40.                     Source = "Output",
  41.                 },
  42.                 Foreground = Input {
  43.                     SourceOp = "Transform26_14",
  44.                     Source = "Output",
  45.                 },
  46.                 FlattenTransform = Input { Value = 1, },
  47.                 PerformDepthMerge = Input { Value = 0, }
  48.             },
  49.             ViewInfo = OperatorInfo { Pos = { -4675, -841.5 } },
  50.         },
  51.         Transform26_14_2 = Transform {
  52.             Inputs = {
  53.                 Quality = Input { Value = 5, },
  54.                 Center = Input { Value = { 0.5, 1 }, },
  55.                 Edges = Input { Value = 1, },
  56.                 FlattenTransform = Input { Value = 1, },
  57.                 Input = Input {
  58.                     SourceOp = "Merge27_1",
  59.                     Source = "Output",
  60.                 }
  61.             },
  62.             ViewInfo = OperatorInfo { Pos = { -4785, -742.5 } },
  63.         },
  64.         Rectangle5 = RectangleMask {
  65.             Inputs = {
  66.                 Filter = Input { Value = FuID { "Fast Gaussian" }, },
  67.                 SoftEdge = Input { Value = 0.0267, },
  68.                 MaskWidth = Input { Value = 1080, },
  69.                 MaskHeight = Input { Value = 1080, },
  70.                 PixelAspect = Input { Value = { 1, 1 }, },
  71.                 ClippingMode = Input { Value = FuID { "None" }, },
  72.                 Width = Input { Value = 0.05, },
  73.                 Height = Input { Value = 1.2, }
  74.             },
  75.             ViewInfo = OperatorInfo { Pos = { -4510, -841.5 } },
  76.         },
  77.         Merge27_1_1 = Merge {
  78.             Inputs = {
  79.                 ApplyMaskInverted = Input { Value = 1, },
  80.                 MaskChannel = Input { Value = 5, },
  81.                 Background = Input {
  82.                     SourceOp = "Merge27_1",
  83.                     Source = "Output",
  84.                 },
  85.                 Foreground = Input {
  86.                     SourceOp = "Transform26_14_2",
  87.                     Source = "Output",
  88.                 },
  89.                 FlattenTransform = Input { Value = 1, },
  90.                 PerformDepthMerge = Input { Value = 0, },
  91.                 EffectMask = Input {
  92.                     SourceOp = "Transform26_16",
  93.                     Source = "Output",
  94.                 }
  95.             },
  96.             ViewInfo = OperatorInfo { Pos = { -4675, -709.5 } },
  97.         },
  98.         Transform26_16 = Transform {
  99.             Inputs = {
  100.                 Quality = Input { Value = 5, },
  101.                 Angle = Input { Value = 90, },
  102.                 Input = Input {
  103.                     SourceOp = "Rectangle5",
  104.                     Source = "Mask",
  105.                 }
  106.             },
  107.             ViewInfo = OperatorInfo { Pos = { -4565, -709.5 } },
  108.         },
  109.         PlayMe = Transform {
  110.             NameSet = true,
  111.             Inputs = {
  112.                 Quality = Input { Value = 5, },
  113.                 Center = Input {
  114.                     SourceOp = "Perturb1",
  115.                     Source = "Value",
  116.                 },
  117.                 Edges = Input { Value = 1, },
  118.                 Input = Input {
  119.                     SourceOp = "Merge27_1_1",
  120.                     Source = "Output",
  121.                 }
  122.             },
  123.             ViewInfo = OperatorInfo { Pos = { -4675, -643.5 } },
  124.         },
  125.         Perturb1 = PerturbPoint {
  126.             CtrlWZoom = false,
  127.             Inputs = {
  128.                 Value = Input { Value = { 0.530848329048843, 0.669665809768638 }, },
  129.                 Speed = Input { Value = 0.25, }
  130.             },
  131.         }
  132.     }
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement