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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-16 12:46:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-16 16:55:11 +0300
commitee0697e50b610d2740a8eba09ef96da3fd2b47a5 (patch)
treec5c6abad7e6429f6cc8c2254895d212af9156957 /source/blender/editors/mesh/editmesh_add.c
parente5327afcb73f102db8a82ccefc29bbf9cc6fb60c (diff)
Cleanup: doxy sections for editmesh files.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_add.c')
-rw-r--r--source/blender/editors/mesh/editmesh_add.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/editmesh_add.c b/source/blender/editors/mesh/editmesh_add.c
index 77772cfc8cc..22cb28f0b1b 100644
--- a/source/blender/editors/mesh/editmesh_add.c
+++ b/source/blender/editors/mesh/editmesh_add.c
@@ -60,9 +60,10 @@
/* ********* add primitive operators ************* */
-static Object *make_prim_init(bContext *C, const char *idname,
- float *dia, float mat[4][4],
- bool *was_editmode, const float loc[3], const float rot[3], const unsigned int layer)
+static Object *make_prim_init(
+ bContext *C, const char *idname,
+ float *dia, float mat[4][4],
+ bool *was_editmode, const float loc[3], const float rot[3], const unsigned int layer)
{
Object *obedit = CTX_data_edit_object(C);