unreal.RigBone
¶
- class unreal.RigBone(name: Name = 'None', index: int = 0, parent_name: Name = 'None', initial_transform: Transform = Ellipsis, global_transform: Transform = Ellipsis, local_transform: Transform = Ellipsis, type: RigBoneType = Ellipsis)¶
Bases:
RigElement
Rig Bone
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigBoneHierarchy.h
Editor Properties: (see get_editor_property/set_editor_property)
global_transform
(Transform): [Read-Write] Global Transformindex
(int32): [Read-Only] Indexinitial_transform
(Transform): [Read-Write] Initial Transform: Initial global transform that is saved in this riglocal_transform
(Transform): [Read-Write] Local Transformname
(Name): [Read-Write] Nameparent_name
(Name): [Read-Only] Parent Nametype
(RigBoneType): [Read-Only] Type: the source of the bone to differentiate procedurally generated, imported etc
- property initial_transform: Transform¶
[Read-Only] Initial Transform: Initial global transform that is saved in this rig
- Type:
- property type: RigBoneType¶
[Read-Only] Type: the source of the bone to differentiate procedurally generated, imported etc
- Type: