Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Procedural 3D Modeling Using Geometry Nodes in Blender
Procedural 3D Modeling Using Geometry Nodes in Blender

Procedural 3D Modeling Using Geometry Nodes in Blender: Discover the professional usage of geometry nodes and develop a creative approach to a node-based workflow

eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Colour book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

Procedural 3D Modeling Using Geometry Nodes in Blender

An Introduction to Geometry Nodes

In this book, you’ll learn how to work with Geometry Nodes. You will find basic and intermediate-level information about Geometry Nodes here. This book will help you learn various topics, such as distributing points, modifying meshes, creating meshes, and covering the basic nodes.

If you are learning any kind of Blender workflow, Geometry Nodes will surely be a handy tool to know about. They open up new possibilities for procedural modeling and animation.

You’ll also get the chance to try your skills with fun exercises throughout this book; these include exercises such as making a procedural plant, a procedural landscape, and a Procedural LED panel.

In this chapter, we’ll talk about the practicality of Geometry Nodes, why they might be useful for you, and some scenarios in which this new tool will be helpful. We will also go over the different node inputs and outputs. Finally, at the end of this chapter, you will learn how to access the Geometry Node system.

In this chapter, we will cover the following topics:

  • Understanding the Geometry Node system
  • In what situations are Geometry Nodes applicable?
  • Understanding the Geometry Node editor
  • The different node inputs and outputs
  • And finally, how to access the Geometry Node editor

Technical requirements

In this book, we will use Blender version 3.3, which can be downloaded from this link: https://download.blender.org/release/Blender3.3/

If you do not have certain nodes, then you might have an outdated version of Blender. While newer versions of Blender might work with this book, we cannot guarantee that everything will match the explanations we give. For the best experience, we recommend using Blender 3.3.

To download and view the complete node trees of the relevant chapters, click on this link: https://packt.link/UvynW.

To make it easier for you, we have included all of the node trees we cover in this book as scenes in this blend file (link above). You can switch these scenes by looking at the top right of your screen, where you see the name of the exercise. If you click this, you'll get the option to select your preferred chapter.

Understanding the Geometry Node system

The Geometry Node editor is a new feature in Blender 3.0. Over the months, it has evolved into a very useful tool that every CG artist should know. Geometry Nodes is all about procedurally modeling your mesh. This can help with big scenes where you need lots of objects to have variation. For example, if you are making a forest, every tree needs to have a bit of variation; otherwise, the scene will look like a render. To easily add variation to trees, we use Geometry Nodes.

Previously, creators would use hair particles to scatter objects along a mesh. With Geometry Nodes, this is no longer needed. Geometry Nodes will help in scattering all objects just the way you want. There are lots of ways to scatter your objects. We will also go over the various ways to randomize these instances. The idea of Geometry Nodes is to procedurally generate a complex mesh out of a basic and simple input.

Unlike the Material Nodes editor, which does not use a Modifier, the Geometry Node editor is a Modifier that can be applied from the Modifiers tab. This Modifier can be combined with other Modifiers like any other would. The Geometry Nodes Modifier consists of a few parts:

Figure 1.1: The Geometry Nodes Modifier

Figure 1.1: The Geometry Nodes Modifier

Part 1 refers to how many times the node tree has been used. If the node tree is only being used by one object, this number will not be there.The button in part 2 allows you to select a node tree out of the different node trees in your project.

Part 3 allows you to link various attributes to this variable. For example, you can link weight paint values with this for a simple stone distribution solution.

The button in part 4 allows you to animate the value of part 5. This can also be done by pressing i on any value field.

Lastly, part 5 defines the current value that is being inputted into the node tree. You can change this value by clicking on it or by holding down your mouse cursor while sliding.

Behind this Modifier lies the Geometry Node system. It consists of various nodes to procedurally model your objects.

In what situations are Geometry Nodes applicable?

Many people think that Geometry Nodes are the new way to model in Blender, and for certain scenarios, this is true. But there are times when you’re better off using the normal modeling workflow.

