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 |
-
object
Control object: if available, its location determines the center of the effect
-
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
Inherited Properties
Inherited Functions