Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file BPY_extern.h
|
||||
* \ingroup python
|
||||
/** \file \ingroup python
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file BPY_extern_clog.h
|
||||
* \ingroup python
|
||||
/** \file \ingroup python
|
||||
*
|
||||
* Logging defines.
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_api.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh' module.
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_api.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_API_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_geometry.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.geometry' module.
|
||||
* Utility functions for operating on 'bmesh.types'
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_geometry.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_GEOMETRY_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_ops.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.ops' module.
|
||||
* Operators from 'opdefines' are wrapped.
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_ops.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_OPS_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_ops_call.c
|
||||
* \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,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_ops_call.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_OPS_CALL_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_customdata.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the types for 'BMesh.verts/edges/faces/loops.layers'
|
||||
* customdata layer access.
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_customdata.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_CUSTOMDATA_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_meshdata.c
|
||||
* \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,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_meshdata.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_MESHDATA_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_select.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the types for 'BMesh.select_history'
|
||||
* sequence and iterator.
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_types_select.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_TYPES_SELECT_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_utils.c
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*
|
||||
* This file defines the 'bmesh.utils' module.
|
||||
* Utility functions for operating on 'bmesh.types'
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/bmesh/bmesh_py_utils.h
|
||||
* \ingroup pybmesh
|
||||
/** \file \ingroup pybmesh
|
||||
*/
|
||||
|
||||
#ifndef __BMESH_PY_UTILS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/bgl.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/bgl.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __BGL_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/blf_py_api.c
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*
|
||||
* This file defines the 'bgl' module, used for drawing text in OpenGL.
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __BLF_PY_API_H__
|
||||
#define __BLF_PY_API_H__
|
||||
|
||||
/** \file blender/python/generic/blf_py_api.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_blf(void);
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/bpy_internal_import.c
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*
|
||||
* This file defines replacements for pythons '__import__' and 'imp.reload'
|
||||
* functions which can import from blender textblocks.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/bpy_internal_import.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/bpy_threads.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/idprop_py_api.c
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/idprop_py_api.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/imbuf_py_api.c
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*
|
||||
* This file defines the 'imbuf' image manipulation module.
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __IMBUF_PY_API_H__
|
||||
#define __IMBUF_PY_API_H__
|
||||
|
||||
/** \file blender/python/generic/imbuf_py_api.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_imbuf(void);
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/py_capi_utils.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/py_capi_utils.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __PY_CAPI_UTILS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/python_utildefines.h
|
||||
* \ingroup pygen
|
||||
/** \file \ingroup pygen
|
||||
* \brief header-only utilities
|
||||
* \note light addition to Python.h, use py_capi_utils.h for larger features.
|
||||
*/
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_api.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* Experimental Python API, not considered public yet (called '_gpu'),
|
||||
* we may re-expose as public later.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_api.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_API_H__
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
* Copyright 2015, Blender Foundation.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_batch.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* This file defines the offscreen functionalities of the 'gpu' module
|
||||
* used for off-screen OpenGL rendering.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_batch.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_BATCH_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_element.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_element.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_ELEMENT_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_matrix.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* This file defines the gpu.matrix stack API.
|
||||
*
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_matrix.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_MATRIX_H__
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
* Copyright 2015, Blender Foundation.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_offscreen.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* This file defines the offscreen functionalities of the 'gpu' module
|
||||
* used for off-screen OpenGL rendering.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_offscreen.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_OFFSCREEN_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_select.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* This file defines the gpu.select API.
|
||||
*
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_select.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_SELECT_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_shader.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_shader.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_SHADER_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_types.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_types.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_TYPES_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_vertex_buffer.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_vertex_buffer.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_VERTEX_BUFFER_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_vertex_format.c
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*
|
||||
* - Use ``bpygpu_`` for local API.
|
||||
* - Use ``BPyGPU`` for public API.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/gpu/gpu_py_vertex_format.h
|
||||
* \ingroup bpygpu
|
||||
/** \file \ingroup bpygpu
|
||||
*/
|
||||
|
||||
#ifndef __GPU_PY_VERTEX_FORMAT_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_alembic.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_alembic.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_ALEMBIC_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_build_options.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_build_options.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_BUILD_OPTIONS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_ffmpeg.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_ffmpeg.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_FFMPEG_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_handlers.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_handlers.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_HANDLERS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_icons.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*
|
||||
* Runtime defined icons.
|
||||
*/
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_icons.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_ICONS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_ocio.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_ocio.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OCIO_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_oiio.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_oiio.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OIIO_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_opensubdiv.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_opensubdiv.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OPENSUBDIV_H__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_openvdb.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_openvdb.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_OPENVDB_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_sdl.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_sdl.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_SDL_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_timers.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_timers.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_TIMERS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_translations.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_app_translations.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_APP_TRANSLATIONS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_capi_utils.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_capi_utils.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_CAPI_UTILS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_driver.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_driver.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_DRIVER_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_gizmo_wrap.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_gizmo_wrap.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_GIZMO_WRAP_H__
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
* Chris Keith, Chris Want, Ken Hughes, Campbell Barton
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_interface.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_interface_atexit.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_intern_string.c
|
||||
* \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,8 +17,7 @@
|
||||
#ifndef __BPY_INTERN_STRING_H__
|
||||
#define __BPY_INTERN_STRING_H__
|
||||
|
||||
/** \file blender/python/intern/bpy_intern_string.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
void bpy_intern_string_init(void);
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_library.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_LIBRARY_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_library_load.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_library_write.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_msgbus.c
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
* This file defines '_bpy_msgbus' module, exposed as 'bpy.msgbus'.
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_msgbus.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_MSGBUS_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_operator.c
|
||||
* \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,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_operator.h
|
||||
* \ingroup pythonintern
|
||||
/** \file \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_OPERATOR_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/intern/bpy_operator_wrap.c
|
||||
* \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