Kukan Kogei -空間工芸-

Notes about my 3d printing artcrafts

Entries from 2021-08-01 to 1 month

Differential Growth on mesh using Sverchok SNLite in Blender

Overview This entry shows how to process Differential Growth on mesh, using Sverchok SNLite node in Blender. This entry follows my blog's previous entry. Description In my previous entry, I wrote scripts to simulate Differential Growth on …

Differential line growth inside the boundary, using Blender Sverchok add-on

Overview This entry shows the way to draw Differential line growth with 'ScriptNodeLite' node in Sverchok add-on for Blender. In addition to the normal growth, this attempt uses certain boundaries to restrict the expansion. Description Thi…

Reaction Diffusion using C code with Sverchok SNLite node in Blender

Overview This entry describes Reaction Diffusion (RD) simulation in Blender, with C code using Sverchok ScriptNodeLite(SNLite) node. Description This aim is to enable RD simulation on Blender's node editor, not just to get RD's 3D models. …

Run external C code with Sverchok SNLite node in Blender

Overview This entry describes how to run external C/C++ code in Blender, using Sverchok's Script Node Lite (SNLite). You can also use this approach with only Blender python without Sverchok. But if you use the add-on, you may write fewer c…