CopyScaleConstraint(Constraint)
base classes — bpy_struct, Constraint
- class bpy.types.CopyScaleConstraint(Constraint)
Copy the scale of the target
- power
Raise the target’s scale to the specified power (in [-inf, inf], default 1.0)
- Type:
float
- subtarget
Armature bone, mesh or lattice vertex group, … (default “”, never None)
- Type:
str
- use_add
Use addition instead of multiplication to combine scale (2.7 compatibility) (default True)
- Type:
bool
- use_make_uniform
Redistribute the copied change in volume equally between the three axes of the owner (default False)
- Type:
bool
- use_offset
Combine original scale with copied scale (default False)
- Type:
bool
- use_x
Copy the target’s X scale (default False)
- Type:
bool
- use_y
Copy the target’s Y scale (default False)
- Type:
bool
- use_z
Copy the target’s Z scale (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type