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/generic/py_capi_utils.c')
-rw-r--r--source/blender/python/generic/py_capi_utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c
index d158c92baae..559f6813284 100644
--- a/source/blender/python/generic/py_capi_utils.c
+++ b/source/blender/python/generic/py_capi_utils.c
@@ -1248,7 +1248,6 @@ bool PyC_RunString_AsString(const char *imports[], const char *expr, const char
#endif /* #ifndef MATH_STANDALONE */
/* -------------------------------------------------------------------- */
-
/** \name Int Conversion
*
* \note Python doesn't provide overflow checks for specific bit-widths.
@@ -1340,7 +1339,6 @@ uint32_t PyC_Long_AsU32(PyObject *value)
*/
/* -------------------------------------------------------------------- */
-
/** \name Py_buffer Utils
*
* \{ */