Advertisement
Guest User

Untitled

a guest
Jun 28th, 2025
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. Tools = ordered() {
  3. Text3D1 = Text3D {
  4. Inputs = {
  5. LayoutRotation = Input { Value = 1, },
  6. TransformRotation = Input { Value = 1, },
  7. StyledText = Input { Value = "HAPPY HOURS", },
  8. Font = Input { Value = "Gotham", },
  9. Style = Input { Value = "Bold", },
  10. VerticalTopCenterBottom = Input { Value = 1, },
  11. VerticalJustification = Input { Value = 3, },
  12. VerticalJustificationNew = Input { Value = 3, },
  13. HorizontalJustificationNew = Input { Value = 3, },
  14. ExtrusionProfile = Input {
  15. SourceOp = "Text3D1ExtrusionProfile",
  16. Source = "Value",
  17. },
  18. },
  19. ViewInfo = OperatorInfo { Pos = { 275, 16.5 } },
  20. },
  21. Text3D1ExtrusionProfile = LUTBezier {
  22. KeyColorSplines = {
  23. [0] = {
  24. [0] = { 0, RH = { 0.0666666666666667, 0.333333333333333 }, Flags = { Linear = true } },
  25. [0.2] = { 1, LH = { 0.133333333333333, 0.666666666666667 }, RH = { 0.4, 1 }, Flags = { Linear = true } },
  26. [0.8] = { 1, LH = { 0.6, 1 }, RH = { 0.866666666666667, 0.666666666666667 }, Flags = { Linear = true } },
  27. [1] = { 0, LH = { 0.933333333333333, 0.333333333333333 }, Flags = { Linear = true } }
  28. }
  29. },
  30. SplineColor = { Red = 192, Green = 128, Blue = 64 },
  31. CtrlWZoom = false,
  32. },
  33. Ribbon3D1 = Ribbon3D {
  34. CtrlWZoom = false,
  35. Inputs = {
  36. NumberOfLines = Input { Value = 1, },
  37. ["Start.X"] = Input { Value = -3.73513892962899, },
  38. ["Start.Y"] = Input { Value = 3.49300111287225, },
  39. ["End.X"] = Input { Value = 58.3227629091355, },
  40. ["ObjectID.ObjectID"] = Input { Value = 1, },
  41. ["MtlStdInputs.MaterialID"] = Input { Value = 1, },
  42. },
  43. ViewInfo = OperatorInfo { Pos = { 55, 214.5 } },
  44. },
  45. Replicate3D1 = Replicate3D {
  46. Inputs = {
  47. Alignment = Input { Value = 2, },
  48. PerParticleColors = Input { Value = 2, },
  49. Destination = Input {
  50. SourceOp = "Ribbon3D1",
  51. Source = "Output",
  52. },
  53. Input1 = Input {
  54. SourceOp = "Text3D1",
  55. Source = "Output",
  56. },
  57. },
  58. ViewInfo = OperatorInfo { Pos = { 275, 214.5 } },
  59. },
  60. Bender3D1 = Bender3D {
  61. Inputs = {
  62. SceneInput = Input {
  63. SourceOp = "Replicate3D1",
  64. Source = "Data3D",
  65. },
  66. Amount = Input { Value = 2, },
  67. Axis = Input { Value = 0, },
  68. Angle = Input { Value = 90, },
  69. Group = Input { Value = 1, },
  70. },
  71. ViewInfo = OperatorInfo { Pos = { 275, 313.5 } },
  72. }
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement