|
Blender V4.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 2293 of file DNA_modifier_types.h.
| float SDefBind::influence |
Definition at line 2299 of file DNA_modifier_types.h.
Referenced by bindVert(), and deformVert().
| int SDefBind::mode |
Definition at line 2296 of file DNA_modifier_types.h.
Referenced by bindVert(), blend_read(), and deformVert().
| float SDefBind::normal_dist |
Definition at line 2298 of file DNA_modifier_types.h.
Referenced by bindVert(), and deformVert().
| unsigned int* SDefBind::vert_inds |
Definition at line 2294 of file DNA_modifier_types.h.
Referenced by bindVert(), blend_read(), copy_data(), deformVert(), and free_data().
| float* SDefBind::vert_weights |
Definition at line 2297 of file DNA_modifier_types.h.
Referenced by bindVert(), blend_read(), copy_data(), deformVert(), and free_data().
| unsigned int SDefBind::verts_num |
Definition at line 2295 of file DNA_modifier_types.h.
Referenced by bindVert(), blend_read(), and deformVert().