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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2005-01-13 02:57:33 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-01-13 02:57:33 +0300
commit5161998bbe2c76df281a920e96523298e5e8baa6 (patch)
tree2b9217462b2cc74afe5a968ea50c7dbff8a3f60d /source/blender/include/BIF_editdeform.h
parent912ef80bdc464de00fd2452c51bcd5cd3da050d6 (diff)
Softbody commit broke compilation of blenderplayer. There was a dependancy
from blenkernel/ to src/. Moved the offending functions to blenkernel...
Diffstat (limited to 'source/blender/include/BIF_editdeform.h')
-rw-r--r--source/blender/include/BIF_editdeform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/include/BIF_editdeform.h b/source/blender/include/BIF_editdeform.h
index 3720e8e3d8a..e50de0b5bec 100644
--- a/source/blender/include/BIF_editdeform.h
+++ b/source/blender/include/BIF_editdeform.h
@@ -43,7 +43,6 @@ struct MDeformVert;
struct MDeformWeight;
struct bDeformGroup;
-struct bDeformGroup *get_named_vertexgroup (Object *ob, char *name);
void unique_vertexgroup_name (struct bDeformGroup *dg, struct Object *ob);
struct bDeformGroup *add_defgroup_name (struct Object *ob, char *name);
void add_defgroup (struct Object *ob);
@@ -53,7 +52,6 @@ void remove_verts_defgroup (int allverts);
void sel_verts_defgroup (int select);
struct MDeformWeight *verify_defweight (struct MDeformVert *dv, int defgroup);
void verify_defgroups (struct Object *ob);
-int get_defgroup_num (struct Object *ob, struct bDeformGroup *dg);
void add_vert_to_defgroup (struct Object *ob, struct bDeformGroup *dg,
int vertnum, float weight,
int assignmode);