Blender  V2.93
Public Attributes | List of all members
SDefBind Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

unsigned int * vert_inds
 
unsigned int numverts
 
int mode
 
floatvert_weights
 
float normal_dist
 
float influence
 

Detailed Description

Definition at line 2192 of file DNA_modifier_types.h.

Member Data Documentation

◆ influence

float SDefBind::influence

Definition at line 2198 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ mode

int SDefBind::mode

Definition at line 2195 of file DNA_modifier_types.h.

Referenced by bindVert(), blendRead(), blendWrite(), and deformVert().

◆ normal_dist

float SDefBind::normal_dist

Definition at line 2197 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ numverts

unsigned int SDefBind::numverts

Definition at line 2194 of file DNA_modifier_types.h.

Referenced by bindVert(), blendRead(), blendWrite(), and deformVert().

◆ vert_inds

unsigned int* SDefBind::vert_inds

Definition at line 2193 of file DNA_modifier_types.h.

Referenced by bindVert(), blendRead(), blendWrite(), copyData(), deformVert(), and freeData().

◆ vert_weights

float* SDefBind::vert_weights

Definition at line 2196 of file DNA_modifier_types.h.

Referenced by bindVert(), blendRead(), blendWrite(), copyData(), deformVert(), and freeData().


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