Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_deform.h
| Context not available. | |||||
| const int vgroup_tot, | const int vgroup_tot, | ||||
| const bool *lock_flags, | const bool *lock_flags, | ||||
| const int defbase_tot); | const int defbase_tot); | ||||
| void BKE_devert_normalize_gradient_paint(struct MDeformVert *dv, | |||||
| struct MDeformWeight *dw, | |||||
| const int vgroup_tot, | |||||
| int def_nr_lock); | |||||
| /* Utilities to 'extract' a given vgroup into a simple float array, | /* Utilities to 'extract' a given vgroup into a simple float array, | ||||
| * for verts, but also edges/polys/loops. */ | * for verts, but also edges/polys/loops. */ | ||||
| Context not available. | |||||