abogomolov

replicate

Jul 5th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.72 KB | None | 0 0
  1. {
  2.     Tools = ordered() {
  3.         Shape3D3 = Shape3D {
  4.             Inputs = {
  5.                 Shape = Input { Value = FuID { "SurfaceSphereInputs" }, },
  6.                 ["MtlStdInputs.MaterialID"] = Input { Value = 12, },
  7.                 ["SurfacePlaneInputs.ObjectID.ObjectID"] = Input { Value = 8, },
  8.                 ["SurfaceSphereInputs.Radius"] = Input { Value = 30, },
  9.                 ["SurfaceSphereInputs.ObjectID.ObjectID"] = Input { Value = 9, }
  10.             },
  11.             ViewInfo = OperatorInfo { Pos = { 1629.24, -532.172 } },
  12.         },
  13.         Replicate3D2 = Replicate3D {
  14.             Inputs = {
  15.                 Alignment = Input { Value = 1, },
  16.                 Destination = Input {
  17.                     SourceOp = "Shape3D3",
  18.                     Source = "Output",
  19.                 },
  20.                 Input1 = Input {
  21.                     SourceOp = "Transform3D2",
  22.                     Source = "Output",
  23.                 },
  24.             },
  25.             ViewInfo = OperatorInfo { Pos = { 1675.24, -460.172 } },
  26.         },
  27.         Transform3D2 = Transform3D {
  28.             Inputs = {
  29.                 SceneInput = Input {
  30.                     SourceOp = "Shape3D2",
  31.                     Source = "Output",
  32.                 },
  33.                 ["Transform3DOp.Rotate.X"] = Input { Value = -90, },
  34.                 ["Transform3DOp.Scale.X"] = Input { Value = 0.351, },
  35.             },
  36.             ViewInfo = OperatorInfo { Pos = { 1565.24, -460.172 } },
  37.         },
  38.         Shape3D2 = Shape3D {
  39.             Inputs = {
  40.                 Shape = Input { Value = FuID { "SurfaceCylinderInputs" }, },
  41.                 ["MtlStdInputs.MaterialID"] = Input { Value = 11, },
  42.                 ["SurfacePlaneInputs.ObjectID.ObjectID"] = Input { Value = 4, },
  43.                 ["SurfaceCylinderInputs.Radius"] = Input { Value = 1.71, },
  44.                 ["SurfaceCylinderInputs.Height"] = Input { Value = 0.04, },
  45.                 ["SurfaceCylinderInputs.BottomCap"] = Input { Value = 1, },
  46.                 ["SurfaceCylinderInputs.TopCap"] = Input { Value = 1, },
  47.                 ["SurfaceCylinderInputs.ObjectID.ObjectID"] = Input { Value = 7, }
  48.             },
  49.             ViewInfo = OperatorInfo { Pos = { 1455.24, -460.172 } },
  50.         }
  51.     }
  52. }
Add Comment
Please, Sign In to add comment