Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Blender Quick Start Guide
Blender Quick Start Guide

Blender Quick Start Guide: 3D Modeling, Animation, and Render with Eevee in Blender 2.8

By Allan Brito
AU$36.99 AU$24.99
Book Sep 2018 194 pages 1st Edition
eBook
AU$36.99 AU$24.99
Print
AU$45.99
Subscription
$19.99 Monthly
eBook
AU$36.99 AU$24.99
Print
AU$45.99
Subscription
$19.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 : Sep 29, 2018
Length 194 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781789619478
Category :
Table of content icon View table of contents Preview book icon Preview Book

Blender Quick Start Guide

Using Blender 2.8 UI, Shading and Navigator Widget

Finding your way around Blender is the first step to starting to create astonishing 3D models or animations with the software; knowing the interface is critical. In the following chapters, you will learn how to use and manipulate the new user interface of Blender 2.8, and some render options with the OpenGL options.

Blender 2.8 is a huge milestone for the software and you will get to know a lot of the new tools, like the new Eevee renderer. You will also learn how to create 3D models using polygons and even create a quick animation using 3D text.

This first chapter will focus on getting you around the interface! Here is a list of what you will learn:

  • Managing the user interface
  • 3D navigation
  • Selecting objects
  • Applying 3D transformations
  • Using keyboard shortcuts in Blender

Technical requirements

You will be required to have Blender 2.80 installed to follow this procedure. Even if you have a later version of Blender, the described example should work with no significant problems.

The code files of this chapter can be found on GitHub:
https://github.com/PacktPublishing/Blender-Quick-Start-Guide.

Check out the following video to see the code in action:

bit.ly/2IocoFW.

The Blender user interface

When you open Blender for the first time, you will see what we call the default user interface. The interface in Blender is flexible to the point where you can stretch and reshape it in any way you want. The following screenshot shows the default user interface for Blender:

Figure 1.1: Default user interface

One of the core concepts about the interface is that it works with a window system. Each division of the interface is a window that you can resize and change based on context.

Resizing windows

To resize a window you have to place the mouse cursor between a division; once the cursor turns into a double arrow, you can left click and drag to resize the window, as shown in the following screenshot:


Figure 1.2: Resizing windows

Managing windows

The process of creating new windows in Blender is quite simple once you learn how to use the corners of the existing windows. Each of the four corners of a window will work as a reference for either splitting or merging windows.

If you move the mouse cursor to a corner, like the top right, you will see the cursor turning into a cross as shown in the next screenshot:

Figure 1.3: Cross at the corner

Once you have the cursor as a cross, you can left-click and drag the mouse towards the center of your actual window to create a division, shown as follows:

Figure 1.4: Splitting a window

You have two options to split windows:

  • Moving up or down: Creates a horizontal division
  • Moving left or right: Creates a vertical division

Merging windows

How do we merge windows? The process to join the two windows is the same we use to create a division. But, instead of dragging the cursor towards the center, you will move it to the window you want to merge.

There is a simple rule you have to follow to merge two windows successfully—both of them must share the same edge. The shared side must have the same size.

Here is an example of two windows that share the same edge:

Figure 1.5: Windows with the same edge

If you place the mouse cursor in one of the corners for the shared edge, you will be able to left click and drag the cursor over the window that you want to disappear. Blender will help you by showing a big arrow pointing to the direction of the expanding window, shown in the next screenshot:

Figure 1.6: Merging windows

Active window and shortcuts

At this point, you already know how to manipulate windows, and we can move to the next core concept of Blender, which is the active window. Why is that important? Because it has a close relationship with another aspect of Blender, which is keyboard shortcuts.

Blender has a lot of keyboard shortcuts that will save you a tremendous amount of time for simple tasks. The relationship between windows and shortcuts is that you can choose where to call a tool using a shortcut on each window.

You can always work with a single window in Blender by maximizing the active window. Press the Ctrl + Spacebar keys to maximize any window.

For instance, you can create multiple divisions at the interface and have five views of an object in different 3D views, shown in the next screenshot. If you press the G Key to move an object, where you will control the translation?

Figure 1.7: Multiple divisions

You will always control and use the tool in the active window. But what is the active window? That is the window where your mouse cursor is at the moment you call the hotkey.

That concept is important to know, because you may accidentally press a key when the wrong window is active.

With time and practice, you will unconsciously move the cursor to a window before hitting a key to perform a task in Blender.

