Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Blender 3D Incredible Machines
Blender 3D Incredible Machines

Blender 3D Incredible Machines: Design, model, and texture complex mechanical objects in Blender

By Christopher Kuhn , Allan Brito
€36.99 €24.99
Book Feb 2016 392 pages 1st Edition
eBook
€36.99 €24.99
Print
€45.99
Subscription
€14.99 Monthly
eBook
€36.99 €24.99
Print
€45.99
Subscription
€14.99 Monthly

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
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
Buy Now

Product Details


Publication date : Feb 29, 2016
Length 392 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781785282010
Category :
Table of content icon View table of contents Preview book icon Preview Book

Blender 3D Incredible Machines

Chapter 1. Sci-Fi Pistol - Creating the Basic Shapes

In this section, we'll cover a few introductory topics, discuss our goals for the project, and then create the basic shape of a pistol. As we do this, we'll use a number of different tools and modifiers. At the end of this section, we'll be ready to move on and detail our pistol:

  • A project overview
  • Creating the barrel
  • Modeling a handgrip and other pieces

Welcome to Blender 3D Incredible Machines.

In this book, we'll be working through a series of Blender projects aimed at increasing your modeling, texturing, and rendering skills.

Before we jump right into it, there are a few quick things that we need to cover.

First of all, I should mention that this book isn't meant for absolute beginners.

It would be great if a single volume could take you from knowing nothing about the software to cranking out sophisticated 3D models; unfortunately, this is not realistic. Blender's an incredible piece of software, but it's also complex. The sheer number of features means that learning to use it (or at least, learning to use it well) is a long-term endeavor. The best Blender modelers in the world will tell you that they always discover something new.

So, who exactly is the target audience?

In terms of skill level, this book will be most useful to intermediate users. Among other things, an intermediate user can do the following:

  • Navigate comfortably in 3D space
  • Switch between different views
  • Add objects to a scene
  • Move, rotate, and scale objects
  • Open, close, and save files
  • Switch between the Object and Edit modes
  • Switch between face, edge, and vertex selections
  • Add modifiers
  • Drink large quantities of coffee

This book is called Blender 3D Incredible Machines for a reason. We're going to focus on building sophisticated mechanical models here, which means that invariably, there are certain topics that we won't cover.

