Added method clear to most of collections which supports new/remove.

This method not added to animation-specific structures yet/
This commit is contained in:
2011-11-23 16:12:11 +00:00
parent f48cc83b3e
commit 85497e35d0
12 changed files with 225 additions and 11 deletions

View File

@@ -205,6 +205,7 @@ void paintface_reveal(struct Object *ob);
struct bDeformGroup *ED_vgroup_add(struct Object *ob);
struct bDeformGroup *ED_vgroup_add_name(struct Object *ob, const char *name);
void ED_vgroup_delete(struct Object *ob, struct bDeformGroup *defgroup);
void ED_vgroup_clear(struct Object *ob);
void ED_vgroup_select_by_name(struct Object *ob, const char *name);
int ED_vgroup_data_create(struct ID *id);
int ED_vgroup_give_array(struct ID *id, struct MDeformVert **dvert_arr, int *dvert_tot);