Core Blender Development: Understanding the Essential Source Code
Autor Brad E. Hollisteren Limba Engleză Paperback – 12 dec 2020
Learn the essential source code of Blender and its unique build system. This book provides the inner workings of the Blender C-based source code, and will be indispensable for those wanting to contribute to this important open-source project.
Blender is an open-source 3D modeling and rendering software package used in the production of assets for animated projects, 3D printing, games, and even scientific visualization. This book goes in depth and discusses the primary modules related to the GUI and the geometric modeling work. You'll start by learning how to reverse engineer geometric operators, and from there move on to the main features of the source code and how to apply them. When done, you'll have the necessary foundation for exploration in other modules of the Blender source code.
Lack of software engineering knowledge, such as experience with large cross-platform code base, remains insurmountable for many new developers. While the Blender site includes much useful information, it is not detailed enough. Core Blender Development breaks down the barriers to entry for open-source development in 3-D modeling.
What You’ll Learn
- Find the code for various functions and editors in Blender
- Track down bugs, and contribute new functionality to the Blender code base
- Examine the .blend file and how it stores Blender state
- Understand the Blender core code base beyond the community website documentation
- Review the explicit code traces and source files of descriptions of the code base
Who This Book Is For
Preț: 302.41 lei
Preț vechi: 378.01 lei
-20% Nou
Puncte Express: 454
Preț estimativ în valută:
57.87€ • 60.05$ • 48.37£
57.87€ • 60.05$ • 48.37£
Carte disponibilă
Livrare economică 24 februarie-10 martie
Livrare express 08-14 februarie pentru 99.91 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484264140
ISBN-10: 1484264142
Pagini: 244
Ilustrații: VII, 244 p. 46 illus., 38 illus. in color.
Dimensiuni: 155 x 235 x 18 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484264142
Pagini: 244
Ilustrații: VII, 244 p. 46 illus., 38 illus. in color.
Dimensiuni: 155 x 235 x 18 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1. Intro to the Core Blender Source Code.- Chapter 2. Blender DNA and Sterlization.- Chapter 3. ghost: Soul of the windowmanager Module.- Chapter 4. The blenlib and blenkernel Modules.- Chapter 5. Blender's Embedded Python.- Chapter 6. Blender RNA and the Data API.- Chapter 7. The Editors, Module, Operators, and Event System.- Chapter 8. Editor Creation.
Notă biografică
Brad Hollister holds a PhD from the University of California Santa Cruz in computer science, and has extensive software development experience both professionally and in the areas of open source, including BRL-CAD, VTK, and SCIRun. His research includes scientific visualization, virtual reality simulation for training, and computer graphics. Dr. Hollister is also faculty adviser for the Open Source Mozilla Campus Club at the California State University Dominguez Hills.
Textul de pe ultima copertă
Learn the essential source code of Blender and its unique build system. This book provides the inner workings of the Blender C-based source code, and will be indispensable for those wanting to contribute to this important open-source project.
Blender is an open-source 3D modeling and rendering software package used in the production of assets for animated projects, 3D printing, games, and even scientific visualization. This book goes in depth and discusses the primary modules related to the GUI and the geometric modeling work. You'll start by learning how to reverse engineer geometric operators, and from there move on to the main features of the source code and how to apply them. When done, you'll have the necessary foundation for exploration in other modules of the Blender source code.
Lack of software engineering knowledge, such as experience with large cross-platform code base, remains insurmountable for many new developers. While the Blender site includes much useful information, it is not detailed enough. Core Blender Development breaks down the barriers to entry for open-source development in 3-D modeling.
You will:
- Find the code for various functions and editors in Blender
- Track down bugs, and contribute new functionality to the Blender code base
- Examine the .blend file and how it stores Blender state
- Understand the Blender core code base beyond the community website documentation
- Review the explicit code traces and source files of descriptions of the code base
Caracteristici
Learn detailed information about the entire Blender build system Understand how python is integrated into the core Blender code base and how Blender Scripting works from a bottom-up level Understand the essential aspects of the Blender code base and how modules such as the physics and rendering subsystems are integrated