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 array of 16 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)
subtarget
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

Inherited Properties

Inherited Functions

Previous topic

ChannelDriverVariables(bpy_struct)

Next topic

ChildParticle(bpy_struct)