Softbody commit broke compilation of blenderplayer. There was a dependancy

from blenkernel/ to src/. Moved the offending functions to blenkernel...
This commit is contained in:
2005-01-12 23:57:33 +00:00
parent 912ef80bdc
commit 5161998bbe
4 changed files with 58 additions and 60 deletions

View File

@@ -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);