Blender V2.61 - r43446
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Object * | object |
float | fac |
float | radius |
float | size |
char | defgrp_name [64] |
short | flag |
short | type |
Definition at line 393 of file DNA_modifier_types.h.
char CastModifierData::defgrp_name[64] |
Definition at line 400 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), requiredDataMask(), and sphere_do().
float CastModifierData::fac |
Definition at line 397 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), isDisabled(), and sphere_do().
short CastModifierData::flag |
Definition at line 401 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), isDisabled(), and sphere_do().
Definition at line 394 of file DNA_modifier_types.h.
struct Object* CastModifierData::object |
Definition at line 396 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), foreachObjectLink(), initData(), sphere_do(), and updateDepgraph().
float CastModifierData::radius |
Definition at line 398 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), and sphere_do().
float CastModifierData::size |
Definition at line 399 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), and sphere_do().
short CastModifierData::type |
Definition at line 401 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts(), deformVertsEM(), initData(), and sphere_do().