LimitDistanceConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.LimitDistanceConstraint(Constraint)

Limits the distance from target object

distance

Radius of limiting sphere

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

Distances in relation to sphere of influence to allow

Type :enum in [‘LIMITDIST_INSIDE’, ‘LIMITDIST_OUTSIDE’, ‘LIMITDIST_ONSURFACE’], default ‘LIMITDIST_INSIDE’
subtarget
Type :string, default “”
target

Target Object

Type :Object

Inherited Properties

Inherited Functions

Previous topic

Library(ID)

Next topic

LimitLocationConstraint(Constraint)