LimitRotationConstraint(Constraint)¶
base classes — bpy_struct
, Constraint
-
class
bpy.types.
LimitRotationConstraint
(Constraint)¶ Limit the rotation of the constrained object
-
max_x
¶ Highest X value to allow
Type: float in [-1000, 1000], default 0.0
-
max_y
¶ Highest Y value to allow
Type: float in [-1000, 1000], default 0.0
-
max_z
¶ Highest Z value to allow
Type: float in [-1000, 1000], default 0.0
-
min_x
¶ Lowest X value to allow
Type: float in [-1000, 1000], default 0.0
-
min_y
¶ Lowest Y value to allow
Type: float in [-1000, 1000], default 0.0
-
min_z
¶ Lowest Z value to allow
Type: float in [-1000, 1000], default 0.0
-
use_limit_x
¶ Use the minimum X value
Type: boolean, default False
-
use_limit_y
¶ Use the minimum Y value
Type: boolean, default False
-
use_limit_z
¶ Use the minimum Z value
Type: boolean, default False
-
use_transform_limit
¶ Transforms are affected by this constraint as well
Type: boolean, default False
-
Inherited Properties
Inherited Functions