fix for some pedantic warnings.
This commit is contained in:
@@ -49,8 +49,8 @@ int defgroup_flip_index(struct Object *ob, int index, int use_default);
|
||||
int defgroup_name_index(struct Object *ob, const char *name);
|
||||
void defgroup_unique_name(struct bDeformGroup *dg, struct Object *ob);
|
||||
|
||||
struct MDeformWeight *defvert_find_index(const struct MDeformVert *dv, int defgroup);
|
||||
struct MDeformWeight *defvert_verify_index(struct MDeformVert *dv, int defgroup);
|
||||
struct MDeformWeight *defvert_find_index(const struct MDeformVert *dv, const int defgroup);
|
||||
struct MDeformWeight *defvert_verify_index(struct MDeformVert *dv, const int defgroup);
|
||||
|
||||
float defvert_find_weight(const struct MDeformVert *dvert, int group_num);
|
||||
float defvert_array_find_weight_safe(const struct MDeformVert *dvert, int index, int group_num);
|
||||
|
Reference in New Issue
Block a user