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

Member Data Documentation

◆ _pad1

char WarpModifierData::_pad1[4]

Definition at line 1465 of file DNA_modifier_types.h.

◆ _pad2

char WarpModifierData::_pad2[6]

Definition at line 1484 of file DNA_modifier_types.h.

◆ _pad3

void* WarpModifierData::_pad3

Definition at line 1485 of file DNA_modifier_types.h.

◆ bone_from

char WarpModifierData::bone_from[64]

Optional name of bone target.

Definition at line 1473 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 1475 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 1479 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and warpModifier_do().

◆ falloff_radius

float WarpModifierData::falloff_radius

Definition at line 1481 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ falloff_type

char WarpModifierData::falloff_type

Definition at line 1483 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ flag

char WarpModifierData::flag

Definition at line 1482 of file DNA_modifier_types.h.

Referenced by warpModifier_do().

◆ map_bone

char WarpModifierData::map_bone[64]

Definition at line 1463 of file DNA_modifier_types.h.

Referenced by update_depsgraph().

◆ map_object

struct Object* WarpModifierData::map_object

Definition at line 1462 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), and update_depsgraph().

◆ modifier

ModifierData WarpModifierData::modifier

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

Referenced by warpModifier_do().

◆ texmapping

int WarpModifierData::texmapping

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

◆ uvlayer_tmp

int WarpModifierData::uvlayer_tmp

Definition at line 1466 of file DNA_modifier_types.h.


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