Advertisement
marcusa3000

Date thing

May 10th, 2023
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.31 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         DateThing = TextPlus {
  4.             CtrlWZoom = false,
  5.             NameSet = true,
  6.             Inputs = {
  7.                 GlobalOut = Input { Value = 311, },
  8.                 Width = Input { Value = 960, },
  9.                 Height = Input { Value = 402, },
  10.                 PixelAspect = Input { Value = { 0.999533772468567, 1 }, },
  11.                 UseFrameFormatSettings = Input { Value = 1, },
  12.                 ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  13.                 LayoutRotation = Input { Value = 1, },
  14.                 TransformRotation = Input { Value = 1, },
  15.                 Softness1 = Input { Value = 1, },
  16.                 StyledText = Input {
  17.                     SourceOp = "Publish1",
  18.                     Source = "Value",
  19.                     Expression = "os.date(\"%Y/%m/%d\", time+86400*(10957+DateSlider))",
  20.                 },
  21.                 Font = Input { Value = "Helvetica Neue", },
  22.                 Style = Input { Value = "Bold", },
  23.                 VerticalJustificationNew = Input { Value = 3, },
  24.                 HorizontalJustificationNew = Input { Value = 3, },
  25.             },
  26.             ViewInfo = OperatorInfo { Pos = { -330, 742.5 } },
  27.             UserControls = ordered() {
  28.                 DateSlider = {
  29.                     LINKS_Name = "Date Slider",
  30.                     LINKID_DataType = "Number",
  31.                     INPID_InputControl = "SliderControl",
  32.                     INP_Integer = true,
  33.                     INP_MinScale = 0,
  34.                     INP_MaxScale = 346,
  35.                     ICS_ControlPage = "Text",
  36.                 }
  37.             }
  38.         },
  39.         Publish1 = PublishText {
  40.             CtrlWZoom = false,
  41.         }
  42.     },
  43.     ActiveTool = "DateThing"
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement