Motion Capture Cleanup Tool (IMT&S)


Team
Menno Stienstra

Type
Unreal Engine Tool

Date
October 2024

Learned
C++, Unreal Sequencer, Unreal Editor Widgets

Overview
Motion Capture Cleanup Tool is a Unreal Engine 5 tool made to speedup the process of cleaning up motion capture by removing unneeded nodes in the control rig.
The tool removes 97% of keys from the animation, and saves a lot of time that can be used on other parts of the cleanup.
What Learned
For this tool I have learned a couple of things. Firstly I had to learn how to use C++ in connection with the Unreal Engine to create the tool. I also had to learn how to make editor widgets inside of the Unreal Engine to make it easier for designers to use.


Where to Find
As this tool is currently used for a specific project, it’s not uploaded anywhere yet.