Blender V4.3
SimpleDeformModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct Objectorigin
 
char vgroup_name [64]
 
float factor
 
float limit [2]
 
char mode
 
char axis
 
char deform_axis
 
char flag
 
void * _pad1
 

Detailed Description

Definition at line 1293 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

void* SimpleDeformModifierData::_pad1

Definition at line 1313 of file DNA_modifier_types.h.

◆ axis

char SimpleDeformModifierData::axis

Lock axis (for taper and stretch).

Definition at line 1308 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ deform_axis

char SimpleDeformModifierData::deform_axis

Axis to perform the deform on (default is X, but can be overridden by origin.

Definition at line 1310 of file DNA_modifier_types.h.

Referenced by blo_do_versions_270(), and SimpleDeformModifier_do().

◆ factor

float SimpleDeformModifierData::factor

Factors to control simple deforms.

Definition at line 1301 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ flag

char SimpleDeformModifierData::flag

Definition at line 1311 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ limit

float SimpleDeformModifierData::limit[2]

Lower and upper limit.

Definition at line 1303 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ mode

char SimpleDeformModifierData::mode

Deform function.

Definition at line 1306 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ modifier

ModifierData SimpleDeformModifierData::modifier

Definition at line 1294 of file DNA_modifier_types.h.

◆ origin

struct Object* SimpleDeformModifierData::origin

Object to control the origin of modifier space coordinates.

Definition at line 1297 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), SimpleDeformModifier_do(), and update_depsgraph().

◆ vgroup_name

char SimpleDeformModifierData::vgroup_name[64]

Optional vertex-group name, MAX_VGROUP_NAME.

Definition at line 1299 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and SimpleDeformModifier_do().


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