dest1yo / MDA

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 93.1%Language:C# 6.9%