All Posts tagged “Procedural

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. […]

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 […]

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 […]

Guest Tutorial – Jeroen Claus: Origami Bunny

Super happy to have Phospho’s Jeroen Claus back to present one of his production setups, this time covering how to turn any geometry into an origami version of itself, inspired by the amazing work of Robby Kraft. Project Assets Download Project File

Create a Procedural Hatching Shader in Blender Cycles

Today Manu looks at another porcedural area of Blender, the shader editor. We build a procedural hatching shader that will come in handy for your next NPR project. You’ll learn about generating procedural lines and doing 3D shading yourself inside of the shader using the […]

Blender Geometry Nodes: Vertex Normals – Alien Orb

The development of Geometry Nodes inside of Blender does not slow down. Recently they added support for vertex normals on input meshes. Manu guides you through the stages required to build this space orb effect that relies on vertex normals. You’ll learn some procedural animation […]

Dynamic Outlines with Blender Geometry Nodes and Eevee

Now that Blender features procedural workflows with its lates feature addition Geometry Nodes its time for us to have a look at the other side of the fence. This tutorial mini-series looks into GN from a Houdini users perspective and explores what’s already there and […]

The Houdini Donut Tutorial!

EDIT: Simon Fiedler just informed me that in fact we’re not the first ones to do a Houdini Donut tut. Dang! Kudos to Konstantin Magnus! — Mo has recently started learning Blender. (Don’t worry – we won’t ditch Houdini. We just think Blender makes for […]

Procedurally Modeling A Raspberry

Mo has recently started learning Blender. (Don’t worry – we won’t ditch Houdini. We just think Blender makes for a nice addition to our toolkit.) And while watching a certain popular donut tutorial, it became painfully obvious that sometimes procedural modeling is king. As is […]

Papers Please – Graph Bundling Pt. 2: Building The Setup

Watch pt. 2 here. In part two of our tutorial on Kernel Density Estimation Graph Bundlig we’re implementing the setup and adapt it to create smooth animations. EDIT: It’s been brought to our attention that there is another neat graph bundling technique based off of […]

Papers Please – Graph Bundling Pt. 1: Theory

Watch pt. 1 here. Let’s spread a bit of joy and dive into VEX and Houdini-SOPs again to implement a really neat technique from a french/dutch paper covering graph bundling. While graph bundling is usually found in network analysis or geovisualization, we’re gonna adapt the […]

Houdini In Ten Minutes 07: Animating The Spheres

Let’s get things moving and build procedural animations using our scatter setup. And while we’re at it why not talk a bit about more or less clever ways to set this up… NOTE: As I might have mentioned, Mantra is by no means a fast […]

Crochet – Blending between Delaunay and Voronoi

Here at Entagma we love to deal with yarns. This video extends the “yarn-effects” with a crochet approach. Using the delaunay triangulation of an input mesh and its dual diagram, the voronoi mesh, we build a procedural model that uses point color to blend smoothly […]

Isocontours: Importing & Exporting Vectors to/from Houdini

Niklas Rosenstein is with us again! And if Niklas is in the house, chances for some Python code are pretty high. This time we’ll import vectors from Illustrator into Houdini, create an isocontour-effect and export the result back to illustrator.

Kitbash Vein Growth Part 1

This tutorial shows you how to create a procedural vein, that is composed of small segments that you drawn by hand. This way the overall look of the vein is art-directable.

Quicktip: Signed Distance Outlines

S Due to the fact that the SDF is defined in 3D space the setup can easily be animated, too, to create some fake water ripples. Download Project File

PBD: Dynamic Weave

Today it’s about dynamically generating a piece of woven fabric. Manuel explains how to write a VEX wrangle in the DOP context to generate connecting yarns in every frame.

Procedural Modeling Of Water Droplets

If you want to make your product appear nice and fresh in your TV commercial, chances are that you’ll put water droplets on it. This effect is very popular in advertising. In todays installment of the Entagma tutorial stream, Manuel shows you how to procedurally […]

Procedural Modeling: Quilling

What popped up as some random images on my pinterest feed turned out to be a whole universe of an art form in itself: Quilling. The art and craft of rolling and shaping paper to form intricate mosaics depicting a wide variety of subjects.

Live Rendering of Heightfields in RS

Heightfields are a nice addition to Houdini 16 for environment work. They more or less replicate the functionality of programs like Worldmachine. In today’s tutorial Manuel shows you how to create a terrain from scratch in Houdini and how to render it directly in Redshift3D, […]

Special Guest Tutorial: Shortest Path Growth

Say hi to our very good friend Ben Watts of BW Design. We’re thrilled to have him on Entagma for a guest tutorial showing his newest technique for vein growth in Houdini without any VEX.

Colored Trails (Point Advection & Rendering)

One of the great things about the Houdini community is that we’re always confronted with clever questions and with clever answers too. “How do I color strands using an image’s color palette?” was the comment on Vimeo that led to this setup. Yet when talking […]

Differential Mesh Growth

As some of you already found out, it is quite possible to set up differential growth not only on a line but also on a mesh. This tutorial goes into the details of doing exactly that while allowing for some degree of art-directability (is that […]

Differential Line Growth

This is a classic effect in Houdini. I stumbled upon it over at Odforce. As you will see from that thread there are many elaborate ways of achieving this kind of growing curve. However we’re gonna build a very simple version which yet offers a […]

Quick Tip: Organic Voronoi Patterns

In this quickie we’ll go over how to turn standard voronoi cells into something alittle bit more organic. We’re going to use a combination of standard SOPs to quickly build a versatile procedural setup which allows you to create a plethora of different patterns.

Loops & Subdivisions

Recently two projects caught my eye – one is called “Subdivisions” by Adam Heslop, the other one is the new SideFX Ident by Simon Holmedal. Both employ (as far as I can guess) a technique to subdivide a selected part of a mesh over and […]

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 […]

Quicktip: Abstract Shapes

After publishing the VDB denting tutorial, we received some questions regarding how we created the geometry used in the preview rendering for that tutorial. In this quicktip we’ll show you how to create the organic shapes we used when testing that setup. It’s a neat […]

Houdini: True 3D Reaction Diffusion

You might have seen this effect more frequently during the last months: Those growing organic blobs that cover a surface in intricate Patterns (sometimes resembling the texture found in a Keith Haring painting). These patterns are the result of a process called Reaction Diffusion.

VEX in Houdini: Strange Attractors

In this tutorial we’ll focus on two extremely powerful tools inside of Houdini: VEX and solvers. VEX is houdini’s scripting language. It is multithreaded (which means fast) and based on C (which means it’s also similar to Processing, Arduino, Java, Javascript, C++ and C#).

Houdini: Curl Noise Flow

This short tutorial ist inspired by the amazing work of deskriptiv. Seriously one of the most inspiring artist collectives I’ve come across in the last year. What (in my opinion) is being done here is a curl noise flow around a given surface that is […]

Houdini: Boolean Volume Denting

When I saw this tutorial on Greyscalegorilla, it occurred to me that although I liked the results a lot the process of sculpting and posemorphing would be a bit too unflexible for my needs. And of course it would also be too tedious for a lazy […]