unreal.RigUnit_PoseLoop

class unreal.RigUnit_PoseLoop(execute_context: ControlRigExecuteContext = [], pose: RigPose = [], item: RigElementKey = Ellipsis, global_transform: Transform = Ellipsis, local_transform: Transform = Ellipsis, curve_value: float = 0.0, index: int = 0, count: int = 0, ratio: float = 0.0, completed: ControlRigExecuteContext = [])

Bases: RigUnit_HierarchyBaseMutable

Given a pose, execute iteratively across all items in the pose

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Hierarchy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • completed (ControlRigExecuteContext): [Read-Write] Completed

  • count (int32): [Read-Write] Count

  • curve_value (float): [Read-Write] Curve Value

  • execute_context (ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units together

  • global_transform (Transform): [Read-Write] Global Transform

  • index (int32): [Read-Write] Index

  • item (RigElementKey): [Read-Write] Item

  • local_transform (Transform): [Read-Write] Local Transform

  • pose (RigPose): [Read-Write] Pose

  • ratio (float): [Read-Write] Ratio: Ranging from 0.0 (first item) and 1.0 (last item) This is useful to drive a consecutive node with a curve or an ease to distribute a value.

property completed: ControlRigExecuteContext

[Read-Only] Completed

Type:

(ControlRigExecuteContext)

property count: int

[Read-Only] Count

Type:

(int32)

property curve_value: float

[Read-Only] Curve Value

Type:

(float)

property global_transform: Transform

[Read-Only] Global Transform

Type:

(Transform)

property index: int

[Read-Only] Index

Type:

(int32)

property item: RigElementKey

[Read-Only] Item

Type:

(RigElementKey)

property local_transform: Transform

[Read-Only] Local Transform

Type:

(Transform)

property pose: RigPose

[Read-Write] Pose

Type:

(RigPose)

property ratio: float

[Read-Only] Ratio: Ranging from 0.0 (first item) and 1.0 (last item) This is useful to drive a consecutive node with a curve or an ease to distribute a value.

Type:

(float)