CopyRotationConstraint(Constraint)¶
base classes — bpy_struct, Constraint
-
class
bpy.types.CopyRotationConstraint(Constraint)¶ Copy the rotation of the target
-
invert_x¶ Invert the X rotation
Type: boolean, default False
-
invert_y¶ Invert the Y rotation
Type: boolean, default False
-
invert_z¶ Invert the Z rotation
Type: boolean, default False
-
subtarget¶ Type: string, default “”, (never None)
-
use_offset¶ Add original rotation into copied rotation
Type: boolean, default False
-
use_x¶ Copy the target’s X rotation
Type: boolean, default False
-
use_y¶ Copy the target’s Y rotation
Type: boolean, default False
-
use_z¶ Copy the target’s Z rotation
Type: boolean, default False
-
Inherited Properties
Inherited Functions