Advertisement
Guest User

Untitled

a guest
Jun 18th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. Text1 = TextPlus {
  4. CtrlWZoom = false,
  5. Inputs = {
  6. MotionBlur = Input { Value = 1, },
  7. Quality = Input { Value = 10, },
  8. ShutterAngle = Input { Value = 360, },
  9. GlobalOut = Input { Value = 119, },
  10. Width = Input { Value = 1920, },
  11. Height = Input { Value = 1920, },
  12. UseFrameFormatSettings = Input { Value = 1, },
  13. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  14. LayoutRotation = Input { Value = 1, },
  15. CharacterSpacing = Input { Expression = "Track", },
  16. TransformRotation = Input { Value = 1, },
  17. Softness1 = Input { Value = 1, },
  18. Position1 = Input { Value = 1, },
  19. Rotation1 = Input { Value = 1, },
  20. StyledText = Input {
  21. SourceOp = "Follower1",
  22. Source = "StyledText",
  23. },
  24. Font = Input { Value = "Gotham", },
  25. Style = Input { Value = "Black", },
  26. Size = Input { Value = 0.2677, },
  27. VerticalJustificationNew = Input { Value = 3, },
  28. HorizontalJustificationNew = Input { Value = 3, },
  29. },
  30. ViewInfo = OperatorInfo { Pos = { 385, 181.5 } },
  31. UserControls = ordered() {
  32. Track = {
  33. INP_MaxAllowed = 4,
  34. INP_Integer = false,
  35. INPID_InputControl = "SliderControl",
  36. INP_MaxScale = 4,
  37. INP_Default = 1,
  38. INP_MinScale = 0,
  39. INP_MinAllowed = 0,
  40. LINKID_DataType = "Number",
  41. ICS_ControlPage = "Shading",
  42. LINKS_Name = "Track"
  43. }
  44. }
  45. },
  46. Follower1 = StyledTextFollower {
  47. CtrlWZoom = false,
  48. Inputs = {
  49. Order = Input { Value = 1, },
  50. Delay = Input { Value = 1, },
  51. Text = Input {
  52. Value = StyledText {
  53. Value = "ACTION"
  54. },
  55. },
  56. TransformRotation = Input { Value = 1, },
  57. Opacity1 = Input {
  58. SourceOp = "Follower1Opacity1",
  59. Source = "Value",
  60. },
  61. Softness1 = Input { Value = 1, },
  62. Position1 = Input { Value = 1, },
  63. Rotation1 = Input { Value = 1, },
  64. AngleX1 = Input {
  65. SourceOp = "Follower1AngleX1",
  66. Source = "Value",
  67. },
  68. Softness2 = Input { Value = 1, },
  69. Softness3 = Input { Value = 1, },
  70. Softness4 = Input { Value = 1, },
  71. Softness5 = Input { Value = 1, },
  72. Softness6 = Input { Value = 1, },
  73. Softness7 = Input { Value = 1, },
  74. Softness8 = Input { Value = 1, },
  75. },
  76. },
  77. Follower1Opacity1 = BezierSpline {
  78. SplineColor = { Red = 179, Green = 28, Blue = 244 },
  79. NameSet = true,
  80. KeyFrames = {
  81. [0] = { 1, RH = { 1.33333333333333, 0.690666666666667 }, Flags = { Linear = true } },
  82. [4] = { 0.072, LH = { 2.66666666666667, 0.381333333333333 }, Flags = { Linear = true } }
  83. }
  84. },
  85. Follower1AngleX1 = BezierSpline {
  86. SplineColor = { Red = 14, Green = 221, Blue = 165 },
  87. CtrlWZoom = false,
  88. NameSet = true,
  89. KeyFrames = {
  90. [0] = { 0, RH = { 0, -106.4 } },
  91. [10] = { -90, LH = { 4.08, -85 } }
  92. }
  93. }
  94. },
  95. ActiveTool = "Text1"
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement