CastModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.CastModifier(Modifier)

Modifier to cast to other shapes

cast_type

Target object shape

Type

enum in [‘SPHERE’, ‘CYLINDER’, ‘CUBOID’], default ‘SPHERE’

factor
Type

float in [-inf, inf], default 0.0

invert_vertex_group

Invert vertex group influence

Type

boolean, default False

object

Control object: if available, its location determines the center of the effect

Type

Object

radius

Only deform vertices within this distance from the center of the effect (leave as 0 for infinite.)

Type

float in [0, inf], default 0.0

size

Size of projection shape (leave as 0 for auto)

Type

float in [0, inf], default 0.0

use_radius_as_size

Use radius as size of projection shape (0 = auto)

Type

boolean, default False

use_transform

Use object transform to control projection shape

Type

boolean, default False

use_x
Type

boolean, default False

use_y
Type

boolean, default False

use_z
Type

boolean, default False

vertex_group

Vertex group name

Type

string, default “”, (never None)

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions