Blender V4.3
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 1520 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

char WarpModifierData::_pad1[4]

Definition at line 1530 of file DNA_modifier_types.h.

◆ _pad2

char WarpModifierData::_pad2[6]

Definition at line 1549 of file DNA_modifier_types.h.

◆ _pad3

void* WarpModifierData::_pad3

Definition at line 1550 of file DNA_modifier_types.h.

◆ bone_from

char WarpModifierData::bone_from[64]

Optional name of bone target, MAX_ID_NAME-2.

Definition at line 1538 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, MAX_ID_NAME-2.

Definition at line 1540 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, MAX_VGROUP_NAME.

Definition at line 1544 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and warpModifier_do().

◆ falloff_radius

float WarpModifierData::falloff_radius

Definition at line 1546 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ falloff_type

char WarpModifierData::falloff_type

Definition at line 1548 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ flag

char WarpModifierData::flag

Definition at line 1547 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ map_bone

char WarpModifierData::map_bone[64]

Definition at line 1527 of file DNA_modifier_types.h.

Referenced by update_depsgraph().

◆ map_object

struct Object* WarpModifierData::map_object

Definition at line 1526 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), and update_depsgraph().

◆ modifier

ModifierData WarpModifierData::modifier

Definition at line 1521 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 1545 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ texmapping

int WarpModifierData::texmapping

Definition at line 1532 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]

MAX_CUSTOMDATA_LAYER_NAME.

Definition at line 1529 of file DNA_modifier_types.h.

◆ uvlayer_tmp

int WarpModifierData::uvlayer_tmp

Definition at line 1531 of file DNA_modifier_types.h.


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