Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Squeaky Clean Topology in Blender

You're reading from   Squeaky Clean Topology in Blender Create accurate deformations and optimized geometry for characters and hard surface models

Arrow left icon
Product type Paperback
Published in Dec 2022
Publisher Packt
ISBN-13 9781803244082
Length 248 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Michael Steppig Michael Steppig
Author Profile Icon Michael Steppig
Michael Steppig
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Part 1 – Getting Started with Modeling and Topology
2. Chapter 1: Navigating and Modeling in Blender FREE CHAPTER 3. Chapter 2: The Fundamentals of Topology 4. Chapter 3: Deforming Topology 5. Chapter 4: Improving Topology Using UV Maps 6. Part 2 – Using Topology to Create Appropriate Models
7. Chapter 5: Topology on a Humanoid Head 8. Chapter 6: Topology on a Humanoid Body 9. Chapter 7: Topology on a Hard Surface 10. Chapter 8: Optimizing Geometry for a Reduced Triangle Count 11. Index 12. Other Books You May Enjoy

Manipulating a mesh using modifiers

Modeling operations are generally broken up into two general categories, destructive, and non-destructive. Their names are a bit misleading because you can both add and remove geometry by doing both types of operations. The difference is how they go about doing it. All of the modeling methods introduced so far have been destructive. Destructive modeling is when you perform an operation that cannot be tweaked or changed after finalizing the transform. The only way to undo a destructive transform is by using Ctrl + Z. Non-destructive transforms can be changed or completely removed without affecting the base mesh. These transforms affect the mesh indirectly, and are usually used outside of Edit Mode.

There are plenty of ways to affect the mesh indirectly by performing an operation on it outside of Edit Mode. One of the most common ways of doing this is through the Modifier Properties tab in the Properties Editor Type area. The Modifier Properties tab is used to manage modifiers. Modifiers are used to perform non-destructive operations on an object. The Modifier Properties tab can be seen in Figure 1.20.

Figure 1.20 – The Modifier Properties tab

Figure 1.20 – The Modifier Properties tab

The Mirror modifier

An example of one of these modifiers is the Mirror modifier. The Mirror modifier mirrors the object it is put on around the X, Y, or Z axis. To use a modifier on an object, follow these steps:

  1. Make sure the object you want to add it to is selected.
  2. In the Modifier Properties tab, press Add Modifier and navigate to the desired modifier – in this case, the Mirror modifier, as shown in Figure 1.21.
Figure 1.21 – The Mirror modifier in the Add Modifier tab

Figure 1.21 – The Mirror modifier in the Add Modifier tab

  1. Finish adding the modifier by selecting it, and your modifier will appear in the Modifier Properties tab, as displayed in Figure 1.22.
Figure 1.22 – The Mirror modifier

Figure 1.22 – The Mirror modifier

The Mirror modifier works by mirroring the mesh around an object’s origin. The object origin is the little orange dot you see in Object Mode that indicates the object’s orientation compared to the world’s origin. Figure 1.23 shows us a closer look at the origin.

Figure 1.23 – The origin of an object

Figure 1.23 – The origin of an object

  1. Pressing N to open the side panel shows the transforms of the object.
  2. Translating the cube in Object Mode by pressing G and then the LMB to apply the translation will change these variables. This is captured in Figure 1.24.
Figure 1.24 – The translated cube in Object Mode

Figure 1.24 – The translated cube in Object Mode

The Mirror modifier will not be affected by a translation in Object Mode because translation in this mode also moves the origin, and the Mirror modifier mirrors around that.

  1. To see what the Mirror modifier is doing, we have to edit it in Edit Mode because the location of the vertices in this mode are all referenced to the origin of the object. If we translate the cube in Edit Mode, the result is shown in Figure 1.25.
Figure 1.25 – The translating mesh in Edit Mode

Figure 1.25 – The translating mesh in Edit Mode

Now we have a perfectly mirrored cube on either side of our origin. Next, we will look at how to connect the two mirrored halves. To connect the cubes together, follow these steps:

  1. Start by selecting the face facing the origin and deleting just the face. This is to ensure that we do not have any extra faces inside of the mesh.
  2. Next, on the Mirror modifier, make sure Clipping is turned on.
  3. Finally, select the ring of vertices closest to the origin and translate them to the middle, while locking it on the X axis by pressing G and then X. The result should look like Figure 1.26.
Figure 1.26 – Translating in Edit Mode with clipping enabled

Figure 1.26 – Translating in Edit Mode with clipping enabled

The Subdivision Surface modifier

Another common modifier we are going to use is called the Subdivision Surface modifier, or SubD for short. The SubD modifier subdivides the mesh and also performs a smoothing operation on the subdivision. The levels of subdivisions can be adjusted for the viewport and the render can be adjusted separately. Modifiers can also be used destructively. You can apply them by pressing the arrow at the top right of the modifier, pointed out in Figure 1.27.

Figure 1.27 – Applying modifiers in the Modifier tab

Figure 1.27 – Applying modifiers in the Modifier tab

Modifiers affect the mesh from the top of the modifier stack down. So, in this instance, the Mirror modifier is being calculated before the SubD modifier. It is usually best to apply modifiers from the top down to avoid any issues. You must be in Object Mode to apply modifiers. Figure 1.28 shows the mesh in Edit Mode before applying modifiers, and Figure 1.29 shows the mesh after applying them.

Figure 1.28 – The mesh in Edit Mode before applying the modifier

Figure 1.28 – The mesh in Edit Mode before applying the modifier

Figure 1.29 – The mesh in Edit Mode after applying the modifier

Figure 1.29 – The mesh in Edit Mode after applying the modifier

Before applying, the mesh does not change because it is non-destructive. After applying it, it becomes destructive and allows you to modify the mesh directly again. Now that we have an understanding of the Mirror modifier, the next modifier we will use will help us transfer the shape of one mesh to another.

The Shrinkwrap modifier

There are also modifiers that affect the position of the vertices non-destructively. An example would be the Shrinkwrap modifier. The Shrinkwrap modifier projects the vertices from one object onto another object. As an example, we are going to shrink-wrap a cube onto a sphere:

  1. Go into Object Mode and add a cube by pressing Shift + A.
  2. Hover over the mesh.
  3. Select the cube shown in Figure 1.30.
  4. Repeat 1 to 3, only this time, select the UV sphere.
Figure 1.30 – Adding a primitive cube

Figure 1.30 – Adding a primitive cube

After both objects have been added, it should look something like Figure 1.31.

Figure 1.31 – The sphere and cube added on top of each other

Figure 1.31 – The sphere and cube added on top of each other

  1. After this point, we can select the cube and add our Shrinkwrap modifier.
  2. Select the target option on the Shrinkwrap modifier and choose our sphere from the dropdown illustrated in Figure 1.32.
Figure 1.32 – The Object selection tab

Figure 1.32 – The Object selection tab

As soon as this is done, the eight vertices of the cube will be cast onto the surface of the sphere. If we want the cube to conform to the sphere, we will have to give it more geometry to work with. That is where we can use the SubD modifier.

Remember, the modifier stack is calculated from the top down, and we want to add the extra geometry, so we need to put the SubD above the Shrinkwrap modifier.

This can be done by grabbing the top right of the modifier and dragging it above the other modifier. After that, just add another level of subdivision to the viewport, and it should look like Figure 1.33.

Figure 1.33 – The cube shrink-wrapped to the sphere

Figure 1.33 – The cube shrink-wrapped to the sphere

You have been reading a chapter from
Squeaky Clean Topology in Blender
Published in: Dec 2022
Publisher: Packt
ISBN-13: 9781803244082
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image