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 08:18:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-03-28 08:18:58 +0400
commitc820e79e77997155e273f40caa0ac0b2c9dfd028 (patch)
tree30d5b48492567fca2a6552cb8b3d7ca40eaaa311 /source/blender/include/BIF_editmesh.h
parent12f6c05ec3b24296f3f3a32817635133d463bb18 (diff)
made the add mesh functions use do_clever_numbuts so multiple options can be in the one popup
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index 75115a4e22f..b5c7e83613e 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -67,8 +67,8 @@ extern void separate_mesh_loose(void);
extern void separate_material(void);
/* ******************* editmesh_add.c */
-extern void make_prim(int type, float imat[3][3], short tot, short seg,
- short subdiv, float dia, float d, short ext, short fill,
+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]);
extern void add_primitiveMesh(int type);
extern void adduplicate_mesh(void);