Guest User

Untitled

a guest
Jul 13th, 2025
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. FastNoise1 = FastNoise {
  4. Inputs = {
  5. GlobalOut = Input { Value = 240, },
  6. Width = Input { Value = 1920, },
  7. Height = Input { Value = 1080, },
  8. UseFrameFormatSettings = Input { Value = 1, },
  9. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  10. Contrast = Input { Value = 5, },
  11. Brightness = Input { Value = -1, },
  12. LockXY = Input { Value = 0, },
  13. XScale = Input { Value = 20, },
  14. SeetheRate = Input { Value = 0.197, },
  15. Discontinuous = Input {
  16. SourceOp = "FastNoise1Discontinuous",
  17. Source = "Value",
  18. },
  19. Inverted = Input {
  20. SourceOp = "FastNoise1Inverted",
  21. Source = "Value",
  22. },
  23. Type = Input { Value = 1, },
  24. Gradient = Input {
  25. Value = Gradient {
  26. Colors = {
  27. [0] = { 0, 0, 0, 0 },
  28. [0.388059701492537] = { 1, 0.0117647058823529, 0.0588235294117647, 1 },
  29. [0.661691542288557] = { 0, 0.364705882352941, 0.941176470588235, 1 },
  30. [1] = { 1, 1, 1, 1 }
  31. }
  32. },
  33. },
  34. },
  35. ViewInfo = OperatorInfo { Pos = { 275, 313.5 } },
  36. },
  37. FastNoise1Discontinuous = BezierSpline {
  38. SplineColor = { Red = 41, Green = 31, Blue = 243 },
  39. NameSet = true,
  40. KeyFrames = {
  41. [71.090528545147] = { 0, RH = { 71.8056282598674, 0.333333333333333 }, Flags = { Linear = true } },
  42. [73.2358276893082] = { 1, LH = { 72.5207279745878, 0.666666666666667 }, RH = { 93.9737194162003, 1 }, Flags = { Linear = true } },
  43. [135.449502869984] = { 1, LH = { 114.711611143092, 1 }, RH = { 156.902494311597, 1 }, Flags = { Linear = true } },
  44. [199.808477194822] = { 1, LH = { 178.355485753209, 1 }, RH = { 200.523576909542, 0.666666666666667 }, Flags = { Linear = true } },
  45. [201.953776338983] = { 0, LH = { 201.238676624263, 0.333333333333333 }, Flags = { Linear = true } }
  46. }
  47. },
  48. FastNoise1Inverted = BezierSpline {
  49. SplineColor = { Red = 224, Green = 122, Blue = 3 },
  50. CtrlWZoom = false,
  51. NameSet = true,
  52. KeyFrames = {
  53. [71.090528545147] = { 0, RH = { 71.8056282598674, 0 }, Flags = { Linear = true } },
  54. [73.2358276893082] = { 0, LH = { 72.5207279745878, 0 }, RH = { 93.9737194162003, 0 }, Flags = { Linear = true } },
  55. [135.449502869984] = { 0, LH = { 114.711611143092, 0 }, RH = { 136.164602584705, 0.333333333333333 }, Flags = { Linear = true } },
  56. [137.594802014146] = { 1, LH = { 136.879702299425, 0.666666666666667 }, RH = { 158.332693741038, 1 }, Flags = { Linear = true } },
  57. [199.808477194822] = { 1, LH = { 179.07058546793, 1 }, RH = { 200.523576909542, 1 }, Flags = { Linear = true } },
  58. [201.953776338983] = { 1, LH = { 201.238676624263, 1 }, Flags = { Linear = true } }
  59. }
  60. },
  61. ErodeDilate1 = ErodeDilate {
  62. Inputs = {
  63. Filter = Input { Value = 3, },
  64. XAmount = Input { Value = 0.01, },
  65. Input = Input {
  66. SourceOp = "FastNoise1",
  67. Source = "Output",
  68. },
  69. },
  70. ViewInfo = OperatorInfo { Pos = { 275, 379.5 } },
  71. },
  72. Filter1 = Filter {
  73. CtrlWZoom = false,
  74. Inputs = {
  75. FilterType = Input { Value = 3, },
  76. Input = Input {
  77. SourceOp = "ErodeDilate1",
  78. Source = "Output",
  79. },
  80. },
  81. ViewInfo = OperatorInfo { Pos = { 275, 478.5 } },
  82. }
  83. }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment