unreal.RigControlElement

class unreal.RigControlElement(key=[RigElementType.CONTROL, '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]]]]], settings=[RigControlType.EULER_TRANSFORM, 'None', RigControlAxis.X, True, [], True, [], [], True, True, 'Default', [1.0, 0.0, 0.0, 1.0], False, None, [[], []]], offset=[[[[[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]]]]], shape=[[[[[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.RigMultiParentElement

Rig Control 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

  • offset (RigCurrentAndInitialTransform): [Read-Write] Offset

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

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

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

  • settings (RigControlSettings): [Read-Write] Settings

  • shape (RigCurrentAndInitialTransform): [Read-Write] Shape

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

property gizmo

‘gizmo’ was renamed to ‘shape’.

Type

deprecated

property offset

[Read-Only] Offset

Type

(RigCurrentAndInitialTransform)

property settings

[Read-Only] Settings

Type

(RigControlSettings)

property shape

[Read-Only] Shape

Type

(RigCurrentAndInitialTransform)