Blender V5.0
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 786 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

void* CastModifierData::_pad1

Definition at line 798 of file DNA_modifier_types.h.

◆ defgrp_name

char CastModifierData::defgrp_name[64]

Definition at line 793 of file DNA_modifier_types.h.

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

◆ fac

float CastModifierData::fac

Definition at line 790 of file DNA_modifier_types.h.

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

◆ flag

short CastModifierData::flag

CastModifierFlag.

Definition at line 795 of file DNA_modifier_types.h.

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

◆ modifier

ModifierData CastModifierData::modifier

Definition at line 787 of file DNA_modifier_types.h.

◆ object

struct Object* CastModifierData::object

Definition at line 789 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 791 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ size

float CastModifierData::size

Definition at line 792 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ type

short CastModifierData::type

CastModifierType. Cast modifier projection type.

Definition at line 797 of file DNA_modifier_types.h.

Referenced by deform_verts(), and sphere_do().


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