Package bpy :: Module types :: Class StretchToConstraint
[hide private]
[frames] | no frames]

Class StretchToConstraint


The Stretch To Constraint Object

Stretches to meet the target object.

(no references to this struct found)

Instance Variables [hide private]
boolean active
Constraint is the one being edited (Inherited from bpy.types.Constraint)
float in [0, 100] bulge
Factor between volume variation and stretching.
boolean (readonly) disabled
Constraint has invalid settings and will not be evaluated. (Inherited from bpy.types.Constraint)
boolean expanded
Constraint's panel is expanded in UI. (Inherited from bpy.types.Constraint)
float in [0, 1] head_tail
Target along length of bone: Head=0, Tail=1.
float in [0, 1] influence
Amount of influence constraint will have on the final solution. (Inherited from bpy.types.Constraint)
enum keep_axis
Axis to maintain during stretch.
float (readonly) in [-inf, inf] lin_error
Amount of residual error in Blender space unit for constraints that work on position. (Inherited from bpy.types.Constraint)
string name
Name (maximum length of 30) (Inherited from bpy.types.Constraint)
float in [0, 100] original_length
Length at rest position.
enum owner_space
Space that owner is evaluated in. (Inherited from bpy.types.Constraint)
boolean proxy_local
Constraint was added in this proxy instance (i.e. (Inherited from bpy.types.Constraint)
float (readonly) in [-inf, inf] rot_error
Amount of residual error in radiant for constraints that work on orientation. (Inherited from bpy.types.Constraint)
string subtarget
Sub-Target (maximum length of 32)
Object target
Target Object
enum target_space
Space that target is evaluated in. (Inherited from bpy.types.Constraint)
enum (readonly) type
Type in... (Inherited from bpy.types.Constraint)
enum volume
Maintain the object's volume as it stretches.
Instance Variable Details [hide private]

keep_axis

Axis to maintain during stretch. in...
  • PLANE_X
  • PLANE_Z
Type:
enum

volume

Maintain the object's volume as it stretches. in...
  • VOLUME_XZX
  • VOLUME_X
  • VOLUME_Z
  • NO_VOLUME
Type:
enum