Geometry Nodes are usually used to procedurally generate multiple objects at once and to scatter objects around on a mesh, for example, scattering grass onto a field, generating roads procedurally, or generating multiple buildings at once.

Geometry Nodes are generally not used to model complex organic structures with lots of features, for example, faces, human figures, clothes, etc.

While it is certainly possible to model these objects via Geometry Nodes, it’s very impractical to do so because the amount of detail in these objects is near impossible to program mathematically using Geometry Nodes. It’s much more practical to model the structures via the normal modeling workflow in Blender.

Now that we’ve got a better understanding of when Geometry Nodes are applicable, we’ll talk about everything you need to know about the Geometry Node editor.

Understanding the Geometry Node editor

The Geometry Node system makes use of the node tree design in Blender, like the material node editor. Much like the material node editor, the node system flows from left to right. Geometry Nodes can modify and create different types of geometry, such as the following:

  • Meshes
  • Curves
  • Point clouds
  • Volumes
  • Instances

Let’s take an in-depth look at these terms.

A mesh is a structural build of a 3D model consisting of faces. 3D meshes make use of the three axis points, x, y, and z. A mesh is made up of vertices, which make up edges, which, in turn, make up faces.

A curve is a way to define paths in Blender; this can be used on multiple occasions. For example, if you want a camera to follow a specific path, this can be done with curves. These can also be modified, used, and created in the Geometry Node editor. This will be explained in Chapter 8, Editing Curves with Nodes.

A point cloud is a selection of scattered points around a mesh. These point clouds are only visible in the viewport and not in the render.

A volume is a semi-transparent effect that can also be experimented with in the Geometry Node editor. Volumes are usually used to create abstract effects in the Geometry Node editor but can also be used to create a foggy atmosphere in your scene.

An instance is best explained as a copy of the original mesh. This can be used to copy multiple objects around a mesh, much like we used to do with hair particles. This is mostly used to scatter rocks or grass onto a base mesh.

All of these datatypes will use the same connection type, a Geometry connection. This node connection is green. Let’s have a look at the input and output node connection of the Geometry Node system.

Exploring the standard Geometry Nodes blocks

The first node that this book will introduce you to is the Group Input node.

Figure 1.2: Group Input node

Figure 1.2: Group Input node

The standard Geometry output of this node returns the base mesh of your object before any modifications have been made. This mesh basically returns the mesh you've inputted into the object's Edit mode.

This node is used to add variables to the Geometry Nodes Modifier so that you can have easy access to the most used variables. To create these variables, just slide a value into the unused node socket, and it will automatically occupy the node socket.

At the end of the node tree, you will use a Group Output node.

Figure 1.3: Group Output node

Figure 1.3: Group Output node

This will define the end of the Modifier. Just like the Group Input node, the Group Output node has an unused node socket to output extra data to the Modifier. This can be used to define UV maps, for example.

The different node connections and how to use them

Now that we’ve looked into the group input and group output nodes, let’s go over the various node connection inputs and outputs.

Let’s start by explaining the various input and output shapes in the Geometry Node editor.

Exploring different shapes

Let’s take a closer look at the input and output shapes in the Geometry Node editor.

The round node connection

This is what a round input/output node connection looks like:

Figure 1.4: The round input/output node connection

Figure 1.4: The round input/output node connection

This is a round input/output node connection. This defines a single node value. For example, in geometry nodes, a single node connection can send through multiple values from other locations. With a round connection, this is not the case. This will likely result in the value being rounded to one value or returning an error value.

The squared input/output node connection

This is what a squared input/output node connection looks like:

Figure 1.5: The squared input/output node connection

Figure 1.5: The squared input/output node connection

It accepts multivalue fields. This means that every vertex on our mesh will be calculated separately according to the node tree. This feature in Geometry Nodes is very fun to play around with because each point gets its own flow of calculation, which opens up a world of interesting possibilities. An example of this feature is adding noise displacement to your mesh; each vertex will get its own displacement because each vertex is being calculated separately thanks to the square input/output node connection.

