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

Class RigidBodyJointConstraint


The Rigid Body Joint Constraint Object

For use with the Game Engine.

(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 [-360, 360] axis_x
Rotate pivot on X axis in degrees.
float in [-360, 360] axis_y
Rotate pivot on Y axis in degrees.
float in [-360, 360] axis_z
Rotate pivot on Z axis in degrees.
Object child
Child object.
boolean disable_linked_collision
Disable collision between linked bodies.
boolean (readonly) disabled
Constraint has invalid settings and will not be evaluated. (Inherited from bpy.types.Constraint)
boolean draw_pivot
Display the pivot point and rotation in 3D view.
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)
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)
enum pivot_type
Pivot Type in...
float in [-1000, 1000] pivot_x
Offset pivot on X.
float in [-1000, 1000] pivot_y
Offset pivot on Y.
float in [-1000, 1000] pivot_z
Offset pivot on Z.
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)
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)
Instance Variable Details [hide private]

pivot_type

Pivot Type in...
  • BALL
  • HINGE
  • CONE_TWIST
  • GENERIC_6_DOF
Type:
enum