There's nothing in here about creating realistic fur or setting up materials to simulate human skin. While these are fascinating topics, they're beyond the scope of this book (and frankly, I don't feel qualified to teach you about them).

As you get started with our first project, you'll find that the instructions are detailed and specific. However, as we move further along, this will become less true. This avoids repetition and also allows us to pull back and see the big picture. We can start focusing on workflow and project management, which is critical when building complex models.

There's one last thing I'd like to mention before we jump into it. In a lot of Blender tutorials, you build models based on reference or background images. This is incredibly useful when you model a real object, but everything in this book is fictional. We want to focus on technique and workflow here and leave ourselves some flexibility on the designs. Therefore, we're going to build everything in a freehand manner. However, if you'd prefer to work from a reference image, blueprints for all the models are provided at the back of this book.

This pretty much wraps up our introductory topics...so, if you're ready, let's get to work!

A project overview


For our first project, we'll be modeling a high poly, sci-fi weapon. It's approximately the same shape as a modern day handgun, but it gives us the flexibility to be creative and explore different modeling techniques.

Here's an example of what the final model will look like (without materials and textures):

In this first chapter, we'll create the basic beveled shapes of our gun. We'll start by extruding some basic shapes. Next, we'll add the main body of the gun, then move on to the additional pieces. As we do this, we'll look at a number of modifiers and mesh tools. Specifically, we'll be discussing the following topics:

  • Extrusion
  • Face Normals
  • Tris, Quads, and N-Gons
  • Smooth versus flat shading
  • The Mirror Modifier
  • The Edge Split Modifier
  • The knife tool
  • The bevel tool

When we're finished with this section, our project will look like this:

If you're ready, let's open a new scene in Blender and get started!

Creating the barrel


We'll start by adding a circle to our scene (press Shift + A to access the Add menu). By default, circles are added with 32 sides (and 32 vertices). This screenshot will work just fine for us:

Next, we'll rotate the circle by 90° on the X axis (R, 90, X, and Enter). Then, we'll apply our rotation and scale by pressing Ctrl + A and selecting Rotation & Scale. We want to apply the rotation here for Blender to be aware of the object's default orientation. This is relevant to several tools and modifiers that we'll be using. We need to apply the scale for the same reason. For instance, the Bevel tool often doesn't work properly when objects do not have their scale values applied. We'll discuss this in detail in the later sections. For now, go ahead and apply your rotation and scale to the circle as shown here:

Now, we'll switch to the Front view with 1 on the numpad. We'll then go into Edit mode by hitting the Tab key. Switch to Vertex selection mode by using Ctrl + Tab:

Next, we'll use Shift + D to duplicate them. We'll scale the new circle down using the S key and drag the cursor to the middle of the circle. This smaller circle will form the inside of the barrel and allow us to make changes to the outer circle without losing track of the center (and vertices) of the original one.

Next, we'll start deleting some vertices that we don't want. The outside of the barrel will not be a perfect circle, so we'll need to change it. First, we'll delete three vertices at both the top and bottom of the circle. To do this, we'll select the ones that we don't want any longer, and then hit X. From the pop-up menu, select Vertices. This will give you a good idea of how much of the original circle is remaining. You can select more or fewer vertices depending on the desired look.

Next, we'll delete half of both the circles:

This will allow us to add the Mirror modifier. This modifier will duplicate half of an object across its axis. Using it, we can model one side of the gun, and Blender will automatically fill in the other side to match it. Obviously, this will save us a lot of time. In order to do this, go to the Modifiers tab of your properties panel and select Mirror.

At this point, it's important to select the proper axis. A few steps back, we applied rotation and scale to the circle. This is an example of why this is important-we want the object coordinates (in Blender's 3D space) to match the axis that's listed on the mirror modifier. In this particular case, it may not have mattered (since we're mirroring across the same axis that we rotated on). In general, however, this is a good habit to get into. So, let's go ahead and select the X axis on the mirror modifier. At this point, we'll also want to enable the Clipping feature. This will ensure that our vertices do not cross the centerline of an object:

So, let's go ahead and select these options:

Now that we've done this, we'll be able to work on just one side of the object. So, let's start making changes to the mesh. I'm going to grab the innermost vertex at the top of our circle and extrude it upon the Z axis by pressing E and Z and hitting Enter when we've finished extruding.

If you don't specify an axis, you'll be able to extrude (and move) this vertex in all three dimensions, which we definitely don't want to do here. So, we'll just continue to extrude vertices and move them until we have a rough shape for the cross-section of our barrel.

Obviously, there's a lot of room to personalize the model at this point—you don't need to follow these pictures exactly:

Once you have the cross-section that you're looking for, it's time to fill in some faces. It's not strictly necessary to do this right now (we'll actually end up deleting these), but it will enable us to see how Blender handles pre-existing faces during mesh editing. So, let's pick two edges at the top of our circle and create a face with the F key.

This is one way to create faces (individually). We can create a series of faces from two sets of edges. In this next example, we'll select two sets of four edges and automatically fill them in. To do this, use Ctrl + and Bridge Edge Loops.

As soon as we do this, there's a good chance that you'll have a problem. Some of the faces will appear darker than others, which indicates that the normals are inverted. In Blender (and other 3D applications), a normal is the vector perpendicular to your face or the direction that your face is "pointing" at. When normals are inverted, they can cause all types of problems with your model. Lines that should be smooth may end up looking sharp, and materials and textures may not work properly. In older versions of Blender, there were no visual indications (by default), and your faces were inverted. However, in newer versions, faces appear darker when you look at the "bottom" or "inside" area, and they appear lighter when you look at the "top" or "outside" area. You can also pull up your shelf with the N key, and select Normals under Mesh Display. This will produce a series of lines, which show you the direction your faces are "pointing" at. In this example, the series of faces that I just created point in the wrong direction:

