Skip to content
/ MDA Public

A plugin of Unreal Engine that provides an animation blueprint node for using additive animations.

License

Notifications You must be signed in to change notification settings

dest1yo/MDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDA

What's this

MDA is a plugin of Unreal Engine that provides an animation blueprint node for using additive animations.

node_preview

What's special

As described in the label of Mode, it is suitable for the additive animations from Call of Duty titles.

Mode

  • Add
    Location: BasePose + AdditivePose
    Rotation: BasePose * AdditivePose

  • Subtract
    Location: BasePose - AdditivePose
    Rotation: BasePose / AdditivePose

  • CoD Add
    Location: BasePose + AdditivePose - ReferencePose
    Rotation: BasePose * AdditivePose

How to use

  • Create new nodes:
    Search for MDA in Animation Blueprint.
    create_new_nodes

  • Change the modes of layers:
    Options of the modes can be found in the node details panel.
    node_settings

  • Add new layer pins:
    Click the button named Add pin of the node.
    add_new_pins

  • Remove layer pins:
    Right-click the layer pin and click the Remove button.
    remove_pins

About

A plugin of Unreal Engine that provides an animation blueprint node for using additive animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published