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/bmesh/operators/bmo_primitive.c')
-rw-r--r--source/blender/bmesh/operators/bmo_primitive.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/source/blender/bmesh/operators/bmo_primitive.c b/source/blender/bmesh/operators/bmo_primitive.c
index 2b0cb2367ba..4e89b7b7efe 100644
--- a/source/blender/bmesh/operators/bmo_primitive.c
+++ b/source/blender/bmesh/operators/bmo_primitive.c
@@ -20,6 +20,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/bmesh/operators/bmo_primitive.c
+ * \ingroup bmesh
+ */
+
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
@@ -29,7 +33,7 @@
#include "bmesh.h"
#include "intern/bmesh_private.h"
-
+#include "intern/bmesh_operators_private.h" /* own include */
/* ************************ primitives ******************* */
@@ -71,9 +75,9 @@ static short icoface[20][3] = {
{10,9,11}
};
-// HACK: these can also be found in cmoview.tga.c, but are here so that they can be found by linker
-// this hack is only used so that scons & mingw + split-sources hack works
-// ------------------------------- start copied code
+/* HACK: these can also be found in cmoview.tga.c, but are here so that they can be found by linker
+ * this hack is only used so that scons & mingw + split-sources hack works
+ * ------------------------------- start copied code */
/* these are not the monkeys you are looking for */
static int monkeyo = 4;
static int monkeynv = 271;