antiquepoem

Round ring animation

Jul 16th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. Merge1 = Merge {
  4. Inputs = {
  5. Background = Input {
  6. SourceOp = "Background2",
  7. Source = "Output",
  8. },
  9. Foreground = Input {
  10. SourceOp = "Glow1",
  11. Source = "Output",
  12. },
  13. PerformDepthMerge = Input { Value = 0, }
  14. },
  15. ViewInfo = OperatorInfo { Pos = { 880, 82.5 } },
  16. },
  17. MediaOut1 = MediaOut {
  18. Inputs = {
  19. Index = Input { Value = "0", },
  20. Input = Input {
  21. SourceOp = "Merge1",
  22. Source = "Output",
  23. }
  24. },
  25. ViewInfo = OperatorInfo { Pos = { 1155, 49.5 } },
  26. },
  27. Background2 = Background {
  28. Inputs = {
  29. GlobalOut = Input { Value = 119, },
  30. Width = Input { Value = 1920, },
  31. Height = Input { Value = 1080, },
  32. UseFrameFormatSettings = Input { Value = 1, },
  33. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, }
  34. },
  35. ViewInfo = OperatorInfo { Pos = { 770, 82.5 } },
  36. },
  37. Glow1 = Glow {
  38. Inputs = {
  39. Blend = Input { Value = 0.2, },
  40. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  41. Input = Input {
  42. SourceOp = "Background1",
  43. Source = "Output",
  44. }
  45. },
  46. ViewInfo = OperatorInfo { Pos = { 770, 49.5 } },
  47. },
  48. Background1 = Background {
  49. CtrlWZoom = false,
  50. Inputs = {
  51. GlobalOut = Input { Value = 119, },
  52. Width = Input { Value = 1920, },
  53. Height = Input { Value = 1080, },
  54. UseFrameFormatSettings = Input { Value = 1, },
  55. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  56. TopLeftRed = Input { Value = 1, },
  57. TopLeftGreen = Input { Value = 0.698039215686274, },
  58. TopLeftBlue = Input { Value = 1, },
  59. EffectMask = Input {
  60. SourceOp = "Ellipse1",
  61. Source = "Mask",
  62. }
  63. },
  64. ViewInfo = OperatorInfo { Pos = { 605, 49.5 } },
  65. },
  66. Ellipse1 = EllipseMask {
  67. Inputs = {
  68. ShowViewControls = Input { Value = 0, },
  69. Level = Input {
  70. SourceOp = "Ellipse1Level",
  71. Source = "Value",
  72. },
  73. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  74. SoftEdge = Input {
  75. SourceOp = "Ellipse1SoftEdge",
  76. Source = "Value",
  77. },
  78. BorderWidth = Input { Value = 0.0055, },
  79. Solid = Input { Value = 0, },
  80. WriteLength = Input {
  81. SourceOp = "Ellipse1Length",
  82. Source = "Value",
  83. },
  84. MaskWidth = Input { Value = 1920, },
  85. MaskHeight = Input { Value = 1080, },
  86. PixelAspect = Input { Value = { 1, 1 }, },
  87. UseFrameFormatSettings = Input { Value = 1, },
  88. ClippingMode = Input { Value = FuID { "None" }, },
  89. Angle = Input { Value = 90, }
  90. },
  91. ViewInfo = OperatorInfo { Pos = { 550, -16.5 } },
  92. },
  93. Ellipse1Level = BezierSpline {
  94. SplineColor = { Red = 130, Green = 246, Blue = 132 },
  95. NameSet = true,
  96. KeyFrames = {
  97. [0] = { 0, RH = { 0.666666666666667, 0.333333333333333 }, Flags = { Linear = true } },
  98. [2] = { 1, LH = { 1.33333333333333, 0.666666666666667 }, Flags = { Linear = true } }
  99. }
  100. },
  101. Ellipse1SoftEdge = BezierSpline {
  102. SplineColor = { Red = 234, Green = 243, Blue = 3 },
  103. NameSet = true,
  104. KeyFrames = {
  105. [70] = { 0, RH = { 83.3333333333333, 0.0294 }, Flags = { Linear = true } },
  106. [110] = { 0.0882, LH = { 96.6666666666667, 0.0588 }, Flags = { Linear = true } }
  107. }
  108. },
  109. Ellipse1Length = BezierSpline {
  110. SplineColor = { Red = 141, Green = 167, Blue = 243 },
  111. CtrlWZoom = false,
  112. NameSet = true,
  113. KeyFrames = {
  114. [2] = { 0, RH = { 24.6666666666667, -0.333333333333333 }, Flags = { Linear = true } },
  115. [70] = { -1, LH = { 47.3333333333333, -0.666666666666667 }, Flags = { Linear = true } }
  116. }
  117. }
  118. },
  119. ActiveTool = "Background1"
  120. }
Tags: davinci
Advertisement
Add Comment
Please, Sign In to add comment