Core Blender development understanding the essential source code
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 softw...
Other Authors: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
[Place of publication not identified] :
Apress
[2021]
|
Edition: | 1st ed. 2021. |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631159906719 |
Table of Contents:
- 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.