Blender V4.3
SDefBind Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

unsigned intvert_inds
 
unsigned int verts_num
 
int mode
 
floatvert_weights
 
float normal_dist
 
float influence
 

Detailed Description

Definition at line 2293 of file DNA_modifier_types.h.

Member Data Documentation

◆ influence

float SDefBind::influence

Definition at line 2299 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ mode

int SDefBind::mode

Definition at line 2296 of file DNA_modifier_types.h.

Referenced by bindVert(), blend_read(), and deformVert().

◆ normal_dist

float SDefBind::normal_dist

Definition at line 2298 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ vert_inds

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().

◆ vert_weights

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().

◆ verts_num

unsigned int SDefBind::verts_num

Definition at line 2295 of file DNA_modifier_types.h.

Referenced by bindVert(), blend_read(), and deformVert().


The documentation for this struct was generated from the following file: