ShrinkwrapModifier(Modifier)
base classes — bpy_struct, Modifier
-
class bpy.types.ShrinkwrapModifier(Modifier)
Shrink wrapping modifier to shrink wrap and object to a target
-
auxiliary_target
Additional mesh target to shrink to
-
offset
Distance to keep from the target
Type : | float in [0, inf], default 0.0 |
-
subsurf_levels
Number of subdivisions that must be performed before extracting vertices’ positions and normals
Type : | int in [0, 6], default 0 |
-
target
Mesh target to shrink to
-
use_cull_back_faces
Stop vertices from projecting to a back face on the target
Type : | boolean, default False |
-
use_cull_front_faces
Stop vertices from projecting to a front face on the target
Type : | boolean, default False |
-
use_keep_above_surface
Type : | boolean, default False |
-
use_negative_direction
Allow vertices to move in the negative direction of axis
Type : | boolean, default False |
-
use_positive_direction
Allow vertices to move in the positive direction of axis
Type : | boolean, default False |
-
use_project_x
Type : | boolean, default False |
-
use_project_y
Type : | boolean, default False |
-
use_project_z
Type : | boolean, default False |
-
vertex_group
Vertex group name
-
wrap_method
Type : | enum in [‘NEAREST_SURFACEPOINT’, ‘PROJECT’, ‘NEAREST_VERTEX’], default ‘NEAREST_SURFACEPOINT’ |
Inherited Properties
Inherited Functions