Blender Source Code Analysis
Blender Source Code Analysis
单词笔记
- analysis 分析,a na ly sis,an·aly·sis
- anatomy 解剖,a na to my,anat·omy
目录
准备与官网开发文档
开发文档 Developer Documentation
Blender Wiki 中有14个模块,其中主要需要 Code Documentation 部分。也可以点击Github底部的 开发者文档 链接进入
| 模块名 | 概述 | 翻译 |
|---|---|---|
| New Developer Introduction | Welcome! Advice on how to get started | 关于如何开始的建议 |
| Communication | The most important thing | 最重要的事 |
| Code Documentation | Technical documentation about the code | 关于代码的技术文档 |
| Building Blender | Instructions for compiling Blender locally | 本地编译Blender的说明 |
| Modules | Blender components and their owners | 组件和他们的所有者 |
| Style Guide | Coding guidelines and committer etiquette | 编码指南和提交规则 |
| Tools | Setup your development environment | 设置开发环境 |
| Process | Release cycle, BugTracker, Code Reviews and Testing | 发布周期,bug追踪器,代码评审和测试 |
| Release Notes | What changed in each Blender version | 每个版本的变化 |
| Google Summer of Code | A program that introduces students to open source software development | 一个向学生介绍开放源码软件开发的程序 |
| Python | Learn about scripting and add-ons | 学习脚本和附加组件的开发 |
| Translation | Blender UI internationalization | UI国际化 |
| Infrastructure | Details about the online ecosystem that supports Blender development | 关于支持Blender开发的在线生态系统的详细信息 |
| GAQ | Common questions about the development process | 关于开发过程的常见问题 |
比较重要的几页
- 用户界面,略
- 撤销系统,https://wiki.blender.org/wiki/Source/Architecture/Undo
- 几何节点修改器(不是着色器节点组),https://wiki.blender.org/wiki/Source/Nodes/Modifier_Nodes
链接到当前文件 0
没有文件链接到当前文件