Blender V4.5
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 1230 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

void* SimpleDeformModifierData::_pad1

Definition at line 1250 of file DNA_modifier_types.h.

◆ axis

char SimpleDeformModifierData::axis

Lock axis (for taper and stretch).

Definition at line 1245 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 1247 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 1238 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ flag

char SimpleDeformModifierData::flag

Definition at line 1248 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ limit

float SimpleDeformModifierData::limit[2]

Lower and upper limit.

Definition at line 1240 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ mode

char SimpleDeformModifierData::mode

Deform function.

Definition at line 1243 of file DNA_modifier_types.h.

Referenced by SimpleDeformModifier_do().

◆ modifier

ModifierData SimpleDeformModifierData::modifier

Definition at line 1231 of file DNA_modifier_types.h.

◆ origin

struct Object* SimpleDeformModifierData::origin

Object to control the origin of modifier space coordinates.

Definition at line 1234 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.

Definition at line 1236 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: