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

Class ShrinkwrapModifier


The Shrinkwrap Modifier Object

Shrink wrapping modifier to shrink wrap and object to a target.

(no references to this struct found)

Instance Variables [hide private]
Object auxiliary_target
Additional mesh target to shrink to.
boolean cull_back_faces
Stop vertices from projecting to a back face on the target.
boolean cull_front_faces
Stop vertices from projecting to a front face on the target.
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)
boolean keep_above_surface
Keep Above Surface
enum mode
Mode in...
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean negative
Allow vertices to move in the negative direction of axis.
float in [0, inf] offset
Distance to keep from the target.
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean positive
Allow vertices to move in the positive direction of axis.
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
int in [0, 6] subsurf_levels
Number of subdivisions that must be performed before extracting vertices' positions and normals.
Object target
Mesh target to shrink to.
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
string vertex_group
Vertex group name.
boolean x
X
boolean y
Y
boolean z
Z
Instance Variable Details [hide private]

mode

Mode in...
  • NEAREST_SURFACEPOINT
  • PROJECT
  • NEAREST_VERTEX
Type:
enum

vertex_group

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