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

Class DisplaceModifier


The Displace Modifier Object

Displacement modifier.

(no references to this struct found)

Instance Variables [hide private]
enum direction
Direction 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 [0, 1] midlevel
Material value that gives no displacement.
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
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 [-inf, inf] strength
Strength
Texture texture
Texture
Object texture_coordinate_object
Texture Coordinate Object
enum texture_coordinates
Texture Coordinates in...
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
string uv_layer
UV layer name.
string vertex_group
Vertex group name.
Instance Variable Details [hide private]

direction

Direction in...
  • X
  • Y
  • Z
  • NORMAL
  • RGB_TO_XYZ
Type:
enum

texture_coordinates

Texture Coordinates in...
  • LOCAL
  • GLOBAL
  • OBJECT
  • UV
Type:
enum

uv_layer

UV layer name. (maximum length of 32)
Type:
string

vertex_group

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