Blender V4.3
SDefDeformData Struct Reference

Public Attributes

const SDefVertbind_verts
 
float(* targetCos )[3]
 
float(* vertexCos )[3]
 
const MDeformVertdvert
 
int defgrp_index
 
bool invert_vgroup
 
float strength
 

Detailed Description

Definition at line 165 of file MOD_surfacedeform.cc.

Member Data Documentation

◆ bind_verts

const SDefVert* SDefDeformData::bind_verts

Definition at line 166 of file MOD_surfacedeform.cc.

Referenced by surfacedeformModifier_do().

◆ defgrp_index

int SDefDeformData::defgrp_index

Definition at line 170 of file MOD_surfacedeform.cc.

◆ dvert

const MDeformVert* SDefDeformData::dvert

Definition at line 169 of file MOD_surfacedeform.cc.

◆ invert_vgroup

bool SDefDeformData::invert_vgroup

Definition at line 171 of file MOD_surfacedeform.cc.

◆ strength

float SDefDeformData::strength

Definition at line 172 of file MOD_surfacedeform.cc.

◆ targetCos

float(* SDefDeformData::targetCos)[3]

Definition at line 167 of file MOD_surfacedeform.cc.

◆ vertexCos

float(* SDefDeformData::vertexCos)[3]

Definition at line 168 of file MOD_surfacedeform.cc.


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