Blender  V3.3
Public Attributes | List of all members
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 680 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad1

void* CastModifierData::_pad1

Definition at line 692 of file DNA_modifier_types.h.

◆ defgrp_name

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().

◆ fac

float CastModifierData::fac

Definition at line 684 of file DNA_modifier_types.h.

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

◆ flag

short CastModifierData::flag

Definition at line 689 of file DNA_modifier_types.h.

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

◆ modifier

ModifierData CastModifierData::modifier

Definition at line 681 of file DNA_modifier_types.h.

◆ object

struct Object* CastModifierData::object

Definition at line 683 of file DNA_modifier_types.h.

Referenced by cuboid_do(), foreachIDLink(), sphere_do(), and updateDepsgraph().

◆ radius

float CastModifierData::radius

Definition at line 685 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ size

float CastModifierData::size

Definition at line 686 of file DNA_modifier_types.h.

Referenced by cuboid_do(), and sphere_do().

◆ type

short CastModifierData::type

Cast modifier projection type.

Definition at line 691 of file DNA_modifier_types.h.

Referenced by deformVerts(), deformVertsEM(), and sphere_do().


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