unreal.PinBoneTranslationMode¶
- class unreal.PinBoneTranslationMode¶
Bases:
EnumBaseEPin Bone Translation Mode
C++ Source:
Plugin: IKRig
Module: IKRig
File: PinBoneOp.h
- COPY_GLOBAL_POSITION: PinBoneTranslationMode = Ellipsis¶
Copy the global position of BoneToCopyFrom
- Type:
0
- COPY_GLOBAL_POSITION_AND_MAINTAIN_OFFSET: PinBoneTranslationMode = Ellipsis¶
Copy the global position of BoneToCopyFrom, and add the local offset between BoneToCopyFrom and BoneToCopyTo in the reference pose
- Type:
4
- COPY_LOCAL_POSITION: PinBoneTranslationMode = Ellipsis¶
Copy the local translation (relative to parent), in global space, from BoneToCopyFrom to BoneToCopyTo
- Type:
1
- COPY_LOCAL_POSITION_RELATIVE_OFFSET: PinBoneTranslationMode = Ellipsis¶
Copy the local translation, in global space, from BoneToCopyFrom to BoneToCopyTo and add the difference in lengths in the reference pose
- Type:
2
- COPY_LOCAL_POSITION_RELATIVE_SCALED: PinBoneTranslationMode = Ellipsis¶
Copy the local translation, in global space, from BoneToCopyFrom to BoneToCopyTo and scale by the relative lengths in the reference pose
- Type:
3