Blender  does have a tool for automatically correcting normals. When you select all the faces with the A key and press Ctrl + N, Blender attempts to calculate the proper direction of the faces and flips the incorrect ones. Unfortunately, this doesn't work very well with 2D shapes. Since we just have a 2D cross section of our gun barrel right now, we'll leave this step for later.

For now, let's go through and fill in the rest of our faces. All of the faces that we've created this far are known as quads, meaning that they're four-sided faces. However, you can also have tris (or triangles) and N-Gons, which are faces with more than four edges. There are advantages and disadvantages to using N-Gons, and we'll look at this later on in the modeling process. For now, you can just create an N-Gon by selecting a ring of edges and hitting the F key.

Once all your faces are filled in, you can select all of them with A key and extrude them with the E key. By default, the faces will extrude along the Y axis, which is exactly where we want them to go. In some cases, however, the faces will extrude along an axis that you don't want them to. To fix this, you can specify the axis (as we did previously with the vertices). In this case, press E and Y to extrude the faces back on the Y axis. At this point, you can drag the faces back as far as you'd like to create the gun barrel.

As you do so, you'll see more faces with incorrect normals. At this point, however, we have a real 3D object, so Blender will be able to recalculate our normals properly. Select the entire mesh again and hit CtrlN. All of your faces will instantly point in the correct direction.

Now, let's move to our side view (numpad 3).

The front of our barrel will be angled, so we'll use the knife tool to cut across our existing mesh to create this slant. To activate the knife tool, press Shift + K (or K then Z to cut through the entire mesh). Move the knife at the top-left corner of the barrel, and anchor it with the left mouse button. Then, drag the knife down across your faces until you have the angle that you want. Press the left mouse button again and hit Enter. At this point, you have cut a new set of edges into your mesh.

However, we're not done yet. With our new edges still selected, press the V key to rip them apart. This creates duplicate vertices that sit at the top of each other, "ripping" the mesh apart. You can move one set of vertices away from the other on the Y axis if you'd like; it makes things easier to see. You can also hit Esc immediately after ripping it apart.

Next, we'll select one vertex in our front section of the barrel (the piece we don't want). By pressing Ctrl + L, Blender will automatically select all the linked (connected) vertices. You can then delete them, leaving just the section that you want.

Next, we'll fill in faces at the front of the gun barrel again. Use a combination of quads and N-Gons to do this, so we can take a look at how each one is affected by the next step in our modeling process.

First, we'll add an Edge Split modifier to the gun. Most mechanical objects contain both smooth and sharp edges. Using the Edge Split modifier, we can tell Blender which angles should be sharp and which should be smooth. It's an incredibly useful tool for creating machines in Blender. To add it, just go back to your Modifier and select Edge Split.

Once you add the modifier, go ahead and hit Smooth on the toolbar at the left-hand side of the screen. This will tell Blender that the entire object should use smooth shading except where the Edge Split modifier tells it not to. In this case, any angle that is greater than (or equal to) 30° will show up as Flat (sharp). Any angle less than this will show up as smooth. You can see the difference between smooth and flat shading in the upcoming picture.

By changing the Split Angle within the modifier, you're telling Blender which angles should be smooth and which should be sharp. There are times you'll want to change this number, but the default angle of 30° is actually very good most of the time. So, we'll leave this in place.

Now that we've got this taken care of, we'll smooth out our gun barrel a little bit. To do this, we'll use the Bevel tool. First, select the edges that you'd like to smooth out, then press W and select Bevel to activate the tool. Alternatively, you can activate the tool by pressing Ctrl + B.

With the tool activated, you can drag the mouse across the screen to change the amount of beveling on an edge. By rolling the mouse wheel, you will increase the number of segments to the bevel. If you want a sharp edge (like the corner of a piece of metal) it's best to just use one segment. If you're trying to create smooth curves, you can roll the mouse wheel up until the curve is sufficiently smooth. By selecting different edges on the gun barrel, you can smooth out the overall shape.

