Welcome to mirror list, hosted at ThFree Co, Russian Federation.

doxygen.main « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1965de3c2dca27084585b10cc899828c6adc411d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/** \mainpage Blender
 *
 * \section intro Introduction
 *
 * Blender is an integrated 3d package, which features:
 *  - modeling
 *  - animation
 *  - texturing
 *  - compositing
 *  - rendering
 *  - scripting
 *  - game creation
 *
 * These pages document the source code of blender.
 *
 * \section sects Main sections of the blender code
 *
 *  The following sections are the broad categories into which the various modules
 *  belong.
 *
 *  - \ref mainmodule
 *  - \ref render
 *  - \ref meshedit
 *  - \ref texture
 *  - \ref compositor
 *  - \ref scripts
 *  - \ref gameengine
 *
 * \section GUI
 *  - \ref gui
 *  - \ref hotkeys
 *  - \ref toolbox
 *
 * \section Libraries and Wrappers
 *  - GHOST API: \ref GHOST_C-api.h
 *  - \ref imbuf
 *
 * \section Miscellaneous
 *  - \ref undoc
 */

/** \defgroup mainmodule Main Module */
/** \defgroup defaultconfig Default and Configuration
 *  \ingroup mainmodule
 */

/** \defgroup render Rendering Module */
/** \defgroup meshedit Mesh Editing Module */
/** \defgroup texture Textureing */
/** \defgroup compositor Compositing */
/** \defgroup scripts Scripting */
/** \defgroup gameengine Game Engine */

/** \defgroup gui GUI */
/** \defgroup hotkeys Hotkeys
 *  \ingroup gui
 */
/** \defgroup toolbox Toolbox
 *  \ingroup gui
 */

/** \defgroup imbuf IMage Buffer */
/** \defgroup undoc Undocumented */