|
Blender
V2.59
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Tex * | texture |
| struct Object * | map_object |
| char | uvlayer_name [32] |
| int | uvlayer_tmp |
| int | texmapping |
| int | pad10 |
| float | strength |
| int | direction |
| char | defgrp_name [32] |
| float | midlevel |
Definition at line 301 of file DNA_modifier_types.h.
| char DisplaceModifierData::defgrp_name[32] |
Definition at line 315 of file DNA_modifier_types.h.
Referenced by copyData(), displaceModifier_do(), and requiredDataMask().
Definition at line 314 of file DNA_modifier_types.h.
Referenced by copyData(), dependsOnNormals(), and initData().
Definition at line 306 of file DNA_modifier_types.h.
Referenced by copyData(), foreachObjectLink(), and updateDepgraph().
Definition at line 316 of file DNA_modifier_types.h.
Referenced by copyData(), and initData().
Definition at line 302 of file DNA_modifier_types.h.
Definition at line 310 of file DNA_modifier_types.h.
Definition at line 313 of file DNA_modifier_types.h.
Referenced by copyData(), displaceModifier_do(), initData(), and isDisabled().
Definition at line 309 of file DNA_modifier_types.h.
Referenced by copyData(), requiredDataMask(), and updateDepgraph().
| struct Tex* DisplaceModifierData::texture |
Definition at line 305 of file DNA_modifier_types.h.
Referenced by copyData(), dependsOnTime(), displaceModifier_do(), foreachIDLink(), initData(), and isDisabled().
| char DisplaceModifierData::uvlayer_name[32] |
Definition at line 307 of file DNA_modifier_types.h.
Referenced by copyData().
Definition at line 308 of file DNA_modifier_types.h.