{
  "name": "Circle POP",
  "id": "circle_pop",
  "category": "POP",
  "subcategory": "Experimental",
  "description": "The Circle POP creates a number of points in a circle, ellipse or arc, and optionally connects them as a line strip, a set of triangles, separate 2-point lines, or unconnected as point primitives. You can choose to not Close the circle, where the last point/section is not connected to first.",
  "parameters": [
    {
      "name": "connectivity",
      "label": "Connectivity",
      "description": "Configure Connectivity for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        },
        {
          "label": "Line Strip",
          "value": "linestrip",
          "description": ""
        },
        {
          "label": "Lines",
          "value": "lines",
          "description": ""
        },
        {
          "label": "Point Prims",
          "value": "points",
          "description": ""
        },
        {
          "label": "XY Plane",
          "value": "xy",
          "description": ""
        },
        {
          "label": "YZ Plane",
          "value": "yz",
          "description": ""
        },
        {
          "label": "ZX Plane",
          "value": "zx",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "radx",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "rady",
          "description": ""
        },
        {
          "label": "Arc Angles",
          "value": "beginangle",
          "description": ""
        },
        {
          "label": "Arc Angles",
          "value": "endangle",
          "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": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        },
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "tangent",
          "description": ""
        },
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "Tangent",
          "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": "none",
      "label": "None",
      "description": "Configure None for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Surface",
          "value": "surface",
          "description": ""
        },
        {
          "label": "Line Strip",
          "value": "linestrip",
          "description": ""
        },
        {
          "label": "Lines",
          "value": "lines",
          "description": ""
        },
        {
          "label": "Point Prims",
          "value": "points",
          "description": ""
        }
      ]
    },
    {
      "name": "orient",
      "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": "modifybounds",
      "label": "Modify Bounds",
      "description": "Configure Modify Bounds for the operator",
      "type": "string"
    },
    {
      "name": "rad",
      "label": "Radius",
      "description": "Configure Radius for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radius",
          "value": "radx",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "rady",
          "description": ""
        }
      ]
    },
    {
      "name": "radx",
      "label": "Radius",
      "description": "Configure Radius for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radius",
          "value": "radx",
          "description": ""
        },
        {
          "label": "Radius",
          "value": "rady",
          "description": ""
        }
      ]
    },
    {
      "name": "scale",
      "label": "Uniform Scale",
      "description": "Configure Uniform Scale for the operator",
      "type": "string"
    },
    {
      "name": "divs",
      "label": "Divisions",
      "description": "Configure Divisions for the operator",
      "type": "string"
    },
    {
      "name": "closed",
      "label": "Closed",
      "description": "Configure Closed for the operator",
      "type": "string"
    },
    {
      "name": "angle",
      "label": "Arc Angles",
      "description": "Configure Arc Angles for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Arc Angles",
          "value": "beginangle",
          "description": ""
        },
        {
          "label": "Arc Angles",
          "value": "endangle",
          "description": ""
        }
      ]
    },
    {
      "name": "beginangle",
      "label": "Arc Angles",
      "description": "Configure Arc Angles for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Arc Angles",
          "value": "beginangle",
          "description": ""
        },
        {
          "label": "Arc Angles",
          "value": "endangle",
          "description": ""
        }
      ]
    },
    {
      "name": "anchoru",
      "label": "Anchor U",
      "description": "Configure Anchor U for the operator",
      "type": "string"
    },
    {
      "name": "anchorv",
      "label": "Anchor V",
      "description": "Configure Anchor V for the operator",
      "type": "string"
    },
    {
      "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": "texture",
      "label": "Texture Coordinates",
      "description": "Configure Texture Coordinates for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        },
        {
          "label": "Vertex",
          "value": "vertNormals",
          "description": ""
        }
      ]
    },
    {
      "name": "normal",
      "label": "Normal",
      "description": "Configure Normal for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        }
      ]
    },
    {
      "name": "normaldirection",
      "label": "Normal Direction",
      "description": "Configure Normal Direction for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "tangent",
          "description": ""
        }
      ]
    },
    {
      "name": "default",
      "label": "Default",
      "description": "Configure Default for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Default",
          "value": "default",
          "description": ""
        },
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "tangent",
          "description": ""
        }
      ]
    },
    {
      "name": "tangent",
      "label": "Tangent",
      "description": "Configure Tangent for the operator",
      "type": "menu",
      "options": [
        {
          "label": "None",
          "value": "none",
          "description": ""
        },
        {
          "label": "Point",
          "value": "pointNormals",
          "description": ""
        }
      ]
    },
    {
      "name": "tangentdirection",
      "label": "Tangent Direction",
      "description": "Configure Tangent Direction for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "Tangent",
          "description": ""
        }
      ]
    },
    {
      "name": "radial",
      "label": "Radial",
      "description": "Configure Radial for the operator",
      "type": "menu",
      "options": [
        {
          "label": "Radial",
          "value": "radial",
          "description": ""
        },
        {
          "label": "Tangent",
          "value": "Tangent",
          "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."
        }
      ]
    }
  ],
  "experimental": true,
  "sourceFile": "Experimental-Circle_POP.htm",
  "parsedAt": "2025-08-08T03:03:54.730Z"
}