Blender V4.3
ArmatureModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
short deformflag
 
short multi
 
char _pad2 [4]
 
struct Objectobject
 
float(* vert_coords_prev )[3]
 
char defgrp_name [64]
 

Detailed Description

Definition at line 826 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad2

char ArmatureModifierData::_pad2[4]

Definition at line 831 of file DNA_modifier_types.h.

◆ defgrp_name

char ArmatureModifierData::defgrp_name[64]

◆ deformflag

◆ modifier

◆ multi

short ArmatureModifierData::multi

Definition at line 830 of file DNA_modifier_types.h.

Referenced by blo_do_versions_300(), and MOD_previous_vcos_store().

◆ object

◆ vert_coords_prev

float(* ArmatureModifierData::vert_coords_prev)[3]

Stored input of previous modifier, for vertex-group blending.

Definition at line 834 of file DNA_modifier_types.h.

Referenced by BKE_modifier_free_temporary_data(), blend_read(), copy_data(), deform_verts(), deform_verts_EM(), and MOD_previous_vcos_store().


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