ChildOfConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.ChildOfConstraint(Constraint)

Create constraint-based parent-child relationship

inverse_matrix

Transformation matrix to apply before

Type

float multi-dimensional array of 4 * 4 items in [-inf, inf], default ((0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0))

set_inverse_pending

Set to true to request recalculation of the inverse matrix

Type

boolean, default False

subtarget

Armature bone, mesh or lattice vertex group, …

Type

string, default “”, (never None)

target

Target object

Type

Object

use_location_x

Use X Location of Parent

Type

boolean, default False

use_location_y

Use Y Location of Parent

Type

boolean, default False

use_location_z

Use Z Location of Parent

Type

boolean, default False

use_rotation_x

Use X Rotation of Parent

Type

boolean, default False

use_rotation_y

Use Y Rotation of Parent

Type

boolean, default False

use_rotation_z

Use Z Rotation of Parent

Type

boolean, default False

use_scale_x

Use X Scale of Parent

Type

boolean, default False

use_scale_y

Use Y Scale of Parent

Type

boolean, default False

use_scale_z

Use Z Scale of Parent

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