Exploring different node connection colors

Here’s an in-depth look at the different colors in the Geometry Node editor.

Boolean node connection

This node connection offers Boolean values.

Figure 1.6: The Boolean input/output node connection

Figure 1.6: The Boolean input/output node connection

This node connection will define either an on or an off value; in other words, this is a value with either a 1 or a 0. As explained previously, this can either be a single value (circle shape) or multiple values (square shape).

Vector node connection

This is a vector node connection.

Figure 1.7: The vector input/output node connection

Figure 1.7: The vector input/output node connection

This carries three values combined into one. These values can be separated with a Separate XYZ node. It can also be combined with a Combine XYZ node. The vector node is used to define positions, rotations, scales, and offsets. It can also be used to define UV maps in the material node editor.

Geometry node connection

This is a geometry node connection.

Figure 1.8: The geometry input/output node connection

Figure 1.8: The geometry input/output node connection

This defines geometry and instances. When you slide an object from the outliner into the Geometry Node editor, you will see this connection to add this instance to your Geometry Nodes project. This is also the connection you will see when you generate a point cloud with the Distribute Points on Faces node. This node will also show up on both sides when you use any geometry-modifying node, such as Transform Instance node, Scale Instance node, and any primitive mesh node. All of these nodes will be explained in Chapter 2, Understanding the Functionalities of Basic Nodes.

Integer node connection

This is the integer node connection.

Figure 1.9: The integer input/output node connection

Figure 1.9: The integer input/output node connection

This defines or accepts any value that is an integer; some examples of integer values are 0, 1, 2, 3, and 4. These values are basically values without a decimal point. These are usually used to define indexes of certain things, for example, duplicate objects. This node connection can be found on nodes such as the ID node, the Duplicate Elements node, and the Index node.

Value node connection

This is the value node connection, also known as the factor node connection.

Figure 1.10: The value input/output node connection

Figure 1.10: The value input/output node connection

This defines a plain value. The difference between this and an integer node connection is that the value node connection can contain decimal points. Some examples of nodes containing this node connection are the Noise Texture node and any math node. This value can also make use of multivalue fields, just like the square symbol we previously discussed.

Color node connection

This is a color value.

Figure 1.11: The color input/output node connection

Figure 1.11: The color input/output node connection

This node connection contains three values, an R channel (red), a G channel (green), and a B channel (blue), also known as the RGB channels. These can be separated into their respective RGB values using a Separate RGB node. They can also be combined using a Combine RGB node. Just like the examples explained in the Exploring different shapes section, this node connection can also make use of multivalue fields.

String node connection

This node connection defines a string of text.

Figure 1.12: The string input/output node connection

Figure 1.12: The string input/output node connection

This value will mainly be seen on nodes that are made to create or modify text, such as the String node, the String to Curves node, and the String Length node. This will be explained in depth later on in the book.

Material node connection

This node connection defines a material.

Figure 1.13: The material input/output node connection

Figure 1.13: The material input/output node connection

It can be used to set the material of selected geometry in the node editor. This node basically refers to a material you’ve already made and one that is included in the project file. Some nodes that make use of this node connection are the Material node, the Set Material node, and the Replace Material node.

Multi-connection inputs

Let’s look into some special node connections.

Multi-Connection inputs allow you to connect multiple output connections into one input socket. This is generally used to join multiple datatypes of the same type into one output.

Figure 1.14: Geometry multi-connection input

Figure 1.14: Geometry multi-connection input

The node connection seen here is usually used to combine elements; for example, the input shown in the preceding figure is used to join geometry together.

Figure 1.15: String multi-connection input

Figure 1.15: String multi-connection input

The preceding socket is used to join strings together. It works in the same way as the geometry multi-connection input.

Exercise – accessing the Geometry Node system

