Book Image

Blender 3D: Designing Objects

By : Romain Caudron, Pierre-Armand Nicq, Enrico Valenza
Book Image

Blender 3D: Designing Objects

By: Romain Caudron, Pierre-Armand Nicq, Enrico Valenza

Overview of this book

Blender is a powerful, stable tool with an integral workflow that will allow you to understand 3D creation with ease. With its integrated game engine and use of the Python language, it is an efficient choice for many productions, including 3D animated or live action films, architecture, research, and even game creation. Blender has an active community that contributes to expanding its functionalities. Today, it is used in many professional products and by many companies. Throughout Blender for Designers, you will create many types of complete projects using a step-by-step approach. Start by getting to know the modeling tools available in Blender to create a 3D robot toy, and discover more advanced techniques such as sculpting and retopology by creating an alien character. Move on in the second module to engage with the workflow used to create characters. Run through the process from modeling to the rendering stages, using the tools of the latest official release of Blender. The last module will teach you how to utilize the power of the Blender series to create a wide variety of materials, textures, and effects using the Cycles rendering engine. You will learn about node-based shader creation, and master Cycles through step-by-step, recipe-based advice. Start small by rendering the textures of stones and water, then scale things up to massive landscapes of mountains and oceans. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: •Blender 3D By Example By Romain Caudron and Pierre-Armand Nicq •Blender 3D Cookbook By Enrico Valenza •Blender Cycles: Materials and Textures Cookbook - Third Edition By Enrico Valenza
Table of Contents (6 chapters)
4
Bibliography
5
Index

Chapter 2. Sculpting the Character's Base Mesh

In this chapter, we will cover the following recipes:

  • Using the Skin modifier's Armature option
  • Editing the mesh
  • Preparing the base mesh for sculpting
  • Using the Multiresolution modifier and the Dynamic topology feature
  • Sculpting the character's base mesh

Introduction

In the previous chapter, we built the base mesh by using the Skin modifier and on the base of the reference templates; in this chapter, we are going to prepare this basic mesh for the sculpting, by editing it and cleaning up any mistakes the Skin modifier may have made (usually, overlapping and triangular faces, missing edge loops, and so on).

Using the Skin modifier's Armature option

The Skin modifier has an option to create an Armature on the fly to pose the generated mesh. This Armature can just be useful in cases where you want to modify the position of a part of the generated mesh.

Note that using the generated Armature to pose the base mesh, in our case...