Selecting objects

The next step to learn about Blender is how to select objects and transform them in 3D. To select an object, you can right click on them in the 3D View window. That is the window we use to see all objects in 3D, manipulate them, and do most of the visual work. You will see an orange border surrounding the selected objects, as shown in the following screenshot:

Figure 1.8: Selection in the 3D View

To deselect an object, you can hold the Shift key and right-click on any object, or use a shortcut. The shortcut to deselect any object is Alt + A.

You must set the 3D View as your active window to use those shortcuts.

If you hold the Shift key and right-click on other objects, Blender will add them to the selection. You can click on as many objects as you need; note the following screenshot:

Figure 1.9: Multiple objects selected

Do you want to select all the objects in your scene? Just press the A key in the 3D View, and you will select all objects.

The color surrounding your selected objects may be different. Those colors come from the theme you use for the Blender user interface.

Another way to select multiple objects in Blender is with the Select Border tool. You can activate that tool using the B key or the icon in the toolbar at the left side of your 3D View.

Figure 1.10: Select border

Using that tool you can draw a window around all objects that you want to select, as demonstrated in the next screenshot:

Figure 1.11: Border around objects

Transforming objects

In any 3D software like Blender, transformations play a significant role in the everyday tasks an artist will perform in the software. You will use them for anything, starting with 3D modeling and going all the way to animations.

The three fundamental transformations available are:

  • Grab
  • Rotate
  • Scale

Blender will allow us to use several different ways to apply those transformations. The easiest way to implement them is with the transform gizmo. You can activate the gizmo using the options in the toolbar, as shown in the next screenshot:

Figure 1.12: Transform gizmo
You can toggle the toolbar in the 3D View using the T key. If you can’t see it in your interface, press the T key, and it will appear.

Moving objects

Let's start with the second option, which is the Grab tool. If you select an object (right-click) and press the Grab button, you will see the transform gizmo with multiple arrows.

Each arrow has a color code that shows:

  • Red arrow: Move in the x axis
  • Green arrow: Move in the y axis
  • Blue arrow: Move in the z axis
For transformations, the color codes won’t change, and you will always find red, green, and blue as x, y, and z respectively.

Now, you can left-click at any arrow and keep the button pressed, dragging the mouse. You will be able to translate the object around. Blender will constrain the movement to the axis of the arrow you have clicked, as illustrated in the next screenshot:

Figure 1.13: Object moving

Is there a faster way to move objects? You can also use the G key when you have an object selected. It will trigger the move tool.

But, you will notice something different about the G key. It will not constrain the translation of our object to any axis. You will be able to move it around freely.

We can also constrain the move operation to an axis by pressing the key equivalent to that axis, right after you press the G key.

For instance, if you press the G key and right after press the X key, you will constraint the move to the x axis.

Blender will even give you a list of suggestions for possible tools and options in the status bar at the bottom of your interface. There you will see a list of all possible shortcuts for a given tool, as indicated in the next screenshot:

Figure 1.14: Options for moving objects
Always look at the status bar to find relative hotkeys for a tool you are using with Blender, in case you can’t remember the key.

Rotating objects

Using the same principle from what you already know about transformations, we can rotate objects by either utilizing the toolbar button or with a hotkey. If you press the R key, you will start to rotate objects.

However, you will find that the gizmo for rotations is different from the one used to move objects. Replacing the arrows, you will get arcs with the same color code for each axis, as shown in the next screenshot:

Figure 1.15: Rotate gizmo

By using the right mouse button to click and drag each arc, you will rotate an object. That will constrain the transformation to a single axis.

With the R key, you will get rotation for the object that doesn’t have any axis reference. As with the move tool, you can use the status bar to find additional options for the rotation. Press the R key and right after that press the X, Y, or Z keys to constraint the rotation to a single axis, shown as follows:

Figure 1.16: Rotation options

1.5.3 Scaling objects

For the scaling objects, you get the same options; you can either use the button on the toolbar or use the S-key shortcut. Using the button on the toolbar will give you immediate options to constrain the scale to a single axis.

To get the same results with the S key, you can use the X, Y, or Z keys.

What about the first button? If you click at the Transform button in the toolbar you will get a widget that has all .

Shading options for Blender 2.8

With a solid base to select and transform objects in Blender, we can move further and get around shading. Until now you probably just used the basic shading options from the default user interface.

