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

Member Data Documentation

◆ _pad1

char DisplaceModifierData::_pad1[4]

Definition at line 636 of file DNA_modifier_types.h.

◆ _pad2

char DisplaceModifierData::_pad2[6]

Definition at line 647 of file DNA_modifier_types.h.

◆ defgrp_name

char DisplaceModifierData::defgrp_name[64]

Definition at line 643 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and required_data_mask().

◆ direction

int DisplaceModifierData::direction

Definition at line 642 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), is_disabled(), and update_depsgraph().

◆ flag

short DisplaceModifierData::flag

Definition at line 646 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ map_bone

char DisplaceModifierData::map_bone[64]

Definition at line 634 of file DNA_modifier_types.h.

Referenced by update_depsgraph().

◆ map_object

struct Object* DisplaceModifierData::map_object

Definition at line 633 of file DNA_modifier_types.h.

Referenced by foreach_ID_link(), and update_depsgraph().

◆ midlevel

float DisplaceModifierData::midlevel

Definition at line 644 of file DNA_modifier_types.h.

Referenced by displaceModifier_do_task().

◆ modifier

ModifierData DisplaceModifierData::modifier

Definition at line 628 of file DNA_modifier_types.h.

◆ space

int DisplaceModifierData::space

Definition at line 645 of file DNA_modifier_types.h.

Referenced by displaceModifier_do(), and update_depsgraph().

◆ strength

float DisplaceModifierData::strength

◆ texmapping

int DisplaceModifierData::texmapping

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

Definition at line 635 of file DNA_modifier_types.h.

◆ uvlayer_tmp

int DisplaceModifierData::uvlayer_tmp

Definition at line 637 of file DNA_modifier_types.h.


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