Blender V5.0
WarpModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
struct Textexture
struct Objectmap_object
char map_bone [64]
char uvlayer_name [68]
char _pad1 [4]
int uvlayer_tmp
int texmapping
struct Objectobject_from
struct Objectobject_to
char bone_from [64]
char bone_to [64]
struct CurveMappingcurfalloff
char defgrp_name [64]
float strength
float falloff_radius
char flag
char falloff_type
char _pad2 [6]
void * _pad3

Detailed Description

Definition at line 1529 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

char WarpModifierData::_pad1[4]

Definition at line 1538 of file DNA_modifier_types.h.

◆ _pad2

char WarpModifierData::_pad2[6]

Definition at line 1558 of file DNA_modifier_types.h.

◆ _pad3

void* WarpModifierData::_pad3

Definition at line 1559 of file DNA_modifier_types.h.

◆ bone_from

char WarpModifierData::bone_from[64]

Optional name of bone target.

Definition at line 1546 of file DNA_modifier_types.h.

Referenced by update_depsgraph(), and warpModifier_do().

◆ bone_to

char WarpModifierData::bone_to[64]

Optional name of bone target.

Definition at line 1548 of file DNA_modifier_types.h.

Referenced by update_depsgraph(), and warpModifier_do().

◆ curfalloff

struct CurveMapping* WarpModifierData::curfalloff

◆ defgrp_name

char WarpModifierData::defgrp_name[64]

Optional vertex-group name.

Definition at line 1552 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and warpModifier_do().

◆ falloff_radius

float WarpModifierData::falloff_radius

Definition at line 1554 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ falloff_type

char WarpModifierData::falloff_type

Definition at line 1557 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ flag

char WarpModifierData::flag

WarpModifierFlag.

Definition at line 1556 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ map_bone

char WarpModifierData::map_bone[64]

Definition at line 1536 of file DNA_modifier_types.h.

Referenced by update_depsgraph().

◆ map_object

struct Object* WarpModifierData::map_object

Definition at line 1535 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), and update_depsgraph().

◆ modifier

ModifierData WarpModifierData::modifier

Definition at line 1530 of file DNA_modifier_types.h.

◆ object_from

struct Object* WarpModifierData::object_from

◆ object_to

struct Object* WarpModifierData::object_to

◆ strength

float WarpModifierData::strength

Definition at line 1553 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ texmapping

int WarpModifierData::texmapping

Definition at line 1540 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and update_depsgraph().

◆ texture

struct Tex* WarpModifierData::texture

◆ uvlayer_name

char WarpModifierData::uvlayer_name[68]

Definition at line 1537 of file DNA_modifier_types.h.

◆ uvlayer_tmp

int WarpModifierData::uvlayer_tmp

Definition at line 1539 of file DNA_modifier_types.h.


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