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

Class TransformConstraint


The Transformation Constraint Object

Maps transformations of the target to the object.

(no references to this struct found)

Instance Variables [hide private]
boolean active
Constraint is the one being edited (Inherited from bpy.types.Constraint)
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)
boolean extrapolate_motion
Extrapolate ranges.
float in [-inf, inf] from_max_x
Top range of X axis source motion.
float in [-inf, inf] from_max_y
Top range of Y axis source motion.
float in [-inf, inf] from_max_z
Top range of Z axis source motion.
float in [-inf, inf] from_min_x
Bottom range of X axis source motion.
float in [-inf, inf] from_min_y
Bottom range of Y axis source motion.
float in [-inf, inf] from_min_z
Bottom range of Z axis source motion.
float in [0, 1] influence
Amount of influence constraint will have on the final solution. (Inherited from bpy.types.Constraint)
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)
enum map_from
The transformation type to use from the target.
enum map_to
The transformation type to affect of the constrained object.
enum map_to_x_from
The source axis constrained object's X axis uses.
enum map_to_y_from
The source axis constrained object's Y axis uses.
enum map_to_z_from
The source axis constrained object's Z axis uses.
string name
Name (maximum length of 30) (Inherited from bpy.types.Constraint)
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)
float in [-inf, inf] to_max_x
Top range of X axis destination motion.
float in [-inf, inf] to_max_y
Top range of Y axis destination motion.
float in [-inf, inf] to_max_z
Top range of Z axis destination motion.
float in [-inf, inf] to_min_x
Bottom range of X axis destination motion.
float in [-inf, inf] to_min_y
Bottom range of Y axis destination motion.
float in [-inf, inf] to_min_z
Bottom range of Z axis destination motion.
enum (readonly) type
Type in... (Inherited from bpy.types.Constraint)
Instance Variable Details [hide private]

map_from

The transformation type to use from the target. in...
  • LOCATION
  • ROTATION
  • SCALE
Type:
enum

map_to

The transformation type to affect of the constrained object. in...
  • LOCATION
  • ROTATION
  • SCALE
Type:
enum

map_to_x_from

The source axis constrained object's X axis uses. in...
  • X
  • Y
  • Z
Type:
enum

map_to_y_from

The source axis constrained object's Y axis uses. in...
  • X
  • Y
  • Z
Type:
enum

map_to_z_from

The source axis constrained object's Z axis uses. in...
  • X
  • Y
  • Z
Type:
enum