All Posts tagged “MotionGraphics

Procedurally Create Detroit Agate with a Karma Shader

If layers over layers of car paint accumulate in the factory over the years they create grey rocks with magic hidden inside. Once you start to cut and polish these rocks all the individual color layers are revealed and create a color explosion. In this […]

Procedural UV Unwrapping with Geometry Nodes

This tutorial uses Blender 3.3 Alpha. You can get this version from here: Download Experimental Builds Blender 3.3 Alpha adds nodes for procedural UV unwrapping. In this quick tip tutorial Manuel explains one way of using the new feature on some procedurally built rocks.

Noise Advection with Geometry Nodes

Advecting points through vector fields is often handy for different purposes. It can be used to visualize noise fields or vector volumes or just to create some beautiful abstracted graphics. Follow Manuel in this tutorial, while he hacks Geometry Nodes to make iterative advection along […]

Pack Points inside Objects with Geometry Nodes

Geometry Nodes offer a node to distribute points on the surface of another object. But scattering points inside of the volume of a object is not as simple. In this tutorial Manuel explains how to build a Geometry Nodes setup that does just that. First […]

Render Houdini Particles with Blender CyclesX via Geometry Nodes

Transferring data between DCCs is a cumbersome but necessary task. Particles are not yet supported via nodes inside of Blender for example and usually come in from somewhere else. In this tutorial Manuel shows you how to create a surface flow particle effect inside of […]

Geometry Nodes 3.0 – Plant Growth with Fields

Now that Blender 3.0 is in beta it is time for a little more advanced setup. In this tutorial Manuel will build a multi-layered growth effect. Fully procedural plants are scattered on a procedural terrain and controlled by an effector empty. They all grow individually […]

Geometry Nodes 3.0 – Cube Grid with Fields

The Geometry Nodes Team decided to redo the architecture of Geometry Nodes for the Blender 3.0 release. Fortunately we can have a look at the new way of working immediately by using the 3.0 Alpha. This tutorial creates a similar effect as my older Cube […]

No VEX Houdini: Dual Surfaces, my favourite setup

A new tutorial in the No VEX Houdini series. Here Manu explains one of his all time favourite setups: Dual Surfaces. By calculating the dual graph to the initial delaunay mesh, the triangle mesh that is, we end up with a very interesting voronoi-style surface […]

TD Essentials: Create a Swept Phyllotaxis Operator in Houdini

Plant growth has a strong connection to mathematics. Especially the special phyllotactic distribution pattern shows up a lot in nature. Be it the head of a sunflower, a pinecone or a pineapple. The dense packing of seeds and other organs on the surface of these […]

Cube Grid – Use Color on Geometry Nodes Instances

Geometry Nodes inside of Blender is constantly updated and expanded on. Using the latest Blender 3.0 Alpha we can now transfer color to geometry generated through instances. This wasn’t possible before and opens a wide range of possibilities for creative expression in Blender. Follow Manuel […]

A Procedural Polka Dot Shader with Analytic Normals

Today we’ll build a procedural shader that produces a polka dot pattern. While this is quite informative, as we learn how to tile the uv space, the interesting part is creating the normal map. We want to use the implicit sphere equation to derive z […]