Now, you’ll learn how to access the handy Geometry Nodes tool in Blender.

Make sure you at least have Blender 3.2, but in this book and chapter, we will be using Blender 3.3. Let’s begin:

  1. Firstly, let’s start by opening Blender.
  2. Then, you can head on to the Geometry Nodes tab in the top section of your screen. Now your journey begins.
Figure 1.16: Blender startup screen

Figure 1.16: Blender startup screen

When you click on the Geometry Nodes tab at the top of your screen, you’ll see the following:

Figure 1.17: Geometry Node editor tab with info overlayed

Figure 1.17: Geometry Node editor tab with info overlayed

This might look overwhelming at first sight, but don’t worry, this book will guide you through all the parts of this node editor.

There are four parts you’ll need to know about on this screen:

  • Spreadsheet

This is a separate window that allows you to see various bits of information about elements of your geometry, such as, for example, the properties of instances.

  • Viewport

This is your main view in Blender. It allows you to see the project in 3D space.

  • Outliner

This is a list of all the objects in your current scene. This makes it easy to create instances by sliding your object from the outliner right into the Geometry Node editor.

  • Geometry Node editor

The Geometry Nodes editor is your main editing workspace for working with Geometry Node trees.

To start working on Geometry Nodes, it’s important to learn how to add a node tree to your projects. There are two ways to do this:

  • One way to do this is to add a Geometry Nodes Modifier from the Modifiers tab in the Properties tab:
Figure 1.18: Geometry Nodes Modifier

Figure 1.18: Geometry Nodes Modifier

After you’ve added the Modifier to the Modifier stack, you’ll need to press the New button. You’ve now successfully created a new node group.

  • The other way to do this (and the quicker way since we’re already in the Geometry Nodes workspace) is to just click the New button in the Geometry Node editor. This automatically adds a new Geometry Nodes Modifier along with a beginning and end node. The following figure shows the New button you’ll find at the top of the Geometry Nodes workspace to add a new node tree, along with all the functions of the button.
Figure 1.19: Node group selection box

Figure 1.19: Node group selection box

This is the end of the chapter. In this chapter, you’ve learned about the various node connections you will come across in the node editor, along with how to access the node editor.

Congratulations! You now know the basics of the Geometry Node editor.

Summary

In this chapter, we’ve covered the various node connections. This includes the Vector, Boolean, Color, Integer, Value, String, Material, and Geometry Inputs, along with the different shapes of node connections. We have explained how to access the Geometry Node editor in various ways, how the node system works, how it flows, and everything there is to know about this new system in Blender. Having read this chapter, you will now understand how this Geometry Node system works and what kinds of node connections are available in the Geometry Node editor.

In the next chapter, we’ll go over the basic nodes you’ll be needing the most in your basic projects. This is important because we will be using these nodes in the coming chapters.

Left arrow icon Right arrow icon

Key benefits

  • Develop a creative mathematical thinking of the modeling workflow
  • Understand how Blender and geometry nodes store and manage the data that you are handling
  • Learn different scatter methods and how to use them

Description

For anyone working in the computer graphics industry, understanding how to use Blender’s new geometry nodes tools to manipulate and generate 3D geometry in a node-based workflow is an essential skill. In this book, you’ll learn how to use the basic and intermediate features of geometry nodes that are a crucial part of your Blender roadmap. You’ll start by understanding the different node inputs and outputs followed by the basic nodes you’ll need throughout your geometry nodes projects. The book will show you how the node system works and enable you to put your newfound knowledge to use through exercises that involve modifying curves, meshes, and more. You’ll work on a range of interesting projects such as creating a procedural plant, where you’ll use nodes to generate the intricate details and variations of a plant in a procedural manner, and a spiderweb generator to refine your skills of cleaning up a node tree. Finally, you’ll build a procedural LED panel using geometry nodes to generate the look of an LED panel. By the end of this book, you’ll be able to overcome any geometry node issue confidently and make complicated geometry node trees exactly how you need them.

