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

doxygen.intern.h « doxygen « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5dcb472b282d3997c64b7e814b5e2cb817d81d41 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/** \defgroup intern Internal libraries
 *  \section internabout Internal libraries
 *  Blender comes with some of its dependencies
 *  directly included in the codebase. Libraries
 *  that are in the \c intern/ folder are maintained
 *  as part of the normal development process.
 */

/* TODO: other modules.
 * - `libmv`
 * - `cycles`
 * - `opencolorio`
 * - `opensubdiv`
 * - `openvdb`
 * - `quadriflow`
 */

/** \defgroup intern_atomic Atomic Operations
 *  \ingroup intern */

/** \defgroup intern_clog C-Logging (CLOG)
 *  \ingroup intern */

/** \defgroup intern_eigen Eigen
 *  \ingroup intern */

/** \defgroup intern_glew-mx GLEW with Multiple Rendering Context's
 *  \ingroup intern */

/** \defgroup intern_iksolver Inverse Kinematics (Solver)
 *  \ingroup intern */

/** \defgroup intern_itasc Inverse Kinematics (ITASC)
 *  \ingroup intern */

/** \defgroup intern_libc_compat libc Compatibility For Linux
 *  \ingroup intern */

/** \defgroup intern_locale Locale
 *  \ingroup intern */

/** \defgroup intern_mantaflow Manta-Flow Fluid Simulation
 *  \ingroup intern */

/** \defgroup intern_mem Guarded Memory (de)allocation
 *  \ingroup intern */

/** \defgroup intern_memutil Memory Utilities (memutil)
 *  \ingroup intern */

/** \defgroup intern_mikktspace MikktSpace
 *  \ingroup intern */

/** \defgroup intern_rigidbody Rigid-Body C-API
 *  \ingroup intern */

/** \defgroup intern_sky_model Sky Model
 *  \ingroup intern */

/** \defgroup intern_utf_conv UTF-8/16 Conversion (utfconv)
 *  \ingroup intern */

/** \defgroup audaspace Audaspace
 *  \ingroup intern undoc
 *  \todo add to doxygen */
/** \defgroup audcoreaudio Audaspace CoreAudio
 *  \ingroup audaspace */
/** \defgroup audfx Audaspace FX
 *  \ingroup audaspace */
/** \defgroup audopenal Audaspace OpenAL
 *  \ingroup audaspace */
/** \defgroup audpulseaudio Audaspace PulseAudio
 *  \ingroup audaspace */
/** \defgroup audwasapi Audaspace WASAPI
 *  \ingroup audaspace */
/** \defgroup audpython Audaspace Python
 *  \ingroup audaspace */
/** \defgroup audsdl Audaspace SDL
 *  \ingroup audaspace */
/** \defgroup audsrc Audaspace SRC
 *  \ingroup audaspace */
/** \defgroup audffmpeg Audaspace FFMpeg
 *  \ingroup audaspace */
/** \defgroup audfftw Audaspace FFTW
 *  \ingroup audaspace */
/** \defgroup audjack Audaspace Jack
 *  \ingroup audaspace */
/** \defgroup audsndfile Audaspace sndfile
 *  \ingroup audaspace */

/** \defgroup GHOST GHOST API
 * \ingroup intern GUI
 * \ref GHOSTPage
 */