Advertisement
marcusa3000

TextShadowLoop

Nov 14th, 2024 (edited)
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.01 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         TextShadowLoop = TextPlus {
  4.             CtrlWZoom = false,
  5.             NameSet = true,
  6.             Inputs = {
  7.                 GlobalOut = Input { Value = 100, },
  8.                 Width = Input { Value = 1080, },
  9.                 Height = Input { Value = 1080, },
  10.                 ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  11.                 LayoutRotation = Input { Value = 1, },
  12.                 TransformRotation = Input { Value = 1, },
  13.                 SelectElement = Input { Value = 2, },
  14.                 Select = Input { Value = 2, },
  15.                 Enabled3 = Input { Value = 1, },
  16.                 Softness1 = Input { Value = 1, },
  17.                 StyledText = Input { Value = "JustCropIt", },
  18.                 Font = Input { Value = "Helvetica Now Display", },
  19.                 Style = Input { Value = "Bold", },
  20.                 Size = Input { Value = 0.2244, },
  21.                 VerticalJustificationNew = Input { Value = 3, },
  22.                 HorizontalJustificationNew = Input { Value = 3, },
  23.                 Softness3 = Input { Value = 1, },
  24.                 SoftnessX3 = Input {
  25.                     SourceOp = "TextShadowLoopSoftnessX3",
  26.                     Source = "Value",
  27.                 },
  28.                 SoftnessY3 = Input {
  29.                     SourceOp = "Calculation4",
  30.                     Source = "Result",
  31.                 },
  32.                 SoftnessGlow3 = Input { Value = 0.85, },
  33.                 Offset3 = Input { Value = { 0, 0 }, },
  34.                 PivotNest3 = Input { Value = 1, },
  35.                 Pivot3 = Input { Value = { 0, 0.305 }, },
  36.                 Size3 = Input { Value = 1, }
  37.             },
  38.             ViewInfo = OperatorInfo { Pos = { -1815, 1138.5 } },
  39.         },
  40.         TextShadowLoopSoftnessX3 = BezierSpline {
  41.             SplineColor = { Red = 231, Green = 243, Blue = 234 },
  42.             CtrlWZoom = false,
  43.             NameSet = true,
  44.             KeyFrames = {
  45.                 [0] = { 19.7, RH = { 1.14, 74 }, Flags = { Linear = true, Loop = true, Pingpong = true } },
  46.                 [5] = { 103.7, LH = { 3.33333333333333, 103.7 }, Flags = { Loop = true, Pingpong = true } }
  47.             }
  48.         },
  49.         Calculation4 = Calculation {
  50.             CtrlWZoom = false,
  51.             Inputs = {
  52.                 FirstOperand = Input { Value = 5.04, },
  53.                 SecondOperand = Input {
  54.                     Value = 91.6012338840377,
  55.                     Expression = "TextShadowLoop.SoftnessX3",
  56.                 },
  57.                 SecondOperandTimeOffset = Input { Value = -5, }
  58.             },
  59.         }
  60.     },
  61.     ActiveTool = "TextShadowLoop"
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement