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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/gpu/gpu_py_vertex_format.c')
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_format.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/gpu/gpu_py_vertex_format.c b/source/blender/python/gpu/gpu_py_vertex_format.c
index 27f3791ec15..738db14da88 100644
--- a/source/blender/python/gpu/gpu_py_vertex_format.c
+++ b/source/blender/python/gpu/gpu_py_vertex_format.c
@@ -49,7 +49,6 @@
#endif
/* -------------------------------------------------------------------- */
-
/** \name Enum Conversion
*
* Use with PyArg_ParseTuple's "O&" formatting.
@@ -148,7 +147,6 @@ static int bpygpu_ParseVertFetchMode(PyObject *o, void *p)
/* -------------------------------------------------------------------- */
-
/** \name VertFormat Type
* \{ */
@@ -241,7 +239,6 @@ PyTypeObject BPyGPUVertFormat_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */