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_buffer.c')
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/gpu/gpu_py_vertex_buffer.c b/source/blender/python/gpu/gpu_py_vertex_buffer.c
index c13e3f2195e..75fcfd1db05 100644
--- a/source/blender/python/gpu/gpu_py_vertex_buffer.c
+++ b/source/blender/python/gpu/gpu_py_vertex_buffer.c
@@ -40,7 +40,6 @@
#include "gpu_py_vertex_buffer.h" /* own include */
/* -------------------------------------------------------------------- */
-
/** \name Utility Functions
* \{ */
@@ -216,7 +215,6 @@ static int bpygpu_attr_fill(GPUVertBuf *buf, int id, PyObject *py_seq_data, cons
/* -------------------------------------------------------------------- */
-
/** \name VertBuf Type
* \{ */
@@ -335,7 +333,6 @@ PyTypeObject BPyGPUVertBuf_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */