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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user