unreal.IKRetargetAlignPoleVectorOpSettings

class unreal.IKRetargetAlignPoleVectorOpSettings(ik_rig_asset: IKRigDefinition = Ellipsis, chains_to_align: None = [])

Bases: IKRetargetOpSettingsBase

IKRetarget Align Pole Vector Op Settings

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: AlignPoleVectorOp.h

Editor Properties: (see get_editor_property/set_editor_property)

  • chains_to_align (Array[RetargetPoleVectorSettings]): [Read-Write]

  • ik_rig_asset (IKRigDefinition): [Read-Write] The target IK Rig asset that contains the bones chains to retarget in this op.

property chains_to_align: None

[Read-Write]

Type:

(Array[RetargetPoleVectorSettings])

property ik_rig_asset: IKRigDefinition

[Read-Write] The target IK Rig asset that contains the bones chains to retarget in this op.

Type:

(IKRigDefinition)