Blender  V3.3
Public Attributes | List of all members
DisplaceModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct Textexture
 
struct Objectmap_object
 
char map_bone [64]
 
char uvlayer_name [64]
 
int uvlayer_tmp
 
int texmapping
 
float strength
 
int direction
 
char defgrp_name [64]
 
float midlevel
 
int space
 
short flag
 
char _pad [6]
 

Detailed Description

Definition at line 552 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char DisplaceModifierData::_pad[6]

Definition at line 573 of file DNA_modifier_types.h.

◆ defgrp_name

char DisplaceModifierData::defgrp_name[64]

MAX_VGROUP_NAME.

Definition at line 569 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and requiredDataMask().

◆ direction

int DisplaceModifierData::direction

◆ flag

short DisplaceModifierData::flag

Definition at line 572 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ map_bone

char DisplaceModifierData::map_bone[64]

Definition at line 559 of file DNA_modifier_types.h.

Referenced by updateDepsgraph().

◆ map_object

struct Object* DisplaceModifierData::map_object

Definition at line 558 of file DNA_modifier_types.h.

Referenced by foreachIDLink(), and updateDepsgraph().

◆ midlevel

float DisplaceModifierData::midlevel

Definition at line 570 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ modifier

ModifierData DisplaceModifierData::modifier

Definition at line 553 of file DNA_modifier_types.h.

◆ space

int DisplaceModifierData::space

Definition at line 571 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and updateDepsgraph().

◆ strength

float DisplaceModifierData::strength

Definition at line 566 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), displaceModifier_do_task(), and isDisabled().

◆ texmapping

int DisplaceModifierData::texmapping

Definition at line 563 of file DNA_modifier_types.h.

Referenced by requiredDataMask(), and updateDepsgraph().

◆ texture

struct Tex* DisplaceModifierData::texture

◆ uvlayer_name

char DisplaceModifierData::uvlayer_name[64]

MAX_CUSTOMDATA_LAYER_NAME.

Definition at line 561 of file DNA_modifier_types.h.

◆ uvlayer_tmp

int DisplaceModifierData::uvlayer_tmp

Definition at line 562 of file DNA_modifier_types.h.


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