Who is this book for?

If you are a CG Artist or follow modeling careers like that of an environment artist or even a CG generalist in the cinematography industry and you are looking to get into learning a node-based modeling workflow using Geometry Nodes in Blender, this is the perfect book for you. You will need a basic knowledge of the fundamentals of Blender, for example, knowing the specific workflow of material nodes and being able to apply this knowledge to your projects. To get the most out of this book, you should have a basic understanding of Blender's shortcut system and some modeling experience.

What you will learn

  • Discover the different node inputs and outputs that geometry nodes have to offer
  • Get the hang of the flow of the geometry node system
  • Understand the common nodes you'll be using along with their functions in the geometry node editor
  • Modify basic mesh primitives using the node system inside Blender
  • Scatter and modify objects aligned onto a curve
  • Become familiar with the more advanced nodes in the geometry nodes system
  • Link geometry and material nodes editors using named attributes
  • Implement your new-found knowledge of nodes in real-world projects
Estimated delivery fee Deliver to Austria

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 17, 2023
Length: 282 pages
Edition : 1st
Language : English
ISBN-13 : 9781804612552
Vendor :
Blender Foundation
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Colour book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Estimated delivery fee Deliver to Austria

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Publication date : Mar 17, 2023
Length: 282 pages
Edition : 1st
Language : English
ISBN-13 : 9781804612552
Vendor :
Blender Foundation
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 101.97
Procedural 3D Modeling Using Geometry Nodes in Blender
€33.99
3D Environment Design with Blender
€33.99
Python Scripting in Blender
€33.99
Total 101.97 Stars icon

Table of Contents

21 Chapters
Part 1 – Familiarizing Yourself with the Node System Chevron down icon Chevron up icon
Chapter 1: An Introduction to Geometry Nodes Chevron down icon Chevron up icon
Chapter 2: Understanding the Functionality of Basic Nodes Chevron down icon Chevron up icon
Chapter 3: Must-Have Add-ons for Building Node Trees Chevron down icon Chevron up icon
Part 2 – Creating a Mesh in the Geometry Node System Chevron down icon Chevron up icon
Chapter 4: Making Use of Node Primitives Chevron down icon Chevron up icon
Chapter 5: Distributing Instances onto a Mesh Chevron down icon Chevron up icon
Chapter 6: Working with the Spreadsheet in Blender Chevron down icon Chevron up icon
Chapter 7: Creating and Modifying Text in the Geometry Node Editor Chevron down icon Chevron up icon
Part 3 – Modifying Meshes and Curves in the Geometry Node System Chevron down icon Chevron up icon
Chapter 8: Editing Curves with Nodes Chevron down icon Chevron up icon
Chapter 9: Manipulating a Mesh Using Geometry Nodes Chevron down icon Chevron up icon
Part 4 – Hands-On Projects Involving Advanced Workflow Techniques Chevron down icon Chevron up icon
Chapter 10: Creating a Procedural Plant Generator Chevron down icon Chevron up icon
Chapter 11: Creating a Procedural Spiderweb Generator Chevron down icon Chevron up icon
Chapter 12: Constructing a Procedural LED Panel Chevron down icon Chevron up icon
Part 5 – Best Practices to Improve Your Workflow Chevron down icon Chevron up icon
Chapter 13: Tips and Tricks for the Geometry Node Editor Chevron down icon Chevron up icon
Chapter 14: Troubleshooting the Most Common Problems in Geometry Nodes Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Most Recent
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.9
(21 Ratings)
5 star 90.5%
4 star 9.5%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Most Recent

Filter reviews by




