Advertisement
marcusa3000

Fusion Numbers

Oct 31st, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.76 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         Numbers = TextPlus {
  4.             CtrlWZoom = false,
  5.             NameSet = true,
  6.             CustomData = {
  7.                 Settings = {
  8.                 },
  9.                 Path = {
  10.                     Map = {
  11.                         ["Setting:"] = "Macros:/"
  12.                     }
  13.                 }
  14.             },
  15.             Inputs = {
  16.                 Offset2 = Input {
  17.                     Value = Point {
  18.                         X = 0.04,
  19.                         Y = -0.04
  20.                     },
  21.                 },
  22.                 Position2 = Input { Value = 1, },
  23.                 Quality = Input { Value = 3, },
  24.                 GlobalOut = Input { Value = 412, },
  25.                 Width = Input { Value = 2160, },
  26.                 Height = Input { Value = 1080, },
  27.                 ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  28.                 StyledText = Input {
  29.                     Value = "0.0",
  30.                     Expression = "Numbers.Prefix.Value .. string.format(\"%0\" .. Numbers.Min.Characters .. \".\" .. Numbers.Decimals ..\"f\", (Numbers.Number + Numbers.Offset)) .. Numbers.Suffix.Value",
  31.                 },
  32.                 Font = Input { Value = "Open Sans", },
  33.                 Style = Input { Value = "Bold", },
  34.                 VerticalJustificationNew = Input { Value = 3, },
  35.                 HorizontalJustificationNew = Input { Value = 3, },
  36.             },
  37.             ViewInfo = OperatorInfo { Pos = { 55, 610.5 } },
  38.             Colors = { TileColor = { R = 0.886274509803922, G = 0.662745098039216, B = 0.109803921568627 }, },
  39.             UserControls = ordered() { Number = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "ScrewControl", INP_MaxScale = 25, INP_Default = 0, INP_MinScale = -25, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Text", ICD_Center = 0, LINKS_Name = "Number" }, Decimals = { INP_MaxAllowed = 999, INP_Integer = true, INPID_InputControl = "SliderControl", INP_MaxScale = 10, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Text", LINKS_Name = "Decimals" }, ["Min.Characters"] = {
  40.                     INP_MaxAllowed = 1000,
  41.                     INP_Integer = true,
  42.                     INPID_InputControl = "SliderControl",
  43.                     INP_MaxScale = 10,
  44.                     INP_Default = 1,
  45.                     INP_MinScale = 1,
  46.                     INP_MinAllowed = 1,
  47.                     LINKID_DataType = "Number",
  48.                     ICS_ControlPage = "Text",
  49.                     LINKS_Name = "Min. Characters"
  50.                 }, Offset = {
  51.                     LINKS_Name = "Offset",
  52.                     INP_Integer = false,
  53.                     LINKID_DataType = "Number",
  54.                     ICS_ControlPage = "Text",
  55.                     INPID_InputControl = "ScrewControl",
  56.                     INP_MinScale = -25,
  57.                     INP_MaxScale = 25,
  58.                     INP_Default = 0,
  59.                 }, Prefix = {
  60.                     TEC_ReadOnly = false,
  61.                     LINKS_Name = "Prefix",
  62.                     ICS_ControlPage = "Text",
  63.                     LINKID_DataType = "Text",
  64.                     INPID_InputControl = "TextEditControl",
  65.                     TEC_Lines = 1,
  66.                     TEC_Wrap = true,
  67.                 }, Suffix = {
  68.                     TEC_ReadOnly = false,
  69.                     LINKS_Name = "Suffix",
  70.                     ICS_ControlPage = "Text",
  71.                     LINKID_DataType = "Text",
  72.                     INPID_InputControl = "TextEditControl",
  73.                     TEC_Lines = 1,
  74.                     TEC_Wrap = true,
  75.                 } }
  76.         }
  77.     },
  78.     ActiveTool = "Numbers"
  79. }
Tags: fusion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement