Book Image

Blender 3D By Example - Second Edition

By : Oscar Baechler, Xury Greer
Book Image

Blender 3D By Example - Second Edition

By: Oscar Baechler, Xury Greer

Overview of this book

Blender is a powerful 3D creation package that supports every aspect of the 3D pipeline. With this book, you'll learn about modeling, rigging, animation, rendering, and much more with the help of some interesting projects. This practical guide, based on the Blender 2.83 LTS version, starts by helping you brush up on your basic Blender skills and getting you acquainted with the software toolset. You’ll use basic modeling tools to understand the simplest 3D workflow by customizing a Viking themed scene. You'll get a chance to see the 3D modeling process from start to finish by building a time machine based on provided concept art. You will design your first 2D character while exploring the capabilities of the new Grease Pencil tools. The book then guides you in creating a sleek modern kitchen scene using EEVEE, Blender’s new state-of-the-art rendering engine. As you advance, you'll explore a variety of 3D design techniques, such as sculpting, retopologizing, unwrapping, baking, painting, rigging, and animating to bring a baby dragon to life. By the end of this book, you'll have learned how to work with Blender to create impressive computer graphics, art, design, and architecture, and you'll be able to use robust Blender tools for your design projects and video games.
Table of Contents (18 chapters)

Setting up the source files

For this project, you'll need the files from Blender3DByExample_Chapter02.zip, which can be downloaded here: https://github.com/PacktPublishing/Blender-3D-By-Example-Second-Edition. Download and unzip the folder. You should now have a directory called Blender3DByExample_Chapter02 that contains the starting project file and a folder that contains all of the texture files that are required:

Example of the unzipped directory

Blender saves projects in a proprietary format called .blend these files store everything you need for a 3D scene: models, animations, lights, you name it! .blend files can also include image textures, though most 3D artists choose to keep the texture files separate so that the .blend file will take up less room on the computer. For this chapter, the textures can be found inside the VikingScene_Textures folder, as you can see here:

You'll find these files in the VikingScene_Textures folder
Always keep the texture files in their original folder. Blender looks for texture files in specific locations. If the files aren't where Blender expects them to be, then they will be missing when the .blend file is opened. To find missing files, we can tell Blender where to look for them via the File | External Data | Find Missing Files option.

Now that we have our files, we can get started. Open the VikingScene_Start.blend file to begin this project. You can open a .blend file by dragging and dropping it into Blender, or by going to the File menu and choosing Open.... We will start by learning how to use the Outliner panel.