unreal.RigMultiParentElement

class unreal.RigMultiParentElement(key=[RigElementType.NONE, 'None'], index=- 1, sub_index=- 1, selected=False, pose=[[[[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]], [[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]]], [[[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]], [[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]]]], parent=[[[[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]], [[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]]], [[[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]], [[[0.0, 0.0, 0.0], [- 0.0, 0.0, 0.0], [1.0, 1.0, 1.0]]]]])

Bases: unreal.RigTransformElement

Rig Multi Parent Element

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigHierarchyElements.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • key (RigElementKey): [Read-Only] Key

  • parent (RigCurrentAndInitialTransform): [Read-Write] Parent

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

  • selected (bool): [Read-Write] Selected

  • sub_index (int32): [Read-Only] Sub Index

property parent

[Read-Only] Parent

Type

(RigCurrentAndInitialTransform)