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

Class Modifier


The Modifier Object

Modifier affecting the geometry data of an object.

References

Instance Variables [hide private]
boolean editmode
Use modifier while in the edit mode.
boolean expanded
Set modifier expanded in the user interface.
string name
Modifier name.
boolean on_cage
Enable direct editing of modifier control cage.
boolean realtime
Realtime display of a modifier.
boolean render
Use modifier during rendering.
enum (readonly) type
Type in...
Instance Variable Details [hide private]

name

Modifier name. (maximum length of 32)
Type:
string

type

Type in...
  • ARRAY
  • BEVEL
  • BOOLEAN
  • BUILD
  • DECIMATE
  • EDGE_SPLIT
  • MASK
  • MIRROR
  • MULTIRES
  • SUBSURF
  • UV_PROJECT
  • ARMATURE
  • CAST
  • CURVE
  • DISPLACE
  • HOOK
  • LATTICE
  • MESH_DEFORM
  • SHRINKWRAP
  • SIMPLE_DEFORM
  • SMOOTH
  • WAVE
  • CLOTH
  • COLLISION
  • EXPLODE
  • FLUID_SIMULATION
  • PARTICLE_INSTANCE
  • PARTICLE_SYSTEM
  • SMOKE
  • SOFT_BODY
  • SURFACE
Type:
enum (readonly)