L. Rothe Nov 10, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
get many of the base concepts no one talks about in the tutorials. Nice structure for each part of the book, nice rate of iteration to apply what was just discussed. After this book you wont be ready to go, but you WILL be ready to confidently aquire the knowledge you need to realize your project.Thanks!
Amazon Verified review Amazon
Harry Hirsch, Antwerp, Belgium Sep 14, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Excellent summary of the main applications of Geometry Nodes. Very didactic, follows a logical line from absolute beginner to (advanced) intermediary. The pictures are very clear. There are maybe a few things that I had to look up, nearly everywhere I understood clearly what the author meant. Maybe the few pages on the settings for Bezier curves deserve a more elaborate introduction.As Geometry Nodes will keep expanding, and I cannot keep up with all YouTube clips, I really hope there will be in a few years another edition, with the new features.
Amazon Verified review Amazon
Chase May 19, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I've been using Blender for a few years and have basic knowledge of the shader editor but don't know too much about geometry nodes. I've seen a few youtube videos that tell you how to make specific stuff, but they don't go into much detail about why they use certain nodes. This book goes into lots of detail about each node, it's like a complete encyclopedia. I also learned a bit more about the node system in the shader editor since they are similar. Another thing they have that I didn't even know about was the geometry node spreadsheet.The layout of the book is very clean, organized, and easy to read. They also provide you with source files so you can follow along with complete node-trees for a more hands-on experience. It's not even necessary though as lots of pictures are provided for everything that's talked about. I don't like books that only have a few pictures per lots of text walls, but this has lots of images and demonstrations to go along with everything. There are a few lessons near the beginning that are very beginner-oriented. Along with this, it can sometimes over-explain simple tasks, but it just makes it accessible for everyone, and more advanced users can just skip over those parts. It's does just seem to cover basics, but it still provides you the toolset to do even color things. And with geometry nodes, the basics are complex as well as all you really need.Overall, this is a great book to keep on hand while you're working on a project and can save a lot of time searching through Youtube videos. I haven't finished the whole thing yet, but I've already learned a lot and now feel way more confident in my geometry node abilities. Looking forward to using it on my next projects!
Amazon Verified review Amazon
Gareth Hewes May 08, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you're living the Blender life--and let's be real, it's the best life--then this is a recommendation for you.When I reviewed their book on math for games by Penny de Byl, I was familiar with and a fan of her work already. But picking up "Procedural 3D Modeling Using Geometry Nodes in Blender" by Siemen Lens is proof that Packt is really dedicated to finding great teachers to share their craft.For those who aren't technical, Geometry Nodes is a workflow that straddles the line between art and programming. It opens a multitude of doors for managing very complex tasks that would be a real nightmare to pull off manually.But because of that, deconstructing that workflow is a bit like going to a fine restaurant and asking the chef, "How do you cook something?" It is difficult to summarize, and breakdowns of methods could fill shelves of books.As a result, this book is taking on a very large challenge. But the writing and structure give a great introduction of the methods and ideas behind it, and working through the examples will give you a solid grounding in how to think in nodes.If Siemen decides to do a follow-up with even more applications of this system (which I'd definitely consider a great idea), I'd readily say sight unseen that it will be a great investment in building your skills.I look forward to more from both the author and publisher!
Amazon Verified review Amazon
B.F. May 08, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I've been using Blender for 7+ years doing hard-surface modeling for my job and I've steered away from Geometry Nodes because I had a lot of other things going on and it was a lot to learn. In general, I'd consider myself an intermediate-level user of Blender as a whole but a beginner to Geo-Nodes. I've messed around in the geo-nodes editor but it was a lot to learn so I didn't stay long. That said, this book was greatly geared towards absolute beginners rather than intermediate users. let me give some pros and cons to make it easy.Pros: easy to follow, lots of pictures, good info to reference later, on the cheaper side of books (~$25 when I bought)Cons: some of the pictures are in color and others are not. this is important (at least to me) because the node sockets are color-coded, there was not enough intermediate content, and the projects are incredibly simple (most look like something someone who just downloaded Blender would make within the first 30 mins of playing around), this book cover version 3.0. As of when I purchased, the most current release of blender was V3.5Overall I would say if you just downloaded Blender this is a good purchase. If you have any experience in Blenders Geo-nodes I would NOT recommend this.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela