ShrinkwrapConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.ShrinkwrapConstraint(Constraint)

Creates constraint-based shrinkwrap relationship

distance

Distance to Target

Type :float in [0, 100], default 0.0
shrinkwrap_type

Selects type of shrinkwrap algorithm for target position

Type :enum in [‘NEAREST_SURFACE’, ‘PROJECT’, ‘NEAREST_VERTEX’], default ‘NEAREST_SURFACE’
target

Target Object

Type :Object
use_x

Projection over X Axis

Type :boolean, default False
use_y

Projection over Y Axis

Type :boolean, default False
use_z

Projection over Z Axis

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

ShapeKeyPoint(bpy_struct)

Next topic

ShrinkwrapModifier(Modifier)