hooyuser / blender_sdf_node_addon

Blender SDF Node System Addon
GNU General Public License v3.0
48 stars 3 forks source link
blender blender-addon python sdf signed-distance-field taichi

Blender SDF Node Addon

Code size Repo size Lines of code

This addon provides SDF Node System for SDF Rendering and physics simulation with SDF Collision.

SDF refers to signed distance field. You may find lots of impressive content to do with SDF on this website https://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm.

This addon is still work-in-progress. Though the SDF rendering node system is relatively stable, physics simulation may crash your Blender. Since the release version of this addon is targeted on Blender 4.1, I'm not sure whether it can function correctly on Blender 3.x.

Download

Features

To-Do List