All Posts tagged “Programming

Connect The Dots with Geometry Nodes, The “Plexus” Effect

This time we’ll create the “plexus” effect with Geometry Nodes inside of Blender. Manuel shows you how to abuse geometry to fake a loop, that tests all connections between the points of an incoming point cloud and compares their lengths. Then, only the ones are […]

Geometry Nodes Ep02 – Working with Geometry

Now it’s time to get our hands dirty with Geometry Nodes. Let’s create our first procedural setup, that turns a triangulated model into an alien mesh structure. In this lesson you’ll learn how to use Geometry nodes to modify existing geometry and how to branch […]

Geometry Nodes Ep01 – Intro to Geometry Nodes

In this episode we’ll look into how geometry is stored inside of Blender, how polygons define the connectivity of vertices and how Geometry Nodes is just another modifier, but one that can be customized without limits. To follow the lessons you’ll need at least Blender […]

Geometry Nodes Ep00 – Overview

Blender rencently added a brand new procedural system to its feature set: Geometry Nodes. While being quite powerful it’s not necessarily easily accessible, especially if you are new to procedural workflows. So we decided to cover this system in depth with a new patreon course. […]

Analytical Foam

As position based simulation techniques are very fast theses days, it is possible to use them to confrom intersecting spheres to each other, to model foam. Nevertheless there are other possibilities, too.

Polyfolding – Part 1

This is the first part of a two part tutorial. Part two will be available soon. Polyfolding is an interesting effect where you split up an object to individual bands and make them curl up. It can be used to disintegrate an object or make […]

VEX in Houdini: Space Colonization

Branching growth is fascinating as it has a lot of hidden structure to it and is very intricate. Many methods have been proposed over the years to model branching structures, like trees. One algorithm that is particularly beautiful and simple is the “Space Colonization” algorithm, […]

Mandelbrot and Mandelbulb

The Mandelbrot set – the mythical King of fractals. The one that started the whole fractal craze in the 80s and 90s. In this video we’ll implement not only a classic Mandelbrot set that will yield the omnipresent image of that weirdish ridged shape, but […]