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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley] :
Apress,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.