unreal.BoneTranslationRetargetingMode¶
- class unreal.BoneTranslationRetargetingMode¶
Bases:
EnumBaseBone translation retargeting mode.
C++ Source:
Module: Engine
File: Skeleton.h
- ANIMATION: BoneTranslationRetargetingMode = Ellipsis¶
Use translation from animation data.
- Type:
0
- ANIMATION_RELATIVE: BoneTranslationRetargetingMode = Ellipsis¶
Use Translation from animation, but also play the difference from retargeting pose as an additive.
- Type:
3
- ANIMATION_SCALED: BoneTranslationRetargetingMode = Ellipsis¶
Use Translation from animation, but scale length by Skeleton’s proportions.
- Type:
2
- ORIENT_AND_SCALE: BoneTranslationRetargetingMode = Ellipsis¶
Apply delta orientation and scale from ref pose
- Type:
4
- SKELETON: BoneTranslationRetargetingMode = Ellipsis¶
Use fixed translation from Skeleton.
- Type:
1