|
Blender
V2.59
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Object * | object |
| float | fac |
| float | radius |
| float | size |
| char | defgrp_name [32] |
| short | flag |
| short | type |
Definition at line 387 of file DNA_modifier_types.h.
| char CastModifierData::defgrp_name[32] |
Definition at line 394 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), requiredDataMask(), and sphere_do().
| float CastModifierData::fac |
Definition at line 391 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), isDisabled(), and sphere_do().
| short CastModifierData::flag |
Definition at line 395 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), isDisabled(), and sphere_do().
Definition at line 388 of file DNA_modifier_types.h.
| struct Object* CastModifierData::object |
Definition at line 390 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), foreachObjectLink(), initData(), sphere_do(), and updateDepgraph().
| float CastModifierData::radius |
Definition at line 392 of file DNA_modifier_types.h.
Referenced by copyData(), cuboid_do(), initData(), and sphere_do().
| float CastModifierData::size |
Definition at line 393 of file DNA_modifier_types.h.
Referenced by MakeCursor::App::changesize(), copyData(), cuboid_do(), MakeCursor::App::doit(), initData(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), sphere_do(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
| short CastModifierData::type |
Definition at line 395 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts(), deformVertsEM(), initData(), and sphere_do().