Spline SDF Documentation

This Generator is the 2D counterpart of the VolumeBuilder.

Works best if all involving objects are children of a Group and linked remotely.

Also this works similar to the SplineMask so don't expect 3D SDF splines. All splines will be projected on a common plane, by default XZ.

Unlike the SplineMask and Boolean objects you can add any number of objects on a Group and the chosen Mode (Operation) will carry to the next object on the hierarch, this way you can have the Subtraction of the Subtraction of the Subtraction... or the Intersection of the Intersection of the Intersection... without creating more than one Spline SDF generator.

Note

If default values of attributes are missing, they will appear once right-clicking -> Reset All.

The Generator will produce better and faster results if the Numpy Python library is provided to your C4D Pytthon311 folder.
If those are not found the algorithm will fallback to a custom-made SDF implementation. I've included the same TXT file inside the plugin folder as with 4DPolytopes with links to the appropriate .whl files and how to install it.
The plugin will print a console message to acknowledge the existence of NumPy.

Do you want to contribute to the development of this plugin? If yes, contact me.

Changelog