merge 17122:17206

This commit is contained in:
Martin Poirier
2008-10-28 18:47:01 +00:00
96 changed files with 10515 additions and 9103 deletions

View File

@@ -42,9 +42,10 @@ struct bDeformGroup;
struct bDeformGroup *add_defgroup_name (struct Object *ob, char *name);
void add_defgroup (struct Object *ob);
void del_defgroup_in_object_mode ( Object *ob );
void del_defgroup_in_object_mode (struct Object *ob );
void del_defgroup (struct Object *ob);
void duplicate_defgroup ( struct Object *ob );
void del_all_defgroups (struct Object *ob);
void duplicate_defgroup (struct Object *ob );
void assign_verts_defgroup (void);
void remove_verts_defgroup (int allverts);
void remove_verts_defgroups (int allverts);