In Blender 2.8 you will get a lot of options for shading at the bottom of the 3D View (Figure 1.17), shown as follows:

Figure 1.17: Shading options

To fully see everything we can do with shading options in Blender, you have to create more than merely a cube. So let us try duplicating the cube and apply the shading options:

  1. To duplicate the cube, select the cube that is present and press Shift + D key
  2. Now that the cube has been duplicated, we will align the copy above the original by pressing the Z key and placing the new cube right above the first cube. Blender will move the new object right after you press the keys, and you can constrain the copy on any axis.
  3. Repeat the process till you get three cubes aligned in the Z axis shown in the below screenshot.
Use your mouse wheel or the - and + keys from your numeric keyboard to zoom in and out of your 3D View.
Figure 1.18: Aligned objects
You can always cancel any transformation using the Esc key. If you press the Esc key during a duplication, it will place the new copy at the same position as the original object. To erase the copy, you can do an Undo with the Ctrl + Z keys.

They all appear with a flat color in your 3D View, and we can change that using some shading options, which will be important later when we start to use Eevee to render in real time.

There are three primary locations to adjust your shading in Blender: Lighting, Color, and Options.

In the lighting field you will see three buttons:

  • Flat: The most straightforward option that will display a flat light with no volumetric options.
  • Studio: Here we have a simulation of a studio setup with an infinite background and area lights to the sides.
  • MatCap: This is short for Material Capture and will display a realistic shading for a surface based on reflections and other properties from a real-world simulation.

Right below the lighting options, you will see another field called Color. There you can set the way your objects will appear in the 3D View. You can get:

  • Single: Use a single color to display all objects equally. You can choose the tone at the selector below this button. The selector only appears if you select the Single option.
  • Material: Shows objects with the same materials used in the Material Editor.
  • Random: If you need greater understatement of a complex scene with dozens or hundreds of objects, you can use the random option to display a random color for each unique object. Blender will pick the colors for you.

At the bottom, you have another set of options, and from those options, you should take a close look at the Shadow. If you enable the Shadow, you will see a real-time shadow in your 3D View. The value next to the Shadow controls how dark they appear in your scene and with the little gears icon you can set the direction of your shadows.

By choosing MatCap, Color as Random, and enabling shadows, you will get the following view of your scene:

Figure 1.19: 3D View shading

You can change both MatCap and Studio shading options by clicking the preview sphere, as indicated in the next screenshot:

Figure 1.20: Changing the lights
Always use MatCap or Studio for projects that require a preview of volumetric shapes or during complex modeling tasks. They help you to become more productive.

Navigator widget and visualization

What if you have to manipulate the visualization of your objects in the 3D View of Blender? For that purpose, we can use the brand-new visualization options available in the user interface. Look at the top right corner of your 3D View, and there you will see five new icons that help controlling visualization, illustrated as follows:

Figure 1.21: Navigation options

All those options will work with your mouse and are a great option with Blender, even if you don’t have a mouse in your computer.

In the preceding diagram, you will find each of the following options:

  • Perspective or orthogonal: The icon will enable you to swap between an orthogonal and perspective projection of lines for your 3D View. For modeling, tasks are always better to work with an orthogonal projection. You can also use the numpad 5 key as the shortcut for this option.
  • Camera view: To quickly set the view to your active camera in Blender, you can click on this button. Click on it again to exit the camera view. The shortcut for this option is Ctrl + numpad 0.
  • Move view: Do you want to move the view? Click and drag in this icon to move your view and adjust the best possible angle. You can get the same results with the Shift + middle mouse button.
  • Zoom view: To set zoom in and out you can click and drag the mouse up and down, to get a zoom in and out of your scene. Use the mouse wheel or + and - keys to get the same results.
  • Navigator widget: A full navigation option for Blender.

Navigation widget

A navigation widget is a standard tool for 3D software, and Blender now has an option that allows you to orbit and adjust your visualization. One of the most simple choices for the widget is to rotate the visualization.

Click anywhere inside the circle icon with the right mouse button, and while you drag the cursor, you will rotate the visualization.

Notice that you will find the small circles inside the widget with the axis color codes. Some circles have a line connecting them to the center. Others are unconnected from the center.

What do they mean? Those are quick ways to set orthographical views. You can click at any circle to jump straight to a view. For instance, clicking the unconnected green circle will get you Front View. Using the connected green circle will give you the opposite, which is the Back View.

