Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_object_deform.h
| Context not available. | |||||
| void BKE_object_defgroup_remove_all(struct Object *ob); | void BKE_object_defgroup_remove_all(struct Object *ob); | ||||
| /* Compute mapping for vertex groups with matching name. | |||||
| * Returns null if no remapping is required. | |||||
| * The returned array has to be freed with MEM_freeN. */ | |||||
| int *BKE_object_defgroup_index_map_create(struct Object *ob_src, struct Object *ob_dst, int *r_map_len); | |||||
| void BKE_object_defgroup_index_map_apply(struct MDeformVert *dvert, int dvert_len, const int *map, int map_len); | |||||
| /* Select helpers */ | /* Select helpers */ | ||||
| enum eVGroupSelect; | enum eVGroupSelect; | ||||
| Context not available. | |||||