ChildOfConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.ChildOfConstraint(Constraint)

Creates constraint-based parent-child relationship

subtarget
Type :string, default “”
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)