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

Armature bone, mesh or lattice vertex group, …

Type:string, default “”, (never None)
target

Target object

Type:Object
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
classmethod bl_rna_get_subclass(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The RNA type or default when not found.
Return type:bpy.types.Struct subclass
classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The class or default when not found.
Return type:type

Inherited Properties

Inherited Functions