As we look at the front of the gun, we notice an interesting problem. Actually, it's not a problem; it's just the way that Blender does beveling. This is why we've filled in these faces at the front of the barrel, so we could observe the effects of the bevel tool on different types of faces. Here, you can see one of the key advantages of an N-Gon. It will not become distorted by the beveling process. This is not true for QUADs and TRIs:

These faces on the front of the barrel will technically work, but they look a bit messy. If you want to clean things up, you can quickly select all the faces you want to keep, then press Ctrl + I. This is known as the select inverse function, and it does exactly what the name implies.

Next, you can just delete the faces with the X key. Then, select the edge loops that form the front of the barrel and press F. This will automatically fill in a single N-Gon on the front of the barrel.

Next, we'll use the Bevel tool again to just slightly bevel the front edges of the barrel. Since there are no perfect angles in nature, this is a very common way to establish a bit of realism for mechanical models.

When you've done this, just select the two edge loops that make up the barrel and press Ctrl + E and Mark Sharp. The angles will show up as sharp anyway (since they probably exceed 30°), but if you know that you want an edge to be sharp, it never hurts to mark it that way. You may make changes down the line that affect an edge's angle. This way, you never have to worry about it.

At this point, the basic shape of our barrel is complete. Make any final corrections that you'd like, and then we'll move on to the rest of the gun.

Modeling a handgrip and other pieces

The first thing we want to do is select the barrel again, and then press Shift +S and Cursor to Selected. This will place the 3D cursor at the origin point of our gun object. Any objects that we add after this will be automatically placed there:

Next, we'll bring up the Add menu again and add a cube to our project. It will appear directly in line with the gun barrel. Depending on the scale of your barrel, the cube may appear slightly bigger or smaller than the image shown here:

Tab into the Edit mode and adjust the scale until it's to your liking.

Next, use Ctrl + R to run a loop cut around the outside of the cube. This will enable us to make a few changes to the shape.

You can move the loop cut up or down as you'd like. When you've finished this, you can grab various edges and move them back or forward to create the desired shape for the gun's body.

Once you've formed the basic shape that you'd like, we'll delete the front and rear faces of the gun's body. Afterwards, you can go in and bevel the edges as much (or as little) as you'd like. Again, you can use the provided image at the beginning of the chapter if you'd like, or you can modify it to make it your own.

Once you have a shape that you like, we'll go ahead and join this object to our barrel. In order to do this, we'll need to make a few changes.

First, we'll delete the very top and bottom faces of the body. Then, we'll delete one half of it (make sure to delete the same half that you did with the barrel—we want all of the mesh to be on the same side).

Then, Tab out to Object mode. Select the gun body first and then the barrel. Press Ctrl + J to join the body to the barrel.

Note

The first object that you pick will always be joined to the second object.

Next, we'll grab the very top and bottom edges of our gun block and extrude them in toward the center (on the X axis). Since Clipping was selected on our Mirror modifier, the edges will not go past the object's centerline.

After you've done this, select the series of small edges (from the bevel) in the middle of the gun block and extrude these into the centerline as well.

Next, we'll be filling in some faces on the back of the gun's body. We'll use a combination of N-Gons and quads to do this.

It's important to know where you can use an N-Gon and where you can't. The most important rule about N-Gons is that they must always be flat. As we look at the back of our gun's body, we can see a series of small curved edges in the middle:

To better understand this rule, look at the following image. You can see that the portions of a sphere have been cut out and replaced with a single, curved N-Gon. The N-Gon is bending to connect various edges together. This dramatically affects both the shape and shading of your object, and it will create unwanted artifacts at render time:

Going back to our gun's body, we'll fill flat edges in with N-Gons. When you're finished with this, select the outer ring of edges at the back.

We'll attempt to bevel this in the same way we did before. However, depending on the exact shape of your gun's body, you may end up with something like this:

What you're seeing here is beveled edges that are overlapping each other. This is a fairly common occurrence with the bevel tool. When it happens, the best fix is to change the geometry a little bit. In this case, we'll remove the bottom N-Gon first. Then, we can extrude a series of small edges across, towards the middle. Once you've done this, you can fill the holes back in and re-bevel them:

