beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SubdivideArray3_v2 Op



SubdivideArray3
Namespace: Ops.Array

Op author: pandur

Test Patches: 2 Tests

For subdividing splines, smoothing lines using cubic bezier interpolation




Inputs

Points (Array)

The array in to subdivide

Num Subdivs (integer /Number)

Amount of subdivisions applied to the array in

Smooth (boolean /Number)

Enable to smooth out differences in the array

Loop (boolean /Number)
Bezier Start/End Points (boolean /Number)

Outputs

Result (Array)

The subdivided array out


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array Subdivide


Patches using SubdivideArray3_v2

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.Array3xSubdivide_v2 renamed to Ops.Array.SubdivideArray3_v2
2019-06-13 - pandur