unreal.BlendProfileRotationBlendSpace¶
- class unreal.BlendProfileRotationBlendSpace¶
Bases:
EnumBaseThe space in which bone rotations are blended
C++ Source:
Plugin: HierarchyTableAnimation
Module: HierarchyTableAnimationRuntime
File: AnimNode_BlendProfileLayeredBlend.h
- LOCAL_SPACE: BlendProfileRotationBlendSpace = Ellipsis¶
Blend bone rotations in local space
- Type:
0
- MESH_SPACE: BlendProfileRotationBlendSpace = Ellipsis¶
Blend bone rotations in mesh space
- Type:
1
- ROOT_SPACE: BlendProfileRotationBlendSpace = Ellipsis¶
Blend bone rotations in root space (mesh space relative to the root bone)
- Type:
2