ArmatureConstraint(Constraint)
base classes — bpy_struct
, Constraint
- class bpy.types.ArmatureConstraint(Constraint)
Applies transformations done by the Armature modifier
- targets
Target Bones
- Type
ArmatureConstraintTargets
bpy_prop_collection
ofConstraintTargetBone
, (readonly)
- use_bone_envelopes
Multiply weights by envelope for all bones, instead of acting like Vertex Group based blending. The specified weights are still used, and only the listed bones are considered
- Type
boolean, default False
- use_current_location
Use the current bone location for envelopes and choosing B-Bone segments instead of rest position
- Type
boolean, default False
- use_deform_preserve_volume
Deform rotation interpolation with quaternions
- 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