unreal.RigUnit_FABRIKItemArray
¶
- class unreal.RigUnit_FABRIKItemArray(execute_context: ControlRigExecuteContext = [], items: Array[RigElementKey] = [], effector_transform: Transform = Ellipsis, precision: float = 0.0, weight: float = 0.0, propagate_to_children: bool = False, max_iterations: int = 0, set_effector_transform: bool = False)¶
Bases:
RigUnit_HighlevelBaseMutable
The FABRIK solver can solve N-Bone chains using the Forward and Backward Reaching Inverse Kinematics algorithm. For now this node supports single effector chains only.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_FABRIK.h
Editor Properties: (see get_editor_property/set_editor_property)
effector_transform
(Transform): [Read-Write] Effector Transform: The transform of the effector in global spaceexecute_context
(ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units togetheritems
(Array[RigElementKey]): [Read-Write] Items: The chain to usemax_iterations
(int32): [Read-Write] Max Iterations: The maximum number of iterations. Values between 4 and 16 are common.precision
(float): [Read-Only] Precision: The precision to use for the fabrik solverpropagate_to_children
(bool): [Read-Only] Propagate to Children: If set to true all of the global transforms of the children of this bone will be recalculated based on their local transforms. Note: This is computationally more expensive than turning it off.set_effector_transform
(bool): [Read-Write] Set Effector Transform: The option to set the effector transformweight
(float): [Read-Write] Weight: The weight of the solver - how much the IK should be applied.
- property effector_transform: Transform¶
[Read-Write] Effector Transform: The transform of the effector in global space
- Type:
- property items: Array[RigElementKey]¶
[Read-Write] Items: The chain to use
- Type:
- property max_iterations: int¶
[Read-Write] Max Iterations: The maximum number of iterations. Values between 4 and 16 are common.
- Type:
(int32)
- property precision: float¶
[Read-Only] Precision: The precision to use for the fabrik solver
- Type:
(float)
- property propagate_to_children: bool¶
[Read-Only] Propagate to Children: If set to true all of the global transforms of the children of this bone will be recalculated based on their local transforms. Note: This is computationally more expensive than turning it off.
- Type:
(bool)