LimitDistanceConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.LimitDistanceConstraint(Constraint)

Limit the distance from target object

distance

Radius of limiting sphere

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

Target along length of bone: Head=0, Tail=1

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

Distances in relation to sphere of influence to allow

  • LIMITDIST_INSIDE Inside, The object is constrained inside a virtual sphere around the target object, with a radius defined by the limit distance.
  • LIMITDIST_OUTSIDE Outside, The object is constrained outside a virtual sphere around the target object, with a radius defined by the limit distance.
  • LIMITDIST_ONSURFACE On Surface, The object is constrained on the surface of a virtual sphere around the target object, with a radius defined by the limit distance.
Type:enum in [‘LIMITDIST_INSIDE’, ‘LIMITDIST_OUTSIDE’, ‘LIMITDIST_ONSURFACE’], default ‘LIMITDIST_INSIDE’
subtarget
Type:string, default “”, (never None)
target

Target Object

Type:Object
use_transform_limit

Transforms are affected by this constraint as well

Type:boolean, default False

Inherited Properties

Inherited Functions