doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup python
|
||||
/** \file
|
||||
* \ingroup python
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup python
|
||||
/** \file
|
||||
* \ingroup python
|
||||
*
|
||||
* Logging defines.
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh' module.
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_API_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.geometry' module.
|
||||
* Utility functions for operating on 'bmesh.types'
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_GEOMETRY_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.ops' module.
|
||||
* Operators from 'opdefines' are wrapped.
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_OPS_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file provides __call__ aka BPy_BMO_call for
|
||||
* the bmesh operator and has been given its own file
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_OPS_CALL_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the types for 'BMesh.verts/edges/faces/loops.layers'
|
||||
* customdata layer access.
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_CUSTOMDATA_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines customdata types which can't be accessed as primitive
|
||||
* python types such as MDeformVert, MLoopUV, MTexPoly
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_MESHDATA_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the types for 'BMesh.select_history'
|
||||
* sequence and iterator.
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_SELECT_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.utils' module.
|
||||
* Utility functions for operating on 'bmesh.types'
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pybmesh
|
||||
/** \file
|
||||
* \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_UTILS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file is the 'bgl' module which wraps OpenGL functions and constants,
|
||||
* allowing script writers to make OpenGL calls in their Python scripts.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __BGL_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines the 'bgl' module, used for drawing text in OpenGL.
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __BLF_PY_API_H__
|
||||
#define __BLF_PY_API_H__
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_blf(void);
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines replacements for pythons '__import__' and 'imp.reload'
|
||||
* functions which can import from blender textblocks.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file contains wrapper functions related to global interpreter lock.
|
||||
* these functions are slightly different from the original Python API,
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines the 'imbuf' image manipulation module.
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __IMBUF_PY_API_H__
|
||||
#define __IMBUF_PY_API_H__
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_imbuf(void);
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* Extend upon CPython's API, filling in some gaps, these functions use PyC_
|
||||
* prefix to distinguish them apart from CPython.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __PY_CAPI_UTILS_H__
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
* \brief header-only utilities
|
||||
* \note light addition to Python.h, use py_capi_utils.h for larger features.
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
* \brief header-only utilities
|
||||
* \note light addition to Python.h, use py_capi_utils.h for larger features.
|
||||
*/
|
||||
|
||||
#ifndef __PYTHON_UTILDEFINES_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* Experimental Python API, not considered public yet (called '_gpu'),
|
||||
* we may re-expose as public later.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_API_H__
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
* Copyright 2015, Blender Foundation.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* This file defines the offscreen functionalities of the 'gpu' module
|
||||
* used for off-screen OpenGL rendering.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_BATCH_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_ELEMENT_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* This file defines the gpu.matrix stack API.
|
||||
*
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_MATRIX_H__
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
* Copyright 2015, Blender Foundation.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* This file defines the offscreen functionalities of the 'gpu' module
|
||||
* used for off-screen OpenGL rendering.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_OFFSCREEN_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* This file defines the gpu.select API.
|
||||
*
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_SELECT_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_SHADER_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_TYPES_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_VERTEX_BUFFER_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bpygpu
|
||||
/** \file
|
||||
* \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_VERTEX_FORMAT_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines the '_bpy' module which is used by python's 'bpy' package
|
||||
* to access C defined builtin functions.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines a 'PyStructSequence' accessed via 'bpy.app', mostly
|
||||
* exposing static applications variables such as version and buildinfo
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_ALEMBIC_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_BUILD_OPTIONS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_FFMPEG_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines a 'PyStructSequence' accessed via 'bpy.app.handlers',
|
||||
* which exposes various lists that the script author can add callback
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_HANDLERS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* Runtime defined icons.
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_ICONS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OCIO_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OIIO_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OPENSUBDIV_H__
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OPENVDB_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_SDL_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_TIMERS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines a singleton py object accessed via 'bpy.app.translations',
|
||||
* which exposes various data and functions useful in i18n work.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_TRANSLATIONS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file contains Blender/Python utility functions to help implementing API's.
|
||||
* This is not related to a particular module.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_CAPI_UTILS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines the 'BPY_driver_exec' to execute python driver expressions,
|
||||
* called by the animation system, there are also some utility functions
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_DRIVER_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file is so Python can define widget-group's that C can call into.
|
||||
* The generic callback functions for Python widget-group are defines in
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_GIZMO_WRAP_H__
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
* Chris Keith, Chris Want, Ken Hughes, Campbell Barton
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file deals with embedding the python interpreter within blender,
|
||||
* starting and stopping python and exposing blender/python modules so they can
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file inserts an exit callback into pythons 'atexit' module.
|
||||
* Without this sys.exit() can crash because blender is not properly closing
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* Store python versions of strings frequently used for python lookups
|
||||
* to avoid converting, creating the hash and freeing every time as
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __BPY_INTERN_STRING_H__
|
||||
#define __BPY_INTERN_STRING_H__
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
void bpy_intern_string_init(void);
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_LIBRARY_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file exposed blend file library appending/linking to python, typically
|
||||
* this would be done via RNA api but in this case a hand written python api
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* Python API for writing a set of data-blocks into a file.
|
||||
* Useful for writing out asset-libraries, defines: `bpy.data.libraries.write(...)`.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
* This file defines '_bpy_msgbus' module, exposed as 'bpy.msgbus'.
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_MSGBUS_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file defines '_bpy.ops', an internal python module which gives python
|
||||
* the ability to inspect and call both C and Python defined operators.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_OPERATOR_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pythonintern
|
||||
/** \file
|
||||
* \ingroup pythonintern
|
||||
*
|
||||
* This file is so python can define operators that C can call into.
|
||||
* The generic callback functions for python operators are defines in
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user