sverchok

Update on Hyperbolic Tiling with Sverchok

At the request of a reader, I’ve updated my Sverchok node for making hyperbolic tilings in Blender. There’s now a “Script Node Lite” node that works with the latest versions of Sverc...

Conway Polyhedron Operators in Sverchok

I was working with abstract sculptures in Blender based on polyhedra and was getting annoyed that the Regular Solids (part of the Extra Objects add-on) still divides polyhedron faces...

Sverchok Tree Generator

I tend toward making more abstract than realistic images with Blender. A while back I played with the Ivy Generator addon and so got interested in the underlying procedural algorithm...

Structure Synth eisenscript to xml translator

I've been working on some code to automatically translate the original eisenscript files used by Struture Synth into the eisenxml used by the Generative Art node in the Sverchok addo...

Generative Art - Penrose Tilings

Penrose tilings are an interesting group of tilings that have no translational symmetry but are self-similar on different scales. One method to construct them is using substitution, ...

Generative Art - Updated Examples

The changes and improvements I made to the Generative Art node for Sverchok mean some of the examples from earlier blog posts need some updates. I've include the updated examples in...

Generative Art Examples - Fractals on a Plane

This post is hopefully the first in a series of examples and demos for the Generative Art node for the Sverchok addon for Blender. This node is very strongly based on Structure Sy...

Generative Art - Sverchok Node Update

I've made some changes and improvements to the Generative Art node in Sverchok. This node uses a simple xml file to define a set of rules to produce geometry. This node is very stron...

Maze any Mesh in Blender

The grid of cells and list of links used as the data structure for 2D mazes by Jamis Buck's in his book "Mazes for Programmers" can be replaced with a mesh object where the vertice...

Blender 3D Maze Generator

The same backtracking algorithm that produces 2D mazes can be used to produce three dimensional mazes. All that's needed is to set up the cells in the grid with an extra dimension an...

Blender 2D Maze Generator

The game levels that can be produced by the Generative Art Sverchok node in Blender are lots of fun to explore but there's nothing to stop them producing overlapping paths like this:...

Painting in the Hyperbolic Plane

While playing around texturing the hyperbolic football from the previous post I discovered this technique for painting hyperbolic tilings directly in Blender. Download the hyperboli...

Hyperbolic Tiling in 3D

In a previous post I explained the shape of planes, spheres, and hyperbolic planes in terms of hexagons arranged around either another hexagon (plane), a pentagon (sphere) or a hepta...

Shaders for Sverchok 04 - Vertex Colors Update

When I wrote my Shaders for Sverchok 02 - Vertex Colors post, I used a small piece of python code to assign the vertex colors. Sverchok now has a "Vertex Colors" node and I'll now sh...

Bloom Spheres in Sverchok

These videos by John Edmark of what he calls bloom spheres inspired me to try something similar in Sverchok. Edmark has designed and 3D printed forms that when spun under a strobe li...

Blender Game Level Generator

Update: This lsystem/Structure Synth code has now (March 2016) been incorporated into the Sverchok Generative Art node. See the updated examples and the node docs I was testing a pu...

Blender Pipe Generator

Update: This lsystem/Structure Synth code has now (March 2016) been incorporated into the Sverchok Generative Art node. See the updated examples and the node docs The old windows 3D...

Blender Adventures with Hyperbolic Planes

Hyperbolic Planes If you cut out a large number of paper hexagons, you can arrange 6 hexagons around a central hexagon and form a honeycomb tiling of the plane. The plane has zero c...

Structure Synth meets Sverchok - Animation

Update: This lsystem/Structure Synth code has now (March 2016) been incorporated into the Sverchok Generative Art node. See the updated examples and the node docs In the previous tw...

Structure Synth meets Sverchok - Mesh mode

Update: This lsystem/Structure Synth code has now (March 2016) been incorporated into the Sverchok Generative Art node. See the updated examples and the node docs In the previous po...

Structure Synth meets Sverchok - Generative Art inside Blender

Update: This lsystem/Structure Synth code has now (March 2016) been incorporated into the Sverchok Generative Art node. See the updated examples and the node docs After using the "M...

Shaders for Sverchok 03 - Image Texture Node

This is the third of my Shaders for Sverchok tutorials. They follow on from my Simple Sverchok series. The Shaders for Sverchok posts are mostly about Blender Cycles Materials and ho...

Shaders for Sverchok 02 - Vertex Colors

This is the second of my Shaders for Sverchok tutorials. They follow on from my Simple Sverchok series. The Shaders for Sverchok posts are mostly about Blender Cycles Materials and h...

Shaders for Sverchok 01 - Object Info node.

I've called this post Shaders for Sverchok and it follows on from my Simple Sverchokseries. It's mostly about Blender Cycles Materials and how I apply them to my Sverchok models rath...

Simple Sverchok 05 - Interpolate and Iterate Matrix

This is part five of my introduction to Sverchok the parametric node geometry add-on for Blender. Other parts can be found here So far we've used various nodes to produce list of ma...

Simple Sverchok 04 - Apply Matrix

This is part four of my introduction to Sverchok the parametric node geometry add-on for Blender. This post I'm sticking to my theme of copying one object to the structure (either th...

Simple Sverchok 03 - Slope Dependent Trees

The first two posts (01, 02 ) in this gentle introduction to Sverchok covered copying objects to the centers of polygons and scaling the copied objects according to some pattern. In...

Simple Sverchok 02 - Matrix Deform

My previous post introduced some of the basic concepts of Sverchok via the "Centers Polygons" node. Here we'll try to gradually increase the complexity of our node diagram to do som...

Simple Sverchok 01 - Centers Polygons

Sverchok is an add-on for Blender. It allows you to generate geometry in Blender in a parametric way by wiring visual nodes together rather than programming in Blender python. This ...