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

Class ActionConstraint


The Action Constraint Object

Map an action to the transform axes of a bone.

(no references to this struct found)

Instance Variables [hide private]
Action action
Action
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)
int in [-300000, 300000] end_frame
Last frame of the Action to use.
boolean expanded
Constraint's panel is expanded in UI. (Inherited from bpy.types.Constraint)
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)
float in [-1000, 1000] maximum
Maximum value for target channel range.
float in [-1000, 1000] minimum
Minimum value for target channel range.
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)
int in [-300000, 300000] start_frame
First frame of the Action to use.
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 transform_channel
Transformation channel from the target that is used to key the Action.
enum (readonly) type
Type in... (Inherited from bpy.types.Constraint)
Instance Variable Details [hide private]

transform_channel

Transformation channel from the target that is used to key the Action. in...
  • LOCATION_X
  • LOCATION_Y
  • LOCATION_Z
  • ROTATION_X
  • ROTATION_Y
  • ROTATION_Z
  • SCALE_X
  • SCALE_Y
  • SCALE_Z
Type:
enum