Entries from 2021-08-01 to 1 month
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 …
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…
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. …
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…