2011-02-25 10:34:04 +00:00
|
|
|
|
|
|
|
/** \defgroup blenderplayer Blender Player */
|
|
|
|
|
2011-02-27 19:59:59 +00:00
|
|
|
/** \defgroup blc bad level calls
|
|
|
|
* \ingroup blenderplayer
|
|
|
|
*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/** \defgroup render Rendering
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
2011-02-25 10:34:04 +00:00
|
|
|
/** \defgroup meshedit Mesh Editing */
|
|
|
|
/** \defgroup texture Texturing */
|
|
|
|
/** \defgroup compositor Compositing */
|
|
|
|
|
|
|
|
/** \defgroup scripts Scripting */
|
|
|
|
|
|
|
|
/** \defgroup python Python
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender scripts
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* ================================ */
|
|
|
|
|
|
|
|
/** \defgroup bge Game Engine */
|
|
|
|
/** \defgroup gamelogic Game Logic
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup bgeconv Converter
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup blroutines Blender Routines
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup expressions Expressions
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup player Game Player
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup ketsji Ketsji
|
|
|
|
* \ingroup bge
|
|
|
|
* \todo check all headers and code files for proper licenses
|
|
|
|
*/
|
|
|
|
/** \defgroup ketsjinet Ketsji Network
|
|
|
|
* \ingroup ketsji
|
|
|
|
*/
|
|
|
|
/** \defgroup bgenet Network
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup bgenetlb Loopback Network
|
|
|
|
* \ingroup bgenet
|
|
|
|
*/
|
|
|
|
/** \defgroup phys Physics
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup physbullet Bullet Physics
|
|
|
|
* \ingroup phys
|
|
|
|
*/
|
|
|
|
/** \defgroup physdummy Dummy Physics (none)
|
|
|
|
* \ingroup phys
|
|
|
|
*/
|
|
|
|
/** \defgroup bgerast Rasterizer
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup bgerastoglfilters OpenGL Filters
|
|
|
|
* \ingroup bgerast
|
|
|
|
*/
|
|
|
|
/** \defgroup bgerastogl OpenGL Rasterizer
|
|
|
|
* \ingroup bgerast
|
|
|
|
*/
|
|
|
|
/** \defgroup bgesg BGE SceneGraph
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
/** \defgroup bgevideotex BGE Video Texture
|
|
|
|
* \ingroup bge
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ================================ */
|
|
|
|
|
|
|
|
/** \defgroup blender blender */
|
|
|
|
|
|
|
|
/** \defgroup bke blenkernel
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup bli blenlib
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup nodes nodes
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup modifiers modifiers
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup data DNA, RNA and .blend access*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/** \defgroup gpu GPU
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup ikplugin ikplugin
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
2011-02-25 10:34:04 +00:00
|
|
|
|
|
|
|
/** \defgroup DNA sDNA
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender data
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
/** \defgroup RNA RNA
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender data
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup readwrite .blend read and write functions
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender data
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
|
2011-02-27 19:59:59 +00:00
|
|
|
/** \defgroup blo readblenfile
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender data
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/** \defgroup quicktime quicktime
|
|
|
|
* \ingroup blender
|
|
|
|
|
2011-02-25 10:34:04 +00:00
|
|
|
/** \defgroup gui GUI */
|
|
|
|
|
|
|
|
/** \defgroup wm windowmanager
|
2011-02-25 13:14:27 +00:00
|
|
|
* \ingroup blender gui
|
2011-02-25 10:34:04 +00:00
|
|
|
*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/* ================================ */
|
|
|
|
|
2011-02-25 10:34:04 +00:00
|
|
|
/** \defgroup editors Editors
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/** \defgroup edanimation animation
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edarmature armature
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edcurve curve
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup eddatafiles datafiles
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edgpencil gpencil
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edinterface interface
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edmesh mesh
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edmeta metaball
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edobj object
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edphys physics
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edrend render
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edscr screen
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edsculpt sculpt and paint
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edsnd sound
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spaction action space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spapi space API
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spbuttons buttons space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spconsole console space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spfile fileselector
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spgraph graph editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spimage image and UV editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spinfo info space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup splogic game logic editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spnla NLA editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spnode node editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spoutliner outliner space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spscript script space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spseq sequencer
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spsnd sound space
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup sptext text editor
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup sptime time line
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spuserpref user preferences
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spview3d 3D view
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edtransform transform
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup edutil editor utilities
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup spuv UV editing
|
|
|
|
* \ingroup editors
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ================================ */
|
|
|
|
|
2011-02-25 10:34:04 +00:00
|
|
|
/** \defgroup editorui Interface and Widgets
|
|
|
|
* \ingroup gui
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup externformats external formats */
|
|
|
|
|
|
|
|
/** \defgroup collada COLLADA
|
|
|
|
* \ingroup externformats
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup avi AVI
|
|
|
|
* \ingroup externformats
|
|
|
|
*/
|
|
|
|
|
2011-02-25 13:14:27 +00:00
|
|
|
/** \defgroup imbuf IMage Buffer
|
|
|
|
* \ingroup blender
|
|
|
|
*/
|
2011-02-25 10:34:04 +00:00
|
|
|
|
2011-02-25 13:28:22 +00:00
|
|
|
/* ================================ */
|
|
|
|
|
|
|
|
/** \defgroup kernel kernel */
|
|
|
|
|
|
|
|
/** \defgroup genmess gen_messaging
|
|
|
|
* \ingroup kernel
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \defgroup gensys gen_system
|
|
|
|
* \ingroup kernel
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ================================ */
|
|
|
|
|
2011-02-25 10:34:04 +00:00
|
|
|
/** \defgroup undoc Undocumented
|
|
|
|
* \brief Modules and libraries that are still undocumented, or lacking proper integration into the doxygen system, are marked in this group. */
|