SubdivideArray1 Op
For subdividing splines, smoothing lines using cubic bezier interpolation
Summary (oneliner)
<p>This version of the op works on a single array.</p>
Full Name
- Ops.Array.SubdivideArray1
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Subdivide Array 1 example
INPUT PORTS
Points (Array)
<p>The array in to subdivide</p>
Num Subdivs (Number:
<i>integer</i>
)<p>Amount of subdivisions applied to the array in</p>
Smooth (Number:
<i>boolean</i>
)<p>Enable to smooth out differences in the array</p>
Bezier Start/End Points (Number:
<i>boolean</i>
)OUTPUT PORTS
Result (Array)
<p>Subdivided array out</p>