Guest User

Untitled

a guest
Jun 7th, 2025
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.59 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. PNA_FLAG_WAVE1 = Fuse.PNA_FLAG_WAVE {
  4. Inputs = {
  5. Start = Input { Value = { 0, 0.5 }, },
  6. End = Input { Value = { 1, 0.5 }, },
  7. StartAmp = Input { Value = 40, },
  8. EndAmp = Input { Value = 40, },
  9. StartFr = Input { Value = 2, },
  10. EndFr = Input { Value = 2, },
  11. iChannel0 = Input {
  12. SourceOp = "Rectangle1",
  13. Source = "Mask",
  14. },
  15. },
  16. ViewInfo = OperatorInfo { Pos = { 275, 478.5 } },
  17. Version = 1
  18. },
  19. Rectangle1 = RectangleMask {
  20. Inputs = {
  21. Level = Input {
  22. SourceOp = "Rectangle1Level",
  23. Source = "Value",
  24. },
  25. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  26. MaskWidth = Input { Value = 1920, },
  27. MaskHeight = Input { Value = 1920, },
  28. PixelAspect = Input { Value = { 1, 1 }, },
  29. UseFrameFormatSettings = Input { Value = 1, },
  30. ClippingMode = Input { Value = FuID { "None" }, },
  31. Center = Input {
  32. SourceOp = "Path1",
  33. Source = "Position",
  34. },
  35. Width = Input { Value = 1.03032440056417, },
  36. Height = Input { Value = 0.0081610446137106, },
  37. },
  38. ViewInfo = OperatorInfo { Pos = { 275, 412.5 } },
  39. UserControls = ordered() { X_Offset = { INP_MaxAllowed = 5, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_Default = 0.5, INP_MinScale = 0, INP_MinAllowed = -5, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "X-Offset" }, Y_Offset = { INP_MaxAllowed = 5, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 1, INP_Default = 0.5, INP_MinScale = 0, INP_MinAllowed = -5, LINKID_DataType = "Number", ICS_ControlPage = "Controls", LINKS_Name = "Y-Offset" } }
  40. },
  41. Rectangle1Level = BezierSpline {
  42. SplineColor = { Red = 130, Green = 246, Blue = 132 },
  43. CtrlWZoom = false,
  44. KeyFrames = {
  45. [113] = { 1, RH = { 113.333333333333, 0.666666666666667 }, Flags = { Linear = true } },
  46. [114] = { 0, LH = { 113.666666666667, 0.333333333333333 }, Flags = { Linear = true } }
  47. }
  48. },
  49. Path1 = PolyPath {
  50. DrawMode = "InsertAndModify",
  51. CtrlWZoom = false,
  52. Inputs = {
  53. Displacement = Input {
  54. SourceOp = "Path1Displacement",
  55. Source = "Value",
  56. },
  57. PolyLine = Input {
  58. Value = Polyline {
  59. Points = {
  60. { Linear = true, LockY = true, X = 0, Y = -0.51385, RX = 0, RY = 0.107905982905983 },
  61. { Linear = true, LockY = true, X = 0, Y = -0.190132051282051, LX = 0, LY = -0.107905982905983, RX = 0, RY = 0.24933335042735 },
  62. { Linear = true, LockY = true, X = 0, Y = 0.557868, LX = 0, LY = -0.24933335042735 }
  63. }
  64. },
  65. },
  66. },
  67. },
  68. Path1Displacement = BezierSpline {
  69. SplineColor = { Red = 255, Green = 0, Blue = 255 },
  70. CtrlWZoom = false,
  71. KeyFrames = {
  72. [0] = { 0, RH = { 13, 0.00799999999999999 }, Flags = { LockedY = true } },
  73. [20] = { 0.302055156970349, LH = { 4.5, 0.22 }, RH = { 59.7199044470255, 0.512327608212164 }, Flags = { LockedY = true } },
  74. [140] = { 1, LH = { 100, 1 }, Flags = { LockedY = true } }
  75. }
  76. },
  77. Blur2 = Blur {
  78. Inputs = {
  79. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  80. XBlurSize = Input { Value = 12.6, },
  81. Input = Input {
  82. SourceOp = "PNA_FLAG_WAVE1",
  83. Source = "Output",
  84. },
  85. },
  86. ViewInfo = OperatorInfo { Pos = { 275, 511.5 } },
  87. },
  88. BrightnessContrast1 = BrightnessContrast {
  89. Inputs = {
  90. Alpha = Input { Value = 1, },
  91. Low = Input { Value = 0.128, },
  92. High = Input { Value = 0.144, },
  93. Input = Input {
  94. SourceOp = "Blur2",
  95. Source = "Output",
  96. },
  97. },
  98. ViewInfo = OperatorInfo { Pos = { 275, 544.5 } },
  99. },
  100. ErodeDilate1 = ErodeDilate {
  101. Inputs = {
  102. Filter = Input { Value = 3, },
  103. XAmount = Input { Value = -0.0053, },
  104. Input = Input {
  105. SourceOp = "BrightnessContrast1",
  106. Source = "Output",
  107. },
  108. },
  109. ViewInfo = OperatorInfo { Pos = { 275, 577.5 } },
  110. },
  111. Duplicate1 = Fuse.Duplicate {
  112. Inputs = {
  113. Copies = Input { Value = 15, },
  114. TimeOffset = Input { Value = -10, },
  115. Background = Input {
  116. SourceOp = "ErodeDilate1",
  117. Source = "Output",
  118. },
  119. },
  120. ViewInfo = OperatorInfo { Pos = { 275, 610.5 } },
  121. },
  122. Background1 = Background {
  123. Inputs = {
  124. EffectMask = Input {
  125. SourceOp = "Duplicate1",
  126. Source = "Output",
  127. },
  128. GlobalOut = Input { Value = 258, },
  129. Width = Input { Value = 1920, },
  130. Height = Input { Value = 1920, },
  131. UseFrameFormatSettings = Input { Value = 1, },
  132. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  133. Type = Input { Value = FuID { "Gradient" }, },
  134. Gradient = Input {
  135. Value = Gradient {
  136. Colors = {
  137. [0] = { 0.901960784313726, 0.0470588235294118, 0.431372549019608, 1 },
  138. [0.293532338308458] = { 0.333333333333333, 0, 1, 1 },
  139. [0.582089552238806] = { 0.686274509803922, 0.741176470588235, 0.952941176470588, 1 },
  140. [1] = { 0.901960784313726, 0.0470588235294118, 0.431372549019608, 1 }
  141. }
  142. },
  143. },
  144. },
  145. ViewInfo = OperatorInfo { Pos = { 275, 676.5 } },
  146. },
  147. Shape3D1 = Shape3D {
  148. Inputs = {
  149. ["SurfacePlaneInputs.ObjectID.ObjectID"] = Input { Value = 1, },
  150. Shape = Input { Value = FuID { "SurfaceSphereInputs" }, },
  151. MaterialInput = Input {
  152. SourceOp = "Background1",
  153. Source = "Output",
  154. },
  155. ["MtlStdInputs.MaterialID"] = Input { Value = 1, },
  156. ["SurfaceSphereInputs.SubdivisionLevelBase"] = Input { Value = 500, },
  157. ["SurfaceSphereInputs.SubdivisionLevelHeight"] = Input { Value = 500, },
  158. ["SurfaceSphereInputs.ObjectID.ObjectID"] = Input { Value = 2, }
  159. },
  160. ViewInfo = OperatorInfo { Pos = { 275, 742.5 } },
  161. },
  162. Merge3D1 = Merge3D {
  163. Inputs = {
  164. SceneInput1 = Input {
  165. SourceOp = "Shape3D1",
  166. Source = "Output",
  167. },
  168. SceneInput2 = Input {
  169. SourceOp = "Camera3D1",
  170. Source = "Output",
  171. },
  172. },
  173. ViewInfo = OperatorInfo { Pos = { 275, 841.5 } },
  174. },
  175. Camera3D1 = Camera3D {
  176. Inputs = {
  177. ["Transform3DOp.Translate.X"] = Input { Value = 6.75885913428466, },
  178. ["Transform3DOp.Translate.Y"] = Input { Value = 2.11953418805172, },
  179. ["Transform3DOp.Translate.Z"] = Input { Value = 5.92316465743033, },
  180. ["Transform3DOp.UseTarget"] = Input { Value = 1, },
  181. AoV = Input { Value = 19.2642683071402, },
  182. ["Stereo.Mode"] = Input { Value = FuID { "Mono" }, },
  183. FilmGate = Input { Value = FuID { "BMD_URSA_4K_16x9" }, },
  184. ApertureW = Input { Value = 0.831496062992126, },
  185. ApertureH = Input { Value = 0.467716535433071, },
  186. ["SurfacePlaneInputs.ObjectID.ObjectID"] = Input { Value = 3, },
  187. ["MtlStdInputs.MaterialID"] = Input { Value = 2, },
  188. },
  189. ViewInfo = OperatorInfo { Pos = { 495, 841.5 } },
  190. },
  191. Background3 = Background {
  192. Inputs = {
  193. GlobalOut = Input { Value = 258, },
  194. Width = Input { Value = 1920, },
  195. Height = Input { Value = 1920, },
  196. UseFrameFormatSettings = Input { Value = 1, },
  197. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  198. TopLeftBlue = Input { Value = 1, },
  199. },
  200. ViewInfo = OperatorInfo { Pos = { 495, 610.5 } },
  201. },
  202. Merge1 = Merge {
  203. CtrlWZoom = false,
  204. Inputs = {
  205. Background = Input {
  206. SourceOp = "Background3",
  207. Source = "Output",
  208. },
  209. Foreground = Input {
  210. SourceOp = "Duplicate1",
  211. Source = "Output",
  212. },
  213. PerformDepthMerge = Input { Value = 0, },
  214. },
  215. ViewInfo = OperatorInfo { Pos = { 495, 676.5 } },
  216. },
  217. Renderer3D1 = Renderer3D {
  218. CustomData = { ToolVersion = 2, },
  219. Inputs = {
  220. GlobalOut = Input { Value = 258, },
  221. Width = Input { Value = 1920, },
  222. Height = Input { Value = 1920, },
  223. UseFrameFormatSettings = Input { Value = 1, },
  224. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  225. SceneInput = Input {
  226. SourceOp = "Merge3D1",
  227. Source = "Output",
  228. },
  229. },
  230. ViewInfo = OperatorInfo { Pos = { 275, 907.5 } },
  231. },
  232. DreamGlow2 = MacroOperator {
  233. NameSet = true,
  234. CustomData = { Path = { Map = { ["Setting:"] = "Macros:/" } }, },
  235. Inputs = ordered() {
  236. Input2 = InstanceInput {
  237. SourceOp = "LumaKey_1",
  238. Source = "Garbage.MaskChannel",
  239. Default = 5,
  240. },
  241. Input3 = InstanceInput {
  242. SourceOp = "LumaKey_1",
  243. Source = "Garbage.MaskLow",
  244. ControlGroup = 3,
  245. Default = 0,
  246. },
  247. Input4 = InstanceInput {
  248. SourceOp = "LumaKey_1",
  249. Source = "Garbage.MaskHigh",
  250. ControlGroup = 3,
  251. Default = 1,
  252. },
  253. Input12 = InstanceInput {
  254. SourceOp = "GlowOnly_1",
  255. Source = "Blend",
  256. Page = "Controls",
  257. Default = 0,
  258. },
  259. Input13 = InstanceInput {
  260. SourceOp = "GlowGain_1",
  261. Source = "Gain",
  262. Name = "Exposure",
  263. MaxScale = 10,
  264. Default = 1,
  265. },
  266. Input16 = InstanceInput {
  267. SourceOp = "It9_1",
  268. Source = "XBlurSize",
  269. Name = "Radius",
  270. MaxScale = 5,
  271. Center = 0.25,
  272. Default = 0.25,
  273. },
  274. Input14 = InstanceInput {
  275. SourceOp = "GammaAft_1",
  276. Source = "Gamma",
  277. Name = "Softness",
  278. MinScale = 1,
  279. Center = 2.2,
  280. Default = 2.2,
  281. },
  282. Input15 = InstanceInput {
  283. SourceOp = "GammaAft_1",
  284. Source = "Saturation",
  285. MaxScale = 2,
  286. Default = 1,
  287. },
  288. Dropdown1 = InstanceInput {
  289. SourceOp = "Labels_1",
  290. Source = "Hide6_1",
  291. Name = "Tint",
  292. Page = "Controls",
  293. Default = 1,
  294. },
  295. Input20 = InstanceInput {
  296. SourceOp = "Merge2_2",
  297. Source = "BlendClone",
  298. Default = 0,
  299. },
  300. Input21 = InstanceInput {
  301. SourceOp = "Tint_1",
  302. Source = "TopLeftRed",
  303. Name = "Tint Color",
  304. ControlGroup = 18,
  305. Default = 1,
  306. },
  307. Input22 = InstanceInput {
  308. SourceOp = "Tint_1",
  309. Source = "TopLeftGreen",
  310. ControlGroup = 18,
  311. Default = 1,
  312. },
  313. Input23 = InstanceInput {
  314. SourceOp = "Tint_1",
  315. Source = "TopLeftBlue",
  316. ControlGroup = 18,
  317. Default = 1,
  318. },
  319. Input19 = InstanceInput {
  320. SourceOp = "Merge2_2",
  321. Source = "Gain",
  322. Default = 1,
  323. },
  324. Input18 = InstanceInput {
  325. SourceOp = "Merge2_2",
  326. Source = "ApplyMode",
  327. Name = "Tint Mode",
  328. },
  329. Dropdown2 = InstanceInput {
  330. SourceOp = "Labels_1",
  331. Source = "Hide8_1",
  332. Name = "Advanced",
  333. Page = "Controls",
  334. Default = 1,
  335. },
  336. Input32 = InstanceInput {
  337. SourceOp = "ChangeDepth_1",
  338. Source = "Depth",
  339. Default = 4,
  340. },
  341. Input24 = InstanceInput {
  342. SourceOp = "Add1_1",
  343. Source = "ApplyMode",
  344. Name = "Glow Mode",
  345. },
  346. Input26 = InstanceInput {
  347. SourceOp = "FinalMerge_1",
  348. Source = "ApplyMode",
  349. Name = "Composite Mode",
  350. },
  351. Input27 = InstanceInput {
  352. SourceOp = "FinalMerge_1",
  353. Source = "BlendClone",
  354. Name = "Opacity",
  355. Default = 1,
  356. },
  357. Input28 = InstanceInput {
  358. SourceOp = "FinalMerge_1",
  359. Source = "ProcessRed",
  360. Name = "Process",
  361. ControlGroup = 23,
  362. Default = 1,
  363. },
  364. Input29 = InstanceInput {
  365. SourceOp = "FinalMerge_1",
  366. Source = "ProcessGreen",
  367. ControlGroup = 23,
  368. Default = 1,
  369. },
  370. Input30 = InstanceInput {
  371. SourceOp = "FinalMerge_1",
  372. Source = "ProcessBlue",
  373. ControlGroup = 23,
  374. Default = 1,
  375. },
  376. Input31 = InstanceInput {
  377. SourceOp = "FinalMerge_1",
  378. Source = "ProcessAlpha",
  379. ControlGroup = 23,
  380. Default = 0,
  381. },
  382. Input5 = InstanceInput {
  383. SourceOp = "LumaKey_1",
  384. Source = "MaskLow",
  385. ControlGroup = 3,
  386. Page = "Glow Matte",
  387. Default = 0,
  388. },
  389. Input6 = InstanceInput {
  390. SourceOp = "LumaKey_1",
  391. Source = "MaskHigh",
  392. ControlGroup = 3,
  393. Default = 1,
  394. },
  395. Input7 = InstanceInput {
  396. SourceOp = "LumaKey_1",
  397. Source = "ApplyMaskInverted",
  398. Name = "Invert",
  399. Default = 0,
  400. },
  401. Input8 = InstanceInput {
  402. SourceOp = "LumaKey_1",
  403. Source = "FitMask",
  404. },
  405. Input9 = InstanceInput {
  406. SourceOp = "LumaKey_1",
  407. Source = "MaskChannel",
  408. Default = 3,
  409. },
  410. Input10 = InstanceInput {
  411. SourceOp = "LumaKey_1",
  412. Source = "MaskClipBlack",
  413. Name = "Black",
  414. Width = 0.5,
  415. Default = 1,
  416. },
  417. Input11 = InstanceInput {
  418. SourceOp = "LumaKey_1",
  419. Source = "MaskClipWhite",
  420. Name = "White",
  421. Width = 0.5,
  422. Default = 1,
  423. },
  424. MainInput1 = InstanceInput {
  425. SourceOp = "Piperouter_1",
  426. Source = "Input",
  427. },
  428. Input1 = InstanceInput {
  429. SourceOp = "LumaKey_1",
  430. Source = "EffectMask",
  431. Name = "Glow Matte",
  432. },
  433. EffectMask = InstanceInput {
  434. SourceOp = "FinalMerge_1",
  435. Source = "EffectMask",
  436. }
  437. },
  438. Outputs = {
  439. MainOutput1 = InstanceOutput {
  440. SourceOp = "FinalMerge_1",
  441. Source = "Output",
  442. }
  443. },
  444. ViewInfo = GroupInfo { Pos = { 275, 973.5 } },
  445. Tools = ordered() {
  446. LumaKey_1 = MatteControl {
  447. CtrlWShown = false,
  448. NameSet = true,
  449. Inputs = {
  450. MultiplyByMask = Input { Value = 1, },
  451. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  452. ["Garbage.Matte"] = Input {
  453. SourceOp = "InputDepth_1",
  454. Source = "Output",
  455. },
  456. ["Garbage.MaskNest"] = Input { Value = 1, },
  457. ["Garbage.MaskInverted"] = Input { Value = 1, },
  458. ["Garbage.MaskChannel"] = Input { Value = 5, },
  459. ["Garbage.MaskHigh"] = Input { Value = 0.001, },
  460. Background = Input {
  461. SourceOp = "InputDepth_1",
  462. Source = "Output",
  463. },
  464. },
  465. ViewInfo = OperatorInfo { Pos = { -468, 140.258 } },
  466. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  467. },
  468. GlowOnly_1 = BrightnessContrast {
  469. CtrlWShown = false,
  470. NameSet = true,
  471. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\Downloads\\" } } },
  472. Inputs = {
  473. Alpha = Input { Value = 1, },
  474. Gain = Input { Value = 0, },
  475. ClipBlack = Input { Value = 1, },
  476. ClipWhite = Input { Value = 1, },
  477. PreDividePostMultiply = Input { Value = 1, },
  478. Input = Input {
  479. SourceOp = "Piperouter_1",
  480. Source = "Output",
  481. },
  482. Blend = Input { Value = 0, },
  483. },
  484. ViewInfo = OperatorInfo { Pos = { 302, 231.516 } },
  485. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  486. UserControls = ordered() { Blend = { INP_MaxAllowed = 1000000, INP_Integer = true, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", CBC_TriState = false, LINKS_Name = "Glow Only" } }
  487. },
  488. GlowGain_1 = BrightnessContrast {
  489. CtrlWShown = false,
  490. NameSet = true,
  491. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\Downloads\\" } } },
  492. Inputs = {
  493. Gain = Input { Value = 0.73, },
  494. Input = Input {
  495. SourceOp = "LumaKey_1",
  496. Source = "Output",
  497. },
  498. },
  499. ViewInfo = OperatorInfo { Pos = { -468, 107.258 } },
  500. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  501. },
  502. GammaAft_1 = BrightnessContrast {
  503. CtrlWShown = false,
  504. NameSet = true,
  505. Inputs = {
  506. Alpha = Input { Value = 1, },
  507. Gamma = Input { Value = 2, },
  508. Saturation = Input { Value = 1.06, },
  509. Input = Input {
  510. SourceOp = "Add9_1",
  511. Source = "Output",
  512. },
  513. },
  514. ViewInfo = OperatorInfo { Pos = { 495, 107.258 } },
  515. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  516. },
  517. GammaBef_1 = BrightnessContrast {
  518. CtrlWShown = false,
  519. NameSet = true,
  520. SourceOp = "GammaAft_1",
  521. Inputs = {
  522. EffectMask = Input { },
  523. SettingsNest = Input { },
  524. Saturation = Input { },
  525. Direction = Input { Value = 1, },
  526. Input = Input {
  527. SourceOp = "GlowGain_1",
  528. Source = "Output",
  529. },
  530. CommentsNest = Input { },
  531. FrameRenderScriptNest = Input { },
  532. StartRenderScripts = Input { },
  533. EndRenderScripts = Input { },
  534. },
  535. ViewInfo = OperatorInfo { Pos = { -495, 8.25716 } },
  536. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  537. UserControls = ordered() { Blend = { INP_MaxAllowed = 1000000, INP_Integer = true, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", ICS_ControlPage = "Controls", CBC_TriState = false, INP_SplineType = "Default", LINKS_Name = "Gamma Correction" } }
  538. },
  539. It9_1 = Blur {
  540. CtrlWShown = false,
  541. NameSet = true,
  542. Inputs = {
  543. Radius2 = Input { Value = 4, },
  544. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  545. XBlurSize = Input { Value = 0.145, },
  546. Input = Input {
  547. SourceOp = "GammaBef_1",
  548. Source = "Output",
  549. },
  550. },
  551. ViewInfo = OperatorInfo { Pos = { 495, 8.25716 } },
  552. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  553. UserControls = ordered() { Radius1 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius1" }, Radius = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 10, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius" } }
  554. },
  555. It1_1 = Blur {
  556. CtrlWShown = false,
  557. NameSet = true,
  558. Inputs = {
  559. Radius8 = Input { Value = 256, },
  560. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  561. XBlurSize = Input {
  562. Value = 37.12,
  563. Expression = "It9_1.XBlurSize*Radius9",
  564. },
  565. Input = Input {
  566. SourceOp = "GammaBef_1",
  567. Source = "Output",
  568. },
  569. Radius9 = Input { Value = 256, },
  570. },
  571. ViewInfo = OperatorInfo { Pos = { -385, 8.25716 } },
  572. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  573. UserControls = ordered() { Radius9 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius9" } }
  574. },
  575. Merge2_2 = Merge {
  576. CtrlWShown = false,
  577. NameSet = true,
  578. Inputs = {
  579. ProcessAlpha = Input { Value = 0, },
  580. Background = Input {
  581. SourceOp = "GammaAft_1",
  582. Source = "Output",
  583. },
  584. Foreground = Input {
  585. SourceOp = "Tint_1",
  586. Source = "Output",
  587. },
  588. ApplyMode = Input { Value = FuID { "Multiply" }, },
  589. PerformDepthMerge = Input { Value = 0, },
  590. Blend = Input { Value = 0, },
  591. },
  592. ViewInfo = OperatorInfo { Pos = { 385, 140.258 } },
  593. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  594. UserControls = ordered() { Blend = { INP_MaxAllowed = 1000000, INP_Integer = true, INPID_InputControl = "CheckboxControl", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", CBC_TriState = false, INP_SplineType = "Default", LINKS_Name = "Enable Tint", } }
  595. },
  596. Tint_1 = Background {
  597. CtrlWShown = false,
  598. NameSet = true,
  599. Inputs = {
  600. MaskChannel = Input { Value = 5, },
  601. GlobalOut = Input { Value = 258, },
  602. Width = Input {
  603. Value = 1920,
  604. Expression = "InputDepth_1.Input.Width",
  605. },
  606. Height = Input {
  607. Value = 1080,
  608. Expression = "InputDepth_1.Input.Height",
  609. },
  610. ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
  611. TopLeftRed = Input { Value = 1, },
  612. TopLeftGreen = Input { Value = 1, },
  613. TopLeftBlue = Input { Value = 1, },
  614. },
  615. ViewInfo = OperatorInfo { Pos = { 220, 140.258 } },
  616. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  617. },
  618. Add1_1 = Merge {
  619. CtrlWShown = false,
  620. NameSet = true,
  621. SourceOp = "Add2_1",
  622. Inputs = {
  623. EffectMask = Input { },
  624. SettingsNest = Input { },
  625. Background = Input {
  626. SourceOp = "GammaBef_1",
  627. Source = "Output",
  628. },
  629. Foreground = Input {
  630. SourceOp = "It1_1",
  631. Source = "Output",
  632. },
  633. Merge = Input { },
  634. Channels = Input { },
  635. ReferenceSize = Input { },
  636. CommentsNest = Input { },
  637. FrameRenderScriptNest = Input { },
  638. StartRenderScripts = Input { },
  639. EndRenderScripts = Input { },
  640. },
  641. ViewInfo = OperatorInfo { Pos = { -385, 41.2573 } },
  642. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  643. },
  644. Add2_1 = Merge {
  645. CtrlWShown = false,
  646. NameSet = true,
  647. Inputs = {
  648. Background = Input {
  649. SourceOp = "Add1_1",
  650. Source = "Output",
  651. },
  652. Foreground = Input {
  653. SourceOp = "It2_1",
  654. Source = "Output",
  655. },
  656. ApplyMode = Input { Value = FuID { "Screen" }, },
  657. BurnIn = Input { Value = 1, },
  658. PerformDepthMerge = Input { Value = 0, },
  659. },
  660. ViewInfo = OperatorInfo { Pos = { -275, 41.2573 } },
  661. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  662. },
  663. Add3_1 = Merge {
  664. CtrlWShown = false,
  665. NameSet = true,
  666. SourceOp = "Add2_1",
  667. Inputs = {
  668. EffectMask = Input { },
  669. SettingsNest = Input { },
  670. Background = Input {
  671. SourceOp = "Add2_1",
  672. Source = "Output",
  673. },
  674. Foreground = Input {
  675. SourceOp = "It3_1",
  676. Source = "Output",
  677. },
  678. Merge = Input { },
  679. Channels = Input { },
  680. ReferenceSize = Input { },
  681. CommentsNest = Input { },
  682. FrameRenderScriptNest = Input { },
  683. StartRenderScripts = Input { },
  684. EndRenderScripts = Input { },
  685. },
  686. ViewInfo = OperatorInfo { Pos = { -165, 41.2573 } },
  687. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  688. },
  689. Add4_1 = Merge {
  690. CtrlWShown = false,
  691. NameSet = true,
  692. SourceOp = "Add2_1",
  693. Inputs = {
  694. EffectMask = Input { },
  695. SettingsNest = Input { },
  696. Background = Input {
  697. SourceOp = "Add3_1",
  698. Source = "Output",
  699. },
  700. Foreground = Input {
  701. SourceOp = "It4_1",
  702. Source = "Output",
  703. },
  704. Merge = Input { },
  705. Channels = Input { },
  706. ReferenceSize = Input { },
  707. CommentsNest = Input { },
  708. FrameRenderScriptNest = Input { },
  709. StartRenderScripts = Input { },
  710. EndRenderScripts = Input { },
  711. },
  712. ViewInfo = OperatorInfo { Pos = { -55, 41.2573 } },
  713. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  714. },
  715. Add5_1 = Merge {
  716. CtrlWShown = false,
  717. NameSet = true,
  718. SourceOp = "Add2_1",
  719. Inputs = {
  720. EffectMask = Input { },
  721. SettingsNest = Input { },
  722. Background = Input {
  723. SourceOp = "Add4_1",
  724. Source = "Output",
  725. },
  726. Foreground = Input {
  727. SourceOp = "It5_1",
  728. Source = "Output",
  729. },
  730. Merge = Input { },
  731. Channels = Input { },
  732. ReferenceSize = Input { },
  733. CommentsNest = Input { },
  734. FrameRenderScriptNest = Input { },
  735. StartRenderScripts = Input { },
  736. EndRenderScripts = Input { },
  737. },
  738. ViewInfo = OperatorInfo { Pos = { 55, 41.2573 } },
  739. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  740. },
  741. Add6_1 = Merge {
  742. CtrlWShown = false,
  743. NameSet = true,
  744. SourceOp = "Add2_1",
  745. Inputs = {
  746. EffectMask = Input { },
  747. SettingsNest = Input { },
  748. Background = Input {
  749. SourceOp = "Add5_1",
  750. Source = "Output",
  751. },
  752. Foreground = Input {
  753. SourceOp = "It6_1",
  754. Source = "Output",
  755. },
  756. Merge = Input { },
  757. Channels = Input { },
  758. ReferenceSize = Input { },
  759. CommentsNest = Input { },
  760. FrameRenderScriptNest = Input { },
  761. StartRenderScripts = Input { },
  762. EndRenderScripts = Input { },
  763. },
  764. ViewInfo = OperatorInfo { Pos = { 165, 41.2573 } },
  765. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  766. },
  767. Add7_1 = Merge {
  768. CtrlWShown = false,
  769. NameSet = true,
  770. SourceOp = "Add2_1",
  771. Inputs = {
  772. EffectMask = Input { },
  773. SettingsNest = Input { },
  774. Background = Input {
  775. SourceOp = "Add6_1",
  776. Source = "Output",
  777. },
  778. Foreground = Input {
  779. SourceOp = "It7_1",
  780. Source = "Output",
  781. },
  782. Merge = Input { },
  783. Channels = Input { },
  784. ReferenceSize = Input { },
  785. CommentsNest = Input { },
  786. FrameRenderScriptNest = Input { },
  787. StartRenderScripts = Input { },
  788. EndRenderScripts = Input { },
  789. },
  790. ViewInfo = OperatorInfo { Pos = { 275, 41.2573 } },
  791. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  792. },
  793. Add8_1 = Merge {
  794. CtrlWShown = false,
  795. NameSet = true,
  796. SourceOp = "Add2_1",
  797. Inputs = {
  798. EffectMask = Input { },
  799. SettingsNest = Input { },
  800. Background = Input {
  801. SourceOp = "Add7_1",
  802. Source = "Output",
  803. },
  804. Foreground = Input {
  805. SourceOp = "It8_1",
  806. Source = "Output",
  807. },
  808. Merge = Input { },
  809. Channels = Input { },
  810. ReferenceSize = Input { },
  811. CommentsNest = Input { },
  812. FrameRenderScriptNest = Input { },
  813. StartRenderScripts = Input { },
  814. EndRenderScripts = Input { },
  815. },
  816. ViewInfo = OperatorInfo { Pos = { 385, 41.2573 } },
  817. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  818. },
  819. Add9_1 = Merge {
  820. CtrlWShown = false,
  821. NameSet = true,
  822. SourceOp = "Add2_1",
  823. Inputs = {
  824. EffectMask = Input { },
  825. SettingsNest = Input { },
  826. Background = Input {
  827. SourceOp = "Add8_1",
  828. Source = "Output",
  829. },
  830. Foreground = Input {
  831. SourceOp = "It9_1",
  832. Source = "Output",
  833. },
  834. Merge = Input { },
  835. Channels = Input { },
  836. ReferenceSize = Input { },
  837. CommentsNest = Input { },
  838. FrameRenderScriptNest = Input { },
  839. StartRenderScripts = Input { },
  840. EndRenderScripts = Input { },
  841. },
  842. ViewInfo = OperatorInfo { Pos = { 495, 41.2573 } },
  843. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  844. },
  845. It2_1 = Blur {
  846. CtrlWShown = false,
  847. NameSet = true,
  848. Inputs = {
  849. Radius7 = Input { Value = 128, },
  850. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  851. XBlurSize = Input {
  852. Value = 18.56,
  853. Expression = "It9_1.XBlurSize*Radius8",
  854. },
  855. Passes = Input { Value = 16, },
  856. Input = Input {
  857. SourceOp = "GammaBef_1",
  858. Source = "Output",
  859. },
  860. Radius8 = Input { Value = 128, },
  861. },
  862. ViewInfo = OperatorInfo { Pos = { -275, 8.25716 } },
  863. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  864. UserControls = ordered() { Radius8 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius8" } }
  865. },
  866. It3_1 = Blur {
  867. CtrlWShown = false,
  868. NameSet = true,
  869. Inputs = {
  870. Radius6 = Input { Value = 64, },
  871. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  872. XBlurSize = Input {
  873. Value = 9.28,
  874. Expression = "It9_1.XBlurSize*Radius7",
  875. },
  876. Input = Input {
  877. SourceOp = "GammaBef_1",
  878. Source = "Output",
  879. },
  880. Radius7 = Input { Value = 64, },
  881. },
  882. ViewInfo = OperatorInfo { Pos = { -165, 8.25716 } },
  883. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  884. UserControls = ordered() { Radius7 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius7" } }
  885. },
  886. It4_1 = Blur {
  887. CtrlWShown = false,
  888. NameSet = true,
  889. Inputs = {
  890. Radius5 = Input { Value = 32, },
  891. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  892. XBlurSize = Input {
  893. Value = 4.64,
  894. Expression = "It9_1.XBlurSize*Radius6",
  895. },
  896. Input = Input {
  897. SourceOp = "GammaBef_1",
  898. Source = "Output",
  899. },
  900. Radius6 = Input { Value = 32, },
  901. },
  902. ViewInfo = OperatorInfo { Pos = { -55, 8.25716 } },
  903. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  904. UserControls = ordered() { Radius6 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius6" } }
  905. },
  906. It5_1 = Blur {
  907. CtrlWShown = false,
  908. NameSet = true,
  909. Inputs = {
  910. Radius4 = Input { Value = 16, },
  911. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  912. XBlurSize = Input {
  913. Value = 2.32,
  914. Expression = "It9_1.XBlurSize*Radius5",
  915. },
  916. Input = Input {
  917. SourceOp = "GammaBef_1",
  918. Source = "Output",
  919. },
  920. Radius5 = Input { Value = 16, },
  921. },
  922. ViewInfo = OperatorInfo { Pos = { 55, 8.25716 } },
  923. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  924. UserControls = ordered() { Radius5 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius5" } }
  925. },
  926. It6_1 = Blur {
  927. CtrlWShown = false,
  928. NameSet = true,
  929. Inputs = {
  930. Radius3 = Input { Value = 8, },
  931. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  932. XBlurSize = Input {
  933. Value = 1.16,
  934. Expression = "It9_1.XBlurSize*Radius4",
  935. },
  936. Passes = Input { Value = 16, },
  937. Input = Input {
  938. SourceOp = "GammaBef_1",
  939. Source = "Output",
  940. },
  941. Radius4 = Input { Value = 8, },
  942. },
  943. ViewInfo = OperatorInfo { Pos = { 165, 8.25716 } },
  944. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  945. UserControls = ordered() { Radius4 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius4" } }
  946. },
  947. It7_1 = Blur {
  948. CtrlWShown = false,
  949. NameSet = true,
  950. Inputs = {
  951. Radius2 = Input { Value = 4, },
  952. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  953. XBlurSize = Input {
  954. Value = 0.58,
  955. Expression = "It9_1.XBlurSize*Radius3",
  956. },
  957. Passes = Input { Value = 16, },
  958. Input = Input {
  959. SourceOp = "GammaBef_1",
  960. Source = "Output",
  961. },
  962. Radius3 = Input { Value = 4, },
  963. },
  964. ViewInfo = OperatorInfo { Pos = { 275, 8.25716 } },
  965. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  966. UserControls = ordered() { Radius3 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius3" } }
  967. },
  968. It8_1 = Blur {
  969. CtrlWShown = false,
  970. NameSet = true,
  971. Inputs = {
  972. Filter = Input { Value = FuID { "Fast Gaussian" }, },
  973. XBlurSize = Input {
  974. Value = 0.29,
  975. Expression = "It9_1.XBlurSize*Radius2",
  976. },
  977. Passes = Input { Value = 16, },
  978. Input = Input {
  979. SourceOp = "GammaBef_1",
  980. Source = "Output",
  981. },
  982. Radius2 = Input { Value = 2, },
  983. },
  984. ViewInfo = OperatorInfo { Pos = { 385, 8.25716 } },
  985. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  986. UserControls = ordered() { Radius2 = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = "SliderControl", INP_MaxScale = 750, INP_Default = 1, INP_MinScale = 1, INP_MinAllowed = 0, LINKID_DataType = "Number", ICS_ControlPage = "Controls", INP_SplineType = "Default", LINKS_Name = "Radius2" } }
  987. },
  988. FinalMerge_1 = Merge {
  989. CtrlWShown = false,
  990. NameSet = true,
  991. Inputs = {
  992. ProcessAlpha = Input { Value = 0, },
  993. Background = Input {
  994. SourceOp = "GlowOnly_1",
  995. Source = "Output",
  996. },
  997. Foreground = Input {
  998. SourceOp = "ChangeDepth_1",
  999. Source = "Output",
  1000. },
  1001. ApplyMode = Input { Value = FuID { "Screen" }, },
  1002. BurnIn = Input { Value = 1, },
  1003. PerformDepthMerge = Input { Value = 0, },
  1004. },
  1005. ViewInfo = OperatorInfo { Pos = { 412, 231.516 } },
  1006. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  1007. },
  1008. Labels_1 = Merge {
  1009. PassThrough = true,
  1010. CtrlWShown = false,
  1011. NameSet = true,
  1012. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\OneDrive\\Desktop\\Editing Pack\\Ideas\\" } } },
  1013. Inputs = {
  1014. PerformDepthMerge = Input { Value = 0, },
  1015. },
  1016. ViewInfo = OperatorInfo { Pos = { 27, 66.5152 } },
  1017. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, },
  1018. UserControls = ordered() { Hide1_1 = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 1, INP_SplineType = "Default", INP_Default = 1, INP_External = false, LINKID_DataType = "Number", INP_Passive = true, LINKS_Name = "Hide1_1", }, Hide1_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 1, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide1_2", }, Hide1_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 1, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide1_3", }, Hide2_1 = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 2, INP_SplineType = "Default", INP_Default = 1, INP_External = false, LINKID_DataType = "Number", INP_Passive = true, LINKS_Name = "Hide2_1", }, Hide2_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 2, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide2_2", }, Hide2_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 2, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide2_3", }, Hide3_1 = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 3, INP_SplineType = "Default", INP_Default = 1, INP_External = false, LINKID_DataType = "Number", INP_Passive = true, LINKS_Name = "Hide3_1", }, Hide3_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 3, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide3_2", }, Hide3_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 3, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide3_3", }, Hide3_4 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 3, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide3_4", }, Hide4_1 = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 4, INP_SplineType = "Default", INP_Default = 1, INP_External = false, LINKID_DataType = "Number", INP_Passive = true, LINKS_Name = "Hide4_1", }, Hide4_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 4, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide4_2", }, Hide4_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 4, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide4_3", }, Hide4_4 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 4, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide4_4", }, Hide4_5 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 4, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide4_5", }, Hide5_1 = { INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_SplineType = "Default", INP_Default = 1, INP_External = false, LINKID_DataType = "Number", INP_Passive = true, LINKS_Name = "Hide5_1", }, Hide5_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide5_2", }, Hide5_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide5_3", }, Hide5_4 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide5_4", }, Hide5_5 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide5_5", }, Hide5_6 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 5, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide5_6", }, Hide6_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide6_1", }, Hide6_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide6_2", }, Hide6_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide6_3", }, Hide6_4 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide6_4", }, Hide6_5 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 6, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide6_5", }, Hide7_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 7, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide7_1", }, Hide7_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 7, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide7_2", }, Hide7_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 7, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide7_3", }, Hide7_4 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 7, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide7_4", }, Hide7_5 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 7, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide7_5", }, Hide8_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 8, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide8_1", }, Hide8_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 8, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide8_2", }, Hide8_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 8, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide8_3", }, Hide9_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 9, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide9_1", }, Hide9_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 9, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide9_2", }, Hide9_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 9, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide9_3", }, Hide10_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 10, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide10_1", }, Hide10_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 10, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide10_2", }, Hide10_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 10, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide10_3", }, Hide11_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 11, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide11_1", }, Hide11_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 11, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide11_2", }, Hide11_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 11, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide11_3", }, Hide12_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 12, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide12_1", }, Hide12_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 12, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide12_2", }, Hide12_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 12, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide12_3", }, Hide13_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 13, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide13_1", }, Hide13_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 13, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide13_2", }, Hide13_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 13, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide13_3", }, Hide14_1 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 14, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide14_1", }, Hide14_2 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 14, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide14_2", }, Hide14_3 = { INP_MaxAllowed = 1000000, INP_Integer = false, LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", LBLC_NumInputs = 14, INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = "Number", INP_External = false, INP_Passive = true, INP_SplineType = "Default", LINKS_Name = "Hide14_3", } }
  1019. },
  1020. Piperouter_1 = ChangeDepth {
  1021. PassThrough = true,
  1022. CtrlWShown = false,
  1023. NameSet = true,
  1024. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\Downloads\\" } } },
  1025. Inputs = {
  1026. Input = Input {
  1027. SourceOp = "Renderer3D1",
  1028. Source = "Output",
  1029. },
  1030. },
  1031. ViewInfo = OperatorInfo { Pos = { -440, 239.258 } },
  1032. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  1033. },
  1034. ChangeDepth_1 = ChangeDepth {
  1035. CtrlWShown = false,
  1036. NameSet = true,
  1037. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\Downloads\\" } } },
  1038. Inputs = {
  1039. Depth = Input { Value = 4, },
  1040. Dither = Input { Value = 1, },
  1041. Input = Input {
  1042. SourceOp = "Merge2_2",
  1043. Source = "Output",
  1044. },
  1045. },
  1046. ViewInfo = OperatorInfo { Pos = { 385, 173.258 } },
  1047. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  1048. },
  1049. InputDepth_1 = ChangeDepth {
  1050. CtrlWShown = false,
  1051. NameSet = true,
  1052. CustomData = { Path = { Map = { ["Setting:"] = "C:\\Users\\loren\\Downloads\\" } } },
  1053. Inputs = {
  1054. Depth = Input { Value = 4, },
  1055. Input = Input {
  1056. SourceOp = "Piperouter_1",
  1057. Source = "Output",
  1058. },
  1059. },
  1060. ViewInfo = OperatorInfo { Pos = { -440, 206.258 } },
  1061. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  1062. }
  1063. },
  1064. Colors = { TileColor = { R = 0.584313725490196, G = 0.294117647058824, B = 0.803921568627451 }, }
  1065. }
  1066. }
  1067. }
Advertisement
Add Comment
Please, Sign In to add comment