Repeat these steps with the front of the body as well.

At this point, we've covered all of the key topics for this chapter. Using the same methods that we've just looked at, you can now go through and create basic shapes for the rest of body. The following image is just a sample; feel free to use your imagination here!

When you've got basic shapes added and beveled, the result will look something like this:

Make sure that all of your different meshes are a part of the same object (the original barrel). When you're finished with this, we'll be ready to move on to the detailing phase.

Summary


In this section, we blocked out the basic parts of our gun. We used the Mirror and EdgeSplit modifiers as well as a number of mesh tools. In the next section, we'll use a number of different tools, modifiers, and techniques to bring out a lot of detail. These steps will not only allow us to finish our gun, but they will be useful for the rest of our projects as well. So, let's get started!

Left arrow icon Right arrow icon

Key benefits

  • Develop realistic and awesome machines for your 3D projects and animation films
  • Gain the ability to look at a piece of machinery in real life and then recreate it in Blender
  • Develop a comprehensive skill set covering key aspects of mechanical modeling

Description

Blender 3D is one of the top pieces of 3D animation software. Machine modeling is an essential aspect of war games, space games, racing games, and animated action films. As the Blender software grows more powerful and popular, there is a demand to take your modeling skills to the next level. This book will cover all the topics you need to create professional models and renders. This book will help you develop a comprehensive skill set that covers the key aspects of mechanical modeling. Through this book, you will create many types of projects, including a pistol, spacecraft, robot, and a racer. We start by making a Sci-fi pistol, creating its basic shape and adding details to it. Moving on, you’ll discover modeling techniques for larger objects such as a space craft and take a look at how different techniques are required for freestyle modeling. After this, we’ll create the basic shapes for the robot and combine the meshes to create unified objects. We'll assign materials and explore the various options for freestyle rendering. We’ll discuss techniques to build low-poly models, create a low-poly racer, and explain how they differ from the high poly models we created previously. By the end of this book, you will have mastered a workflow that you will be able to apply to your own creations.

What you will learn

[*] Reacquaint yourself with Blender s modeling toolset [*] Practice fundamental skills that are applicable to a range of modeling projects [*] Know when and where to use various types of geometry—something that saves time in one instance will pose significant problems in another [*] Think ahead and plan your project out to significantly improve both quality and efficiency [*] Create models for freestyle use [*] Overcome challenging modeling problems [*] Create customized game models that can easily be exported to other formats. This is one of the most popular uses of Blender, and the results can be incorporated into game design! [*] Get comfortable with the start-to-finish process to create any type of hard surface model

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
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
Buy Now

Product Details


Publication date : Feb 29, 2016
Length 392 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781785282010
Category :

Table of Contents

16 Chapters
Blender 3D Incredible Machines Chevron down icon Chevron up icon
Credits Chevron down icon Chevron up icon
About the Author Chevron down icon Chevron up icon
About the Reviewer Chevron down icon Chevron up icon
www.PacktPub.com Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
Sci-Fi Pistol - Creating the Basic Shapes Chevron down icon Chevron up icon
Sci-Fi Pistol - Adding Details Chevron down icon Chevron up icon
Texturing and Rendering Your Sci-Fi Pistol Chevron down icon Chevron up icon
Spacecraft – Creating the Basic Shapes Chevron down icon Chevron up icon
Spacecraft - Adding Details Chevron down icon Chevron up icon
Spacecraft – Materials, Textures, and Rendering Chevron down icon Chevron up icon
Modeling Your Freestyle Robot Chevron down icon Chevron up icon
Robot - Freestyle Rendering Chevron down icon Chevron up icon
Low-Poly Racer – Building the Mesh Chevron down icon Chevron up icon
Low-Poly Racer – Materials and Textures Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(1 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


Sandrino Caruso Jun 1, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Good book. Complete, perfect for intermediate level.
Feefo Verified review Feefo image
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.