Advertisement
totox69

Davinci Fusion - waves attenuation

Jun 25th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. Rectangle1 = RectangleMask {
  4. Inputs = {
  5. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  6. MaskWidth = Input { Value = 1920, },
  7. MaskHeight = Input { Value = 1080, },
  8. PixelAspect = Input { Value = { 1, 1 }, },
  9. UseFrameFormatSettings = Input { Value = 1, },
  10. ClippingMode = Input { Value = FuID { "None" }, }
  11. },
  12. ViewInfo = OperatorInfo { Pos = { -110, 82.5 } },
  13. },
  14. Displace1 = Displace {
  15. CtrlWZoom = false,
  16. Inputs = {
  17. XRefraction = Input { Value = 0.0491, },
  18. RefractionStrength = Input { Value = -0.314, },
  19. Input = Input {
  20. SourceOp = "Rectangle1",
  21. Source = "Mask",
  22. },
  23. Foreground = Input {
  24. SourceOp = "Blur1",
  25. Source = "Output",
  26. }
  27. },
  28. ViewInfo = OperatorInfo { Pos = { 55, 82.5 } },
  29. },
  30. Blur1 = Blur {
  31. Inputs = {
  32. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  33. XBlurSize = Input { Value = 35.8, },
  34. Input = Input {
  35. SourceOp = "Background2",
  36. Source = "Output",
  37. }
  38. },
  39. ViewInfo = OperatorInfo { Pos = { 55, 16.5 } },
  40. },
  41. Background3 = Background {
  42. Inputs = {
  43. GlobalOut = Input { Value = 124, },
  44. Width = Input { Value = 1920, },
  45. Height = Input { Value = 1080, },
  46. UseFrameFormatSettings = Input { Value = 1, },
  47. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  48. Type = Input { Value = FuID { "Gradient" }, },
  49. BottomLeftRed = Input { Value = 1, },
  50. BottomLeftGreen = Input { Value = 1, },
  51. BottomLeftBlue = Input { Value = 1, },
  52. Start = Input { Value = { 0.5, 0.752688172043011 }, },
  53. End = Input { Value = { 0.5, 0.252688172043011 }, },
  54. Offset = Input {
  55. SourceOp = "Background3Offset",
  56. Source = "Value",
  57. }
  58. },
  59. ViewInfo = OperatorInfo { Pos = { 55, -49.5 } },
  60. },
  61. Background3Offset = BezierSpline {
  62. SplineColor = { Red = 234, Green = 92, Blue = 75 },
  63. CtrlWZoom = false,
  64. NameSet = true,
  65. KeyFrames = {
  66. [0] = { 1.2, RH = { 20, 1.2 }, Flags = { Linear = true } },
  67. [60] = { -1.4, LH = { 40, -1.4 }, RH = { 81.3333333333333, -1.4 } },
  68. [124] = { 1.2, LH = { 102.666666666667, 1.2 } }
  69. }
  70. },
  71. Background2 = Background {
  72. CtrlWZoom = false,
  73. Inputs = {
  74. MaskChannel = Input { Value = 5, },
  75. GlobalOut = Input { Value = 124, },
  76. Width = Input { Value = 1920, },
  77. Height = Input { Value = 1080, },
  78. UseFrameFormatSettings = Input { Value = 1, },
  79. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  80. Type = Input { Value = FuID { "Gradient" }, },
  81. Start = Input { Value = { 0.5, 0.744623655913978 }, },
  82. End = Input { Value = { 0.5, 0.582839 }, },
  83. Gradient = Input {
  84. Value = Gradient {
  85. Colors = {
  86. [0.5] = { 1, 1, 1, 1 }
  87. }
  88. },
  89. },
  90. Repeat = Input { Value = FuID { "Repeat" }, },
  91. EffectMask = Input {
  92. SourceOp = "Background3",
  93. Source = "Output",
  94. }
  95. },
  96. ViewInfo = OperatorInfo { Pos = { 55, -16.5 } },
  97. }
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement