CopyScaleConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.CopyScaleConstraint(Constraint)

Copy the scale of the target

subtarget
Type :string, default “”
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

Inherited Properties

Inherited Functions

Previous topic

CopyRotationConstraint(Constraint)

Next topic

CopyTransformsConstraint(Constraint)