CopyScaleConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.CopyScaleConstraint(Constraint)

Copy the scale of the target

subtarget

Armature bone, mesh or lattice vertex group, …

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

Target object

Type:Object
use_offset

Add original scale into copied scale

Type:boolean, default False
use_x

Copy the target’s X scale

Type:boolean, default False
use_y

Copy the target’s Y scale

Type:boolean, default False
use_z

Copy the target’s Z scale

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