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>2007-03-28 19:25:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-03-28 19:25:07 +0400
commit273ca449d36d7b77f8cfc64365003be7f6615b77 (patch)
tree1ef97e8e869f7c30ccea6c72bfe25d66a1fff61a /source/blender/include/BIF_editmesh.h
parentf5b919e12eff5df022bf340a81108c6e22463e2d (diff)
added options to add mesh (cap ends, radius and depth)
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index b5c7e83613e..931693f0889 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -69,7 +69,7 @@ extern void separate_material(void);
/* ******************* editmesh_add.c */
extern void make_prim(int type, float imat[3][3], int tot, int seg,
int subdiv, float dia, float d, int ext, int fill,
- float cent[3]);
+ float cent[3] );
extern void add_primitiveMesh(int type);
extern void adduplicate_mesh(void);
extern void add_click_mesh(void);