UNPKG

@bottobot/td-mcp

Version:

TouchDesigner Documentation MCP Server v2.3 - Pure MCP server for VS Code/Codium with comprehensive operator documentation for 629 operators + 7 tutorials across all categories (TOP, CHOP, SOP, DAT, MAT, COMP, POP). Features experimental POP operators wit

2,166 lines 56.6 kB
{
  "name": "Point Generator POP",
  "id": "point_generator_pop",
  "category": "POP",
  "subcategory": "Experimental",
  "description": "The Point Generator POP creates a specified number of points, either randomly or in a pattern, on the surface of shape or within the volume of a closed shape.",
  "parameters": [
    {
      "name": "N",
      "label": "Shape",
      "description": "Configure Shape for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Sphere",
          "value": "sphere",
          "description": ""
        },
        {
          "label": "Box",
          "value": "box",
          "description": ""
        },
        {
          "label": "Torus",
          "value": "torus",
          "description": ""
        },
        {
          "label": "Tube",
          "value": "tube",
          "description": ""
        },
        {
          "label": "Rectangle",
          "value": "rectangle",
          "description": ""
        },
        {
          "label": "Circle",
          "value": "circle",
          "description": ""
        },
        {
          "label": "Line",
          "value": "line",
          "description": ""
        },
        {
          "label": "Volume",
          "value": "volume",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        },
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size1",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size2",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size3",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius1",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius2",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius3",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa1",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa2",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa3",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb1",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb2",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb3",
          "description": ""
        },
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "Primitive",
          "value": "primNormals",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Off",
          "value": "off",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random to Normal",
          "value": "randomtonormal",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Scale Rotate Translate",
          "value": "srt",
          "description": ""
        },
        {
          "label": "Scale Translate Rotate",
          "value": "str",
          "description": ""
        },
        {
          "label": "Rotate Scale Translate",
          "value": "rst",
          "description": ""
        },
        {
          "label": "Rotate Translate Scale",
          "value": "rts",
          "description": ""
        },
        {
          "label": "Translate Scale Rotate",
          "value": "tsr",
          "description": ""
        },
        {
          "label": "Translate Rotate Scale",
          "value": "trs",
          "description": ""
        },
        {
          "label": "Rx Ry Rz",
          "value": "xyz",
          "description": ""
        },
        {
          "label": "Rx Rz Ry",
          "value": "xzy",
          "description": ""
        },
        {
          "label": "Ry Rx Rz",
          "value": "yxz",
          "description": ""
        },
        {
          "label": "Ry Rz Rx",
          "value": "yzx",
          "description": ""
        },
        {
          "label": "Rz Rx Ry",
          "value": "zxy",
          "description": ""
        },
        {
          "label": "Rz Ry Rx",
          "value": "zyx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "ty",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tz",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rx",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "ry",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rz",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sx",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sy",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sz",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "px",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "py",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "pz",
          "description": ""
        },
        {
          "label": "sRGB",
          "value": "srgb",
          "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "sRGB - Linear",
          "value": "srgblinear",
          "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.601 (NTSC)",
          "value": "rec601ntsc",
          "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.709",
          "value": "rec709",
          "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.2020",
          "value": "rec2020",
          "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3",
          "value": "dcip3",
          "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3 (D60)",
          "value": "dcip3d60",
          "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Display-P3 (D65)",
          "value": "displayp3d65",
          "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACES2065-1",
          "value": "aces2065-1",
          "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACEScg",
          "value": "acescg",
          "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Passthrough",
          "value": "passthrough",
          "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
        },
        {
          "label": "Default For Color Space",
          "value": "default",
          "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
        },
        {
          "label": "Standard (SDR)",
          "value": "sdr",
          "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
        },
        {
          "label": "High (HDR)",
          "value": "hdr",
          "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
        }
      ]
    },
    {
      "name": "N",
      "label": "Shape",
      "description": "Configure Shape for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Sphere",
          "value": "sphere",
          "description": ""
        },
        {
          "label": "Box",
          "value": "box",
          "description": ""
        },
        {
          "label": "Torus",
          "value": "torus",
          "description": ""
        },
        {
          "label": "Tube",
          "value": "tube",
          "description": ""
        },
        {
          "label": "Rectangle",
          "value": "rectangle",
          "description": ""
        },
        {
          "label": "Circle",
          "value": "circle",
          "description": ""
        },
        {
          "label": "Line",
          "value": "line",
          "description": ""
        },
        {
          "label": "Volume",
          "value": "volume",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        },
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size1",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size2",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size3",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius1",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius2",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius3",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa1",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa2",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa3",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb1",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb2",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb3",
          "description": ""
        },
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "Primitive",
          "value": "primNormals",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Off",
          "value": "off",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random to Normal",
          "value": "randomtonormal",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Scale Rotate Translate",
          "value": "srt",
          "description": ""
        },
        {
          "label": "Scale Translate Rotate",
          "value": "str",
          "description": ""
        },
        {
          "label": "Rotate Scale Translate",
          "value": "rst",
          "description": ""
        },
        {
          "label": "Rotate Translate Scale",
          "value": "rts",
          "description": ""
        },
        {
          "label": "Translate Scale Rotate",
          "value": "tsr",
          "description": ""
        },
        {
          "label": "Translate Rotate Scale",
          "value": "trs",
          "description": ""
        },
        {
          "label": "Rx Ry Rz",
          "value": "xyz",
          "description": ""
        },
        {
          "label": "Rx Rz Ry",
          "value": "xzy",
          "description": ""
        },
        {
          "label": "Ry Rx Rz",
          "value": "yxz",
          "description": ""
        },
        {
          "label": "Ry Rz Rx",
          "value": "yzx",
          "description": ""
        },
        {
          "label": "Rz Rx Ry",
          "value": "zxy",
          "description": ""
        },
        {
          "label": "Rz Ry Rx",
          "value": "zyx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "ty",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tz",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rx",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "ry",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rz",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sx",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sy",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sz",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "px",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "py",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "pz",
          "description": ""
        },
        {
          "label": "sRGB",
          "value": "srgb",
          "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "sRGB - Linear",
          "value": "srgblinear",
          "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.601 (NTSC)",
          "value": "rec601ntsc",
          "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.709",
          "value": "rec709",
          "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.2020",
          "value": "rec2020",
          "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3",
          "value": "dcip3",
          "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3 (D60)",
          "value": "dcip3d60",
          "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Display-P3 (D65)",
          "value": "displayp3d65",
          "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACES2065-1",
          "value": "aces2065-1",
          "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACEScg",
          "value": "acescg",
          "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Passthrough",
          "value": "passthrough",
          "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
        },
        {
          "label": "Default For Color Space",
          "value": "default",
          "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
        },
        {
          "label": "Standard (SDR)",
          "value": "sdr",
          "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
        },
        {
          "label": "High (HDR)",
          "value": "hdr",
          "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
        }
      ]
    },
    {
      "name": "N",
      "label": "Shape",
      "description": "Configure Shape for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Sphere",
          "value": "sphere",
          "description": ""
        },
        {
          "label": "Box",
          "value": "box",
          "description": ""
        },
        {
          "label": "Torus",
          "value": "torus",
          "description": ""
        },
        {
          "label": "Tube",
          "value": "tube",
          "description": ""
        },
        {
          "label": "Rectangle",
          "value": "rectangle",
          "description": ""
        },
        {
          "label": "Circle",
          "value": "circle",
          "description": ""
        },
        {
          "label": "Line",
          "value": "line",
          "description": ""
        },
        {
          "label": "Volume",
          "value": "volume",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        },
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size1",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size2",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size3",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius1",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius2",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius3",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa1",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa2",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa3",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb1",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb2",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb3",
          "description": ""
        },
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "Primitive",
          "value": "primNormals",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Off",
          "value": "off",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random to Normal",
          "value": "randomtonormal",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        },
        {
          "label": "Scale Rotate Translate",
          "value": "srt",
          "description": ""
        },
        {
          "label": "Scale Translate Rotate",
          "value": "str",
          "description": ""
        },
        {
          "label": "Rotate Scale Translate",
          "value": "rst",
          "description": ""
        },
        {
          "label": "Rotate Translate Scale",
          "value": "rts",
          "description": ""
        },
        {
          "label": "Translate Scale Rotate",
          "value": "tsr",
          "description": ""
        },
        {
          "label": "Translate Rotate Scale",
          "value": "trs",
          "description": ""
        },
        {
          "label": "Rx Ry Rz",
          "value": "xyz",
          "description": ""
        },
        {
          "label": "Rx Rz Ry",
          "value": "xzy",
          "description": ""
        },
        {
          "label": "Ry Rx Rz",
          "value": "yxz",
          "description": ""
        },
        {
          "label": "Ry Rz Rx",
          "value": "yzx",
          "description": ""
        },
        {
          "label": "Rz Rx Ry",
          "value": "zxy",
          "description": ""
        },
        {
          "label": "Rz Ry Rx",
          "value": "zyx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "ty",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tz",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rx",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "ry",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rz",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sx",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sy",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sz",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "px",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "py",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "pz",
          "description": ""
        },
        {
          "label": "sRGB",
          "value": "srgb",
          "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "sRGB - Linear",
          "value": "srgblinear",
          "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.601 (NTSC)",
          "value": "rec601ntsc",
          "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.709",
          "value": "rec709",
          "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.2020",
          "value": "rec2020",
          "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3",
          "value": "dcip3",
          "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3 (D60)",
          "value": "dcip3d60",
          "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Display-P3 (D65)",
          "value": "displayp3d65",
          "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACES2065-1",
          "value": "aces2065-1",
          "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACEScg",
          "value": "acescg",
          "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Passthrough",
          "value": "passthrough",
          "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
        },
        {
          "label": "Default For Color Space",
          "value": "default",
          "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
        },
        {
          "label": "Standard (SDR)",
          "value": "sdr",
          "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
        },
        {
          "label": "High (HDR)",
          "value": "hdr",
          "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
        }
      ]
    },
    {
      "name": "shape",
      "label": "Shape",
      "description": "Configure Shape for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Sphere",
          "value": "sphere",
          "description": ""
        },
        {
          "label": "Box",
          "value": "box",
          "description": ""
        },
        {
          "label": "Torus",
          "value": "torus",
          "description": ""
        },
        {
          "label": "Tube",
          "value": "tube",
          "description": ""
        },
        {
          "label": "Rectangle",
          "value": "rectangle",
          "description": ""
        },
        {
          "label": "Circle",
          "value": "circle",
          "description": ""
        },
        {
          "label": "Line",
          "value": "line",
          "description": ""
        }
      ]
    },
    {
      "name": "sphere",
      "label": "Sphere",
      "description": "Configure Sphere for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Sphere",
          "value": "sphere",
          "description": ""
        },
        {
          "label": "Box",
          "value": "box",
          "description": ""
        },
        {
          "label": "Torus",
          "value": "torus",
          "description": ""
        },
        {
          "label": "Tube",
          "value": "tube",
          "description": ""
        },
        {
          "label": "Rectangle",
          "value": "rectangle",
          "description": ""
        },
        {
          "label": "Circle",
          "value": "circle",
          "description": ""
        },
        {
          "label": "Line",
          "value": "line",
          "description": ""
        }
      ]
    },
    {
      "name": "createpointprim",
      "label": "Create Point Primitives",
      "description": "Configure Create Point Primitives for the operator",
      "type": "string"
    },
    {
      "name": "numpoints",
      "label": "Number of Points",
      "description": "Configure Number of Points for the operator",
      "type": "string"
    },
    {
      "name": "distribution",
      "label": "Distribution",
      "description": "Configure Distribution for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Volume",
          "value": "volume",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        }
      ]
    },
    {
      "name": "volume",
      "label": "Volume",
      "description": "Configure Volume for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Volume",
          "value": "volume",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        }
      ]
    },
    {
      "name": "random",
      "label": "Random",
      "description": "Configure Random for the operator",
      "type": "string"
    },
    {
      "name": "seed",
      "label": "Seed",
      "description": "Configure Seed for the operator",
      "type": "string"
    },
    {
      "name": "orientation",
      "label": "Orientation",
      "description": "Configure Orientation for the operator",
      "type": "menu",
      "options": [
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        }
      ]
    },
    {
      "name": "xy",
      "label": "XY Plane",
      "description": "Configure XY Plane for the operator",
      "type": "menu",
      "options": [
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        }
      ]
    },
    {
      "name": "size",
      "label": "Size",
      "description": "Configure Size for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Size",
          "value": "size1",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size2",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size3",
          "description": ""
        }
      ]
    },
    {
      "name": "size1",
      "label": "Size",
      "description": "Configure Size for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Size",
          "value": "size1",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size2",
          "description": ""
        },
        {
          "label": "Size",
          "value": "size3",
          "description": ""
        }
      ]
    },
    {
      "name": "radius",
      "label": "Radius",
      "description": "Configure Radius for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radius",
          "value": "radius1",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius2",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius3",
          "description": ""
        }
      ]
    },
    {
      "name": "radius1",
      "label": "Radius",
      "description": "Configure Radius for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radius",
          "value": "radius1",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius2",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radius3",
          "description": ""
        }
      ]
    },
    {
      "name": "height",
      "label": "Height",
      "description": "Configure Height for the operator",
      "type": "string"
    },
    {
      "name": "pointa",
      "label": "Point A",
      "description": "Configure Point A for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Point A",
          "value": "pointa1",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa2",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa3",
          "description": ""
        }
      ]
    },
    {
      "name": "pointa1",
      "label": "Point A",
      "description": "Configure Point A for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Point A",
          "value": "pointa1",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa2",
          "description": ""
        },
        {
          "label": "Point A",
          "value": "pointa3",
          "description": ""
        }
      ]
    },
    {
      "name": "pointb",
      "label": "Point B",
      "description": "Configure Point B for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Point B",
          "value": "pointb1",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb2",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb3",
          "description": ""
        }
      ]
    },
    {
      "name": "pointb1",
      "label": "Point B",
      "description": "Configure Point B for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Point B",
          "value": "pointb1",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb2",
          "description": ""
        },
        {
          "label": "Point B",
          "value": "pointb3",
          "description": ""
        }
      ]
    },
    {
      "name": "normal",
      "label": "Normal",
      "description": "Configure Normal for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "Primitive",
          "value": "primNormals",
          "description": ""
        }
      ]
    },
    {
      "name": "none",
      "label": "None",
      "description": "Configure None for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "Primitive",
          "value": "primNormals",
          "description": ""
        }
      ]
    },
    {
      "name": "normaldirection",
      "label": "Normal Direction",
      "description": "Configure Normal Direction for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        }
      ]
    },
    {
      "name": "default",
      "label": "Default",
      "description": "Configure Default for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        }
      ]
    },
    {
      "name": "dotangent",
      "label": "Tangent",
      "description": "Configure Tangent for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Off",
          "value": "off",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random to Normal",
          "value": "randomtonormal",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        }
      ]
    },
    {
      "name": "off",
      "label": "Off",
      "description": "Configure Off for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Off",
          "value": "off",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Random to Normal",
          "value": "randomtonormal",
          "description": ""
        },
        {
          "label": "Random",
          "value": "random",
          "description": ""
        }
      ]
    },
    {
      "name": "xord",
      "label": "Transform Order",
      "description": "Configure Transform Order for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Scale Rotate Translate",
          "value": "srt",
          "description": ""
        },
        {
          "label": "Scale Translate Rotate",
          "value": "str",
          "description": ""
        },
        {
          "label": "Rotate Scale Translate",
          "value": "rst",
          "description": ""
        },
        {
          "label": "Rotate Translate Scale",
          "value": "rts",
          "description": ""
        },
        {
          "label": "Translate Scale Rotate",
          "value": "tsr",
          "description": ""
        },
        {
          "label": "Translate Rotate Scale",
          "value": "trs",
          "description": ""
        }
      ]
    },
    {
      "name": "srt",
      "label": "Scale Rotate Translate",
      "description": "Configure Scale Rotate Translate for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Scale Rotate Translate",
          "value": "srt",
          "description": ""
        },
        {
          "label": "Scale Translate Rotate",
          "value": "str",
          "description": ""
        },
        {
          "label": "Rotate Scale Translate",
          "value": "rst",
          "description": ""
        },
        {
          "label": "Rotate Translate Scale",
          "value": "rts",
          "description": ""
        },
        {
          "label": "Translate Scale Rotate",
          "value": "tsr",
          "description": ""
        },
        {
          "label": "Translate Rotate Scale",
          "value": "trs",
          "description": ""
        }
      ]
    },
    {
      "name": "rord",
      "label": "Rotate Order",
      "description": "Configure Rotate Order for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Rx Ry Rz",
          "value": "xyz",
          "description": ""
        },
        {
          "label": "Rx Rz Ry",
          "value": "xzy",
          "description": ""
        },
        {
          "label": "Ry Rx Rz",
          "value": "yxz",
          "description": ""
        },
        {
          "label": "Ry Rz Rx",
          "value": "yzx",
          "description": ""
        },
        {
          "label": "Rz Rx Ry",
          "value": "zxy",
          "description": ""
        },
        {
          "label": "Rz Ry Rx",
          "value": "zyx",
          "description": ""
        }
      ]
    },
    {
      "name": "xyz",
      "label": "Rx Ry Rz",
      "description": "Configure Rx Ry Rz for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Rx Ry Rz",
          "value": "xyz",
          "description": ""
        },
        {
          "label": "Rx Rz Ry",
          "value": "xzy",
          "description": ""
        },
        {
          "label": "Ry Rx Rz",
          "value": "yxz",
          "description": ""
        },
        {
          "label": "Ry Rz Rx",
          "value": "yzx",
          "description": ""
        },
        {
          "label": "Rz Rx Ry",
          "value": "zxy",
          "description": ""
        },
        {
          "label": "Rz Ry Rx",
          "value": "zyx",
          "description": ""
        }
      ]
    },
    {
      "name": "t",
      "label": "Translate",
      "description": "Configure Translate for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Translate",
          "value": "tx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "ty",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tz",
          "description": ""
        }
      ]
    },
    {
      "name": "tx",
      "label": "Translate",
      "description": "Configure Translate for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Translate",
          "value": "tx",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "ty",
          "description": ""
        },
        {
          "label": "Translate",
          "value": "tz",
          "description": ""
        }
      ]
    },
    {
      "name": "r",
      "label": "Rotate",
      "description": "Configure Rotate for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Rotate",
          "value": "rx",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "ry",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rz",
          "description": ""
        }
      ]
    },
    {
      "name": "rx",
      "label": "Rotate",
      "description": "Configure Rotate for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Rotate",
          "value": "rx",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "ry",
          "description": ""
        },
        {
          "label": "Rotate",
          "value": "rz",
          "description": ""
        }
      ]
    },
    {
      "name": "s",
      "label": "Scale",
      "description": "Configure Scale for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Scale",
          "value": "sx",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sy",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sz",
          "description": ""
        }
      ]
    },
    {
      "name": "sx",
      "label": "Scale",
      "description": "Configure Scale for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Scale",
          "value": "sx",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sy",
          "description": ""
        },
        {
          "label": "Scale",
          "value": "sz",
          "description": ""
        }
      ]
    },
    {
      "name": "p",
      "label": "Pivot",
      "description": "Configure Pivot for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Pivot",
          "value": "px",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "py",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "pz",
          "description": ""
        }
      ]
    },
    {
      "name": "px",
      "label": "Pivot",
      "description": "Configure Pivot for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Pivot",
          "value": "px",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "py",
          "description": ""
        },
        {
          "label": "Pivot",
          "value": "pz",
          "description": ""
        }
      ]
    },
    {
      "name": "bypass",
      "label": "Bypass",
      "description": "Configure Bypass for the operator",
      "type": "string"
    },
    {
      "name": "delinputattrs",
      "label": "Delete Input Attributes",
      "description": "Configure Delete Input Attributes for the operator",
      "type": "string"
    },
    {
      "name": "parmcolorspace",
      "label": "Parameter Color Space",
      "description": "Configure Parameter Color Space for the operator",
      "type": "menu",
      "options": [
        {
          "label": "sRGB",
          "value": "srgb",
          "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "sRGB - Linear",
          "value": "srgblinear",
          "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.601 (NTSC)",
          "value": "rec601ntsc",
          "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.709",
          "value": "rec709",
          "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.2020",
          "value": "rec2020",
          "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3",
          "value": "dcip3",
          "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3 (D60)",
          "value": "dcip3d60",
          "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Display-P3 (D65)",
          "value": "displayp3d65",
          "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACES2065-1",
          "value": "aces2065-1",
          "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACEScg",
          "value": "acescg",
          "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Passthrough",
          "value": "passthrough",
          "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
        }
      ]
    },
    {
      "name": "srgb",
      "label": "sRGB",
      "description": "Configure sRGB for the operator",
      "type": "menu",
      "options": [
        {
          "label": "sRGB",
          "value": "srgb",
          "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "sRGB - Linear",
          "value": "srgblinear",
          "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.601 (NTSC)",
          "value": "rec601ntsc",
          "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.709",
          "value": "rec709",
          "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
        },
        {
          "label": "Rec.2020",
          "value": "rec2020",
          "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3",
          "value": "dcip3",
          "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "DCI-P3 (D60)",
          "value": "dcip3d60",
          "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Display-P3 (D65)",
          "value": "displayp3d65",
          "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACES2065-1",
          "value": "aces2065-1",
          "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "ACEScg",
          "value": "acescg",
          "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
        },
        {
          "label": "Passthrough",
          "value": "passthrough",
          "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
        }
      ]
    },
    {
      "name": "parmreferencewhite",
      "label": "Parameter Reference White",
      "description": "Configure Parameter Reference White for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default For Color Space",
          "value": "default",
          "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
        },
        {
          "label": "Standard (SDR)",
          "value": "sdr",
          "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
        },
        {
          "label": "High (HDR)",
          "value": "hdr",
          "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
        }
      ]
    },
    {
      "name": "default",
      "label": "Default For Color Space",
      "description": "Configure Default For Color Space for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default For Color Space",
          "value": "default",
          "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
        },
        {
          "label": "Standard (SDR)",
          "value": "sdr",
          "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
        },
        {
          "label": "High (HDR)",
          "value": "hdr",
          "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
        }
      ]
    }
  ],
  "experimental": true,
  "sourceFile": "Experimental-Point_Generator_POP.htm",
  "parsedAt": "2025-08-08T03:03:58.538Z"
}