Here is a breakdown of all options from the navigation widget:

Figure 1.22: Navigation options

As with most of the options from the Blender user interface, you will find keyboard shortcuts for all views in the widget:

  • Top view: numpad 3
  • Bottom view: Ctrl + numpad 3
  • Front view: numpad 1
  • Back view: Ctrl + numpad 1
  • Right view: numpad 7
  • Left view: Ctrl + numpad 7

Displaying and editing properties

A useful option for any 3D tool like Blender is to give artists a way to see and edit object properties. Among those properties, you will find the location, rotation, and scale of those entities—the same properties that you already changed in the middle of this chapter.

What if you want to change those values using numeric precision?

Using the sidebar in Blender will give you access to those options and a little more! In the 3D View, to open the sidebar:

  1. Press the N key shortcut or click at the small + icon at the top right corner, as indicated in the next screenshot:
Figure 1.23: Sidebar icon
  1. Once you click the icon, the sidebar will appear. To see properties for any given object, you must first select that object.
  2. With the object selected, you will see numeric properties for Location, Rotation, and Scale, shown as follows:
Figure 1.24: Sidebar options
  1. To change the properties of the object, you can click at any numeric properties and set the desired value. For instance, you can set the object to have about half the size in the z axis setting the scale as 0.5 for the Z property, shown as follows:
Figure 1.25: Setting the scale

You can also protect transformations for an object using the lock icons right next to each property.

The 3D View is not the only window in Blender that will have a sidebar. You will find a similar option on several other window types. In the following chapters, you will see many more windows using the option to edit properties.

Summary

Understanding the user interface is critical to use Blender for any project, and now you have a solid knowledge of how to manipulate windows, transform 3D objects, change the zoom, and selection modes.

From this point, we can move to the next chapter and start to create 3D models from polygons, and also take advantage of the real-time rendering features of Eevee. There you will learn how to use tools like extrude and manage lights and shadows.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Find your way round the new user interface and tools of Blender 2.8
  • Create materials, apply textures and render scenes
  • Use the new cutting-edge real-time render EEVEE in your projects

Description

Blender is open source 3D creation software. With a long history and an enthusiastic community of users, it is the ideal choice for almost any kind of work with 3D modeling or animation. However, for new users, its power and ?exibillity can sometimes be daunting, and that’s when you need this book! The book starts by showing you round the all-new Blender 2.8 user interface. You'll look at the most commonly-used options and tools, such as navigating in 3D and selecting objects. You will then use and manipulate one of the most important windows of the interface, the 3D View. You'll learn how to use essential tools for working with 3D modeling. To give your models the feel of real-world objects, you'll learn how to create materials and set up surfaces. You'll see how to use Physically-Based Rendering (PBR), which allows you to craft realistic surfaces such as wood, stone, and metal. You will also work with Eevee, a new real-time render engine in Blender. You will see how to add motion to objects, making use of Blender's impressive 3D animation features. Finally, you'll learn how to create scenes and organize them for rendering, and later add titles and effects using built-in Blender tools. By the end of the book, you will be able to use Blender 2.8 new UI, Create 3D Models with textures, Animations, and Render them in real-time using Eevee.

What you will learn

Manipulate and visualize your 3D objects in Blender Use polygon modeling tools such as extrude, loop cut, and more Apply precision modeling tools like snapping and the 3D Cursor Render a scene using the real-time engine Eevee Create materials for Eevee and Cycles Render a scene with the Eevee real-time engine • Use PBR textures to craft realistic surfaces such as wood with the Shader Editor • Add motion and animation using keyframes • Create animation loops using curves and modifiers

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 : Sep 29, 2018
Length 194 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781789619478
Category :

Table of Contents

10 Chapters
Preface Chevron down icon Chevron up icon
Using Blender 2.8 UI, Shading and Navigator Widget Chevron down icon Chevron up icon
3D Modeling and Real-Time Rendering in Eevee Chevron down icon Chevron up icon
The New 3D Cursor and Modeling Options Chevron down icon Chevron up icon
Using Real-Time Materials in Eevee Chevron down icon Chevron up icon
Real-Time Textures for Eevee Chevron down icon Chevron up icon
Lights and Real-Time Rendering with Blender Eevee Chevron down icon Chevron up icon
Animate Everything in Blender 2.8! Chevron down icon Chevron up icon
Editing Animations in Blender 2.8 Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

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

Filter reviews by


No reviews found
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.