base class — bpy_struct
subclasses — KinematicConstraint, CopyScaleConstraint, ShrinkwrapConstraint, FollowPathConstraint, LockedTrackConstraint, CopyTransformsConstraint, PythonConstraint, LimitDistanceConstraint, StretchToConstraint, PivotConstraint, ClampToConstraint, TransformConstraint, LimitRotationConstraint, LimitLocationConstraint, ChildOfConstraint, CopyRotationConstraint, DampedTrackConstraint, TrackToConstraint, SplineIKConstraint, MaintainVolumeConstraint, LimitScaleConstraint, RigidBodyJointConstraint, FloorConstraint, ActionConstraint, CopyLocationConstraint
Constraint modifying the transformation of objects and bones
Constraint is the one being edited
| Type : | boolean, default False |
|---|
Amount of residual error in Blender space unit for constraints that work on position
| Type : | float in [-inf, inf], default 0.0, (readonly) |
|---|
Amount of residual error in radiant for constraints that work on orientation
| Type : | float in [-inf, inf], default 0.0, (readonly) |
|---|
Amount of influence constraint will have on the final solution
| Type : | float in [0, 1], default 0.0 |
|---|
Constraint was added in this proxy instance (i.e. did not belong to source Armature)
| Type : | boolean, default False |
|---|
Constraint has valid settings and can be evaluated
| Type : | boolean, default False, (readonly) |
|---|
Enable/Disable Constraint
| Type : | boolean, default False |
|---|
Constraint name
| Type : | string, default “” |
|---|
Space that owner is evaluated in
| Type : | enum in [‘WORLD’, ‘POSE’, ‘LOCAL_WITH_PARENT’, ‘LOCAL’], default ‘WORLD’ |
|---|
Constraint’s panel is expanded in UI
| Type : | boolean, default False |
|---|
Space that target is evaluated in
| Type : | enum in [‘WORLD’, ‘POSE’, ‘LOCAL_WITH_PARENT’, ‘LOCAL’], default ‘WORLD’ |
|---|
| Type : | enum in [‘COPY_LOCATION’, ‘COPY_ROTATION’, ‘COPY_SCALE’, ‘COPY_TRANSFORMS’, ‘LIMIT_DISTANCE’, ‘LIMIT_LOCATION’, ‘LIMIT_ROTATION’, ‘LIMIT_SCALE’, ‘MAINTAIN_VOLUME’, ‘TRANSFORM’, ‘CLAMP_TO’, ‘DAMPED_TRACK’, ‘IK’, ‘LOCKED_TRACK’, ‘SPLINE_IK’, ‘STRETCH_TO’, ‘TRACK_TO’, ‘ACTION’, ‘CHILD_OF’, ‘FLOOR’, ‘FOLLOW_PATH’, ‘PIVOT’, ‘RIGID_BODY_JOINT’, ‘SCRIPT’, ‘SHRINKWRAP’], default ‘COPY_LOCATION’, (readonly) |
|---|
Inherited Properties
Inherited Functions
|
References