Blender
V3.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Tex * | texture |
struct Object * | map_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] |
Definition at line 552 of file DNA_modifier_types.h.
char DisplaceModifierData::_pad[6] |
Definition at line 573 of file DNA_modifier_types.h.
char DisplaceModifierData::defgrp_name[64] |
MAX_VGROUP_NAME.
Definition at line 569 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and requiredDataMask().
int DisplaceModifierData::direction |
Definition at line 567 of file DNA_modifier_types.h.
Referenced by dependsOnNormals(), displaceModifier_do(), isDisabled(), requiredDataMask(), and updateDepsgraph().
short DisplaceModifierData::flag |
Definition at line 572 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
char DisplaceModifierData::map_bone[64] |
Definition at line 559 of file DNA_modifier_types.h.
Referenced by updateDepsgraph().
struct Object* DisplaceModifierData::map_object |
Definition at line 558 of file DNA_modifier_types.h.
Referenced by foreachIDLink(), and updateDepsgraph().
float DisplaceModifierData::midlevel |
Definition at line 570 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
ModifierData DisplaceModifierData::modifier |
Definition at line 553 of file DNA_modifier_types.h.
int DisplaceModifierData::space |
Definition at line 571 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and updateDepsgraph().
float DisplaceModifierData::strength |
Definition at line 566 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), displaceModifier_do_task(), and isDisabled().
int DisplaceModifierData::texmapping |
Definition at line 563 of file DNA_modifier_types.h.
Referenced by requiredDataMask(), and updateDepsgraph().
struct Tex* DisplaceModifierData::texture |
Definition at line 557 of file DNA_modifier_types.h.
Referenced by dependsOnTime(), displaceModifier_do(), foreachIDLink(), isDisabled(), and updateDepsgraph().
char DisplaceModifierData::uvlayer_name[64] |
MAX_CUSTOMDATA_LAYER_NAME.
Definition at line 561 of file DNA_modifier_types.h.
int DisplaceModifierData::uvlayer_tmp |
Definition at line 562 of file DNA_modifier_types.h.