|
Blender V4.3
|
#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 |
| void * | _pad1 |
Definition at line 751 of file DNA_modifier_types.h.
| void* CastModifierData::_pad1 |
Definition at line 763 of file DNA_modifier_types.h.
| char CastModifierData::defgrp_name[64] |
Definition at line 759 of file DNA_modifier_types.h.
Referenced by cuboid_do(), required_data_mask(), and sphere_do().
| float CastModifierData::fac |
Definition at line 755 of file DNA_modifier_types.h.
Referenced by cuboid_do(), is_disabled(), and sphere_do().
| short CastModifierData::flag |
Definition at line 760 of file DNA_modifier_types.h.
Referenced by cuboid_do(), is_disabled(), and sphere_do().
| ModifierData CastModifierData::modifier |
Definition at line 752 of file DNA_modifier_types.h.
| struct Object* CastModifierData::object |
Definition at line 754 of file DNA_modifier_types.h.
Referenced by cuboid_do(), foreach_ID_link(), sphere_do(), and update_depsgraph().
| float CastModifierData::radius |
Definition at line 756 of file DNA_modifier_types.h.
Referenced by cuboid_do(), and sphere_do().
| float CastModifierData::size |
Definition at line 757 of file DNA_modifier_types.h.
Referenced by cuboid_do(), and sphere_do().
| short CastModifierData::type |
Cast modifier projection type.
Definition at line 762 of file DNA_modifier_types.h.
Referenced by deform_verts(), and sphere_do().