Blender V4.3
DisplaceModifierData 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
 
float strength
 
int direction
 
char defgrp_name [64]
 
float midlevel
 
int space
 
short flag
 
char _pad2 [6]
 

Detailed Description

Definition at line 623 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

char DisplaceModifierData::_pad1[4]

Definition at line 633 of file DNA_modifier_types.h.

◆ _pad2

char DisplaceModifierData::_pad2[6]

Definition at line 645 of file DNA_modifier_types.h.

◆ defgrp_name

char DisplaceModifierData::defgrp_name[64]

MAX_VGROUP_NAME.

Definition at line 641 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and required_data_mask().

◆ direction

int DisplaceModifierData::direction

◆ flag

short DisplaceModifierData::flag

Definition at line 644 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ map_bone

char DisplaceModifierData::map_bone[64]

Definition at line 630 of file DNA_modifier_types.h.

Referenced by update_depsgraph().

◆ map_object

struct Object* DisplaceModifierData::map_object

Definition at line 629 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), and update_depsgraph().

◆ midlevel

float DisplaceModifierData::midlevel

Definition at line 642 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ modifier

ModifierData DisplaceModifierData::modifier

Definition at line 624 of file DNA_modifier_types.h.

◆ space

int DisplaceModifierData::space

Definition at line 643 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and update_depsgraph().

◆ strength

float DisplaceModifierData::strength

◆ texmapping

int DisplaceModifierData::texmapping

Definition at line 635 of file DNA_modifier_types.h.

Referenced by required_data_mask(), and update_depsgraph().

◆ texture

struct Tex* DisplaceModifierData::texture

◆ uvlayer_name

char DisplaceModifierData::uvlayer_name[68]

MAX_CUSTOMDATA_LAYER_NAME.

Definition at line 632 of file DNA_modifier_types.h.

◆ uvlayer_tmp

int DisplaceModifierData::uvlayer_tmp

Definition at line 634 of file DNA_modifier_types.h.


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