Blender
V3.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 680 of file DNA_modifier_types.h.
void* CastModifierData::_pad1 |
Definition at line 692 of file DNA_modifier_types.h.
char CastModifierData::defgrp_name[64] |
MAX_VGROUP_NAME.
Definition at line 688 of file DNA_modifier_types.h.
Referenced by cuboid_do(), deformVerts(), deformVertsEM(), requiredDataMask(), and sphere_do().
float CastModifierData::fac |
Definition at line 684 of file DNA_modifier_types.h.
Referenced by cuboid_do(), isDisabled(), and sphere_do().
short CastModifierData::flag |
Definition at line 689 of file DNA_modifier_types.h.
Referenced by cuboid_do(), isDisabled(), and sphere_do().
ModifierData CastModifierData::modifier |
Definition at line 681 of file DNA_modifier_types.h.
struct Object* CastModifierData::object |
Definition at line 683 of file DNA_modifier_types.h.
Referenced by cuboid_do(), foreachIDLink(), sphere_do(), and updateDepsgraph().
float CastModifierData::radius |
Definition at line 685 of file DNA_modifier_types.h.
Referenced by cuboid_do(), and sphere_do().
float CastModifierData::size |
Definition at line 686 of file DNA_modifier_types.h.
Referenced by cuboid_do(), and sphere_do().
short CastModifierData::type |
Cast modifier projection type.
Definition at line 691 of file DNA_modifier_types.h.
Referenced by deformVerts(), deformVertsEM(), and sphere_do().