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 11. Refining the Textures

In this chapter, we will cover the following recipes:

  • Sculpting more details on the high resolution mesh
  • Baking the normals of the sculpted mesh on the low resolution one
  • The Armor textures
  • Adding a dirty Vertex Colors layer and baking it to an image texture
  • The Quick Edit tool

Introduction

In Chapter 10, Creating the Textures, we have prepared the color and bump texture images for the Gidiosaurus skin. In this chapter, we'll see the process for creating some additional (but equally important, nonetheless) textures, both for the character and the iron Armor.

Sculpting more details on the high resolution mesh

In Chapter 2, Sculpting the Character's Base Mesh, we sculpted the Gidiosaurus character's features, obtaining a high resolution mesh that we re-topologized in the following Chapter 4, Re-topology of the High Resolution Sculpted Character's Mesh, to have a low resolution mesh for easy rigging and texturing.

Because in the following...