The Marching Cube Mesh Generator is a Blender add-on that allows users to create 3D surfaces using the marching cubes algorithm. It provides the flexibility to define complex level set equations using modular helper functions. It uses vectorized NumPy computation, cython compiled marching cube library for computational performance. This tool provides several presets and is designed for safety, including a AST-based validation of user expression before evaluation. This tool is particularly useful for generating scientific visualizations, mathematical surfaces, and more.
We can now intersect with an external marching cube object. See readme for full details.
This extension does not require special permissions.
Thank you for the review, and good catch on the wavy torus ! The allowed functions changed and atan was replaced by arctan. This has been updated in the new version.
Nice add-on - thanks for sharing! BTW, the wavy torus isn't working for me (I'm using Blender 5.01 with Windows 11).