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
- Type:
float in [-inf, inf], default 1.0
- subtarget#
Armature bone, mesh or lattice vertex group, …
- Type:
string, default “”, (never None)
- use_add#
Use addition instead of multiplication to combine scale (2.7 compatibility)
- Type:
boolean, default False
- use_make_uniform#
Redistribute the copied change in volume equally between the three axes of the owner
- Type:
boolean, default False
- use_offset#
Combine original scale with 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