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

Class LimitLocationConstraint


The Limit Location Constraint Object

Limits the location of the constrained 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)
float in [0, 1] influence
Amount of influence constraint will have on the final solution. (Inherited from bpy.types.Constraint)
boolean limit_transform
Transforms are affected by this constraint as well.
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_x
Highest X value to allow.
float in [-1000, 1000] maximum_y
Highest Y value to allow.
float in [-1000, 1000] maximum_z
Highest Z value to allow.
float in [-1000, 1000] minimum_x
Lowest X value to allow.
float in [-1000, 1000] minimum_y
Lowest Y value to allow.
float in [-1000, 1000] minimum_z
Lowest Z value to allow.
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)
enum target_space
Space that target is evaluated in. (Inherited from bpy.types.Constraint)
enum (readonly) type
Type in... (Inherited from bpy.types.Constraint)
boolean use_maximum_x
Use the maximum X value.
boolean use_maximum_y
Use the maximum Y value.
boolean use_maximum_z
Use the maximum Z value.
boolean use_minimum_x
Use the minimum X value.
boolean use_minimum_y
Use the minimum Y value.
boolean use_minimum_z
Use the minimum Z value.