base class — bpy_struct
subclasses — FollowTrackConstraint, SplineIKConstraint, ShrinkwrapConstraint, DampedTrackConstraint, KinematicConstraint, LimitScaleConstraint, ChildOfConstraint, ObjectSolverConstraint, CameraSolverConstraint, CopyScaleConstraint, ActionConstraint, LockedTrackConstraint, TransformConstraint, PivotConstraint, LimitDistanceConstraint, PythonConstraint, FloorConstraint, RigidBodyJointConstraint, LimitRotationConstraint, LimitLocationConstraint, CopyRotationConstraint, MaintainVolumeConstraint, CopyLocationConstraint, ClampToConstraint, FollowPathConstraint, CopyTransformsConstraint, StretchToConstraint, TrackToConstraint
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 “”, (never None) |
---|
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 [‘CAMERA_SOLVER’, ‘OBJECT_SOLVER’, ‘FOLLOW_TRACK’, ‘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 ‘CAMERA_SOLVER’, (readonly) |
---|
Inherited Properties
Inherited Functions
|
References