Blender V4.5
CastModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
struct Objectobject
float fac
float radius
float size
char defgrp_name [64]
short flag
short type
void * _pad1

Detailed Description

Definition at line 749 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

void* CastModifierData::_pad1

Definition at line 760 of file DNA_modifier_types.h.

◆ defgrp_name

char CastModifierData::defgrp_name[64]

Definition at line 756 of file DNA_modifier_types.h.

Referenced by cuboid_do(), required_data_mask(), and sphere_do().

◆ fac

float CastModifierData::fac

Definition at line 753 of file DNA_modifier_types.h.

Referenced by cuboid_do(), is_disabled(), and sphere_do().

◆ flag

short CastModifierData::flag

Definition at line 757 of file DNA_modifier_types.h.

Referenced by cuboid_do(), is_disabled(), and sphere_do().

◆ modifier

ModifierData CastModifierData::modifier

Definition at line 750 of file DNA_modifier_types.h.

◆ object

struct Object* CastModifierData::object

Definition at line 752 of file DNA_modifier_types.h.

Referenced by cuboid_do(), foreach_ID_link(), sphere_do(), and update_depsgraph().

◆ radius

float CastModifierData::radius

Definition at line 754 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ size

float CastModifierData::size

Definition at line 755 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ type

short CastModifierData::type

Cast modifier projection type.

Definition at line 759 of file DNA_modifier_types.h.

Referenced by deform_verts(), and sphere_do().


The documentation for this struct was generated from the following file: