Package bpy :: Module types :: Class CastModifier
[hide private]
[frames] | no frames]

Class CastModifier


The Cast Modifier Object

Cast modifier to cast to other shapes.

(no references to this struct found)

Instance Variables [hide private]
enum cast_type
Cast Type in...
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
float in [-inf, inf] factor
Factor
boolean from_radius
Use radius as size of projection shape (0 = auto)
string name
Modifier name. (Inherited from bpy.types.Modifier)
Object object
Control object: if available, its location determines the center of the effect
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
float in [0, inf] radius
Only deform vertices within this distance from the center of the effect (leave as 0 for infinite.)
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
float in [0, inf] size
Size of projection shape (leave as 0 for auto.)
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
boolean use_transform
Use object transform to control projection shape
string vertex_group
Vertex group name.
boolean x
X
boolean y
Y
boolean z
Z
Instance Variable Details [hide private]

cast_type

Cast Type in...
  • SPHERE
  • CYLINDER
  • CUBOID
Type:
enum

vertex_group

Vertex group name. (maximum length of 32)
Type:
string