Commit Graph

5 Commits

Author SHA1 Message Date
Jurre deBaare
b24cfcfe77 Ported project specific scriptability UFunctions to Engine:
- SetPreviewSkeletalMesh to UAnimationAsset and UAnimBlueprint
- Functionality to retrieve UAnimationGraphs and UAnimationGraphNodes of a specific class from UAnimBlueprint and UAnimationGraph respectively
- Functionality for pose driver/asset scripting

#jira UE-117797
#rb Thomas.Sarkanen
#preflight 60d075e32ab218000115936a
#preflight 60d1a3eaa819040001397a52

[CL 16741838 by Jurre deBaare in ue5-main branch]
2021-06-22 08:24:00 -04:00
Jurre deBaare
c123e06c55 AnimationBlueprintLibrary::DoesBoneNameExistInternal logic incorrect
#jira UE-99277
#rb Martin.Wilson
#preflight 60cb797b9f12370001325339

[CL 16707254 by Jurre deBaare in ue5-main branch]
2021-06-17 14:01:50 -04:00
Jurre deBaare
839157c963 User is not prompted to confirm copying anim notifies when some notifies fall outside the range of the destination anim sequence
User is not prompted to delete preexisting anim notifies from destination anim sequence when copying anim notifies from another animation
#fix changed some behaviour around CopyAnimNotifies UFunction
    - Added bool flag allowing for deleting notifies when doing the copy
    - Added log warnings to CopyNotifies, and LogAnimation category to filter when applying Anim Modifiers
#jira UE-68827, UE-68828
#rb Thomas.Sarkanen

[CL 16671828 by Jurre deBaare in ue5-main branch]
2021-06-15 07:28:45 -04:00
Jurre deBaare
0f16db95fe Non-unity fixes
#rb trivial
#jira none
#preflight 609c2d4e987ba00001fdbd2b

[CL 16305938 by Jurre deBaare in ue5-main branch]
2021-05-12 16:47:58 -04:00
Jurre deBaare
a1f73dae73 - Move AnimBlueprintLibrary to its own Module (out of AnimModifiers)
- Added FAnimPose, a script-friendly helper structure to generate/read/write evaluated anim poses
- Added API to populate AnimPose from AnimationSequenceBase, USkeleton (ref pose) and AnimBlueprint

#jira none
#rb Thomas.Sarkanen, Danny.Chapman
#preflight 609bb27f2032ee00016b253a

[CL 16297653 by Jurre deBaare in ue5-main branch]
2021-05-12 07:30:40 -04:00