Blender V5.0
SDefBind Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

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

Detailed Description

Definition at line 2333 of file DNA_modifier_types.h.

Member Data Documentation

◆ influence

float SDefBind::influence

Definition at line 2340 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ mode

int SDefBind::mode

SurfaceDeformModifierBindMode.

Definition at line 2337 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ normal_dist

float SDefBind::normal_dist

Definition at line 2339 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ vert_inds

unsigned int* SDefBind::vert_inds

Definition at line 2334 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ vert_weights

float* SDefBind::vert_weights

Definition at line 2338 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().

◆ verts_num

unsigned int SDefBind::verts_num

Definition at line 2335 of file DNA_modifier_types.h.

Referenced by bindVert(), and deformVert().


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