|
Blender
V3.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| unsigned int * | vert_inds |
| unsigned int | verts_num |
| int | mode |
| float * | vert_weights |
| float | normal_dist |
| float | influence |
Definition at line 2195 of file DNA_modifier_types.h.
| float SDefBind::influence |
Definition at line 2201 of file DNA_modifier_types.h.
Referenced by bindVert(), and deformVert().
| int SDefBind::mode |
Definition at line 2198 of file DNA_modifier_types.h.
Referenced by bindVert(), blendRead(), and deformVert().
| float SDefBind::normal_dist |
Definition at line 2200 of file DNA_modifier_types.h.
Referenced by bindVert(), and deformVert().
| unsigned int* SDefBind::vert_inds |
Definition at line 2196 of file DNA_modifier_types.h.
Referenced by bindVert(), blendRead(), copyData(), deformVert(), and freeData().
| float* SDefBind::vert_weights |
Definition at line 2199 of file DNA_modifier_types.h.
Referenced by bindVert(), blendRead(), copyData(), deformVert(), and freeData().
| unsigned int SDefBind::verts_num |
Definition at line 2197 of file DNA_modifier_types.h.
Referenced by bindVert(), blendRead(), and deformVert().