freemocap / freemocap_blender_addon

Add-on to adapt the Freemocap Blender output. It can adjust the ### empties position, add a rig and a body mesh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Logo

FreeMoCap Blender Addon

DOI-via-Zenodo.org https://img.shields.io/badge/code%20style-black-000000.svg Latest Release AGPLv3 Contributions Welcome https://img.shields.io/badge/code%20style-black-000000.svg Discord Community Server

This is a Blender add-on for loading and visualizing the output of the freemocap software.

The core functionality is run automatically at the end of a standard freemocap recording session, but this add-on allows for manual loading and visualization of the pre-processed freemocap recording data in Blender.

image

Installation

  • Download the freemocap_blender_addon.zip (from the latest release)
  • Open Blender
  • Edit > Preferences > Add-ons > Install...
  • Select the freemocap_blender_addon.zip (likely from your Downloads/ folder)
  • Verify installation by searching freemocap in the addon tab and ensuring the box next to freemocap_blender_addon is checked

Usage

NOTE - We strongly recommend activating your System Console before running this addon, as it will show oodles of valuable information about the underlying process. On Windows, you can toggle this console on from the Window menu in a running instance of Blender. On Mac/Linux, you must launch blender from a Terminal by typing blender into a terminal after install.

Pre-requisites - Data!

You must have should have a freemocap recording folder on your computer somewhere

If you are processing something from the freemocap software, it will probably in in [path_to_your_user_folder]/freemocap_data/recording_sessions/[recording_name]

If you have downloaded the test or sample data in the freemocap software (in the Data menu bar dropdown), the addon should detect that automatically and set that path as the default.

You can manually download the sample/test data here:

Running the skeleton building pipeline

  1. In the 3D viewport window, press n to show the sidebar
  2. Select the 💀FreeMoCap tab
  3. Set the path to the FreeMoCap recording you want to load (path should point to the directory that contains the output_data/ and annotated_videos/ folders)
  4. Press the RUN_ALL (keep an eye on the terminal window for useful output)

💀✨ Time for skeletons \o/

If all went well, there should now be a friendly spooky skeleton in your scene along with the annotated images-as-planes, and a new .blend file saved to the specified recording folder named [recording_folder_name].blend (i.e. the same way it comes out of a standard freemocap recording session)


Considerations:

  • The rig has a TPose as rest pose for easier retargeting.
  • For best results, your recording should include a few seconds where the particapant is standing still with their feet clearly visible flat on the ground.
  • If the data comes out rotated relative to gravity, it can be globally manipulated using the parent empty object (usually named [recording_name]_parent_empty) in the scene.
  • This is a Work-In-Progress with significant refactors/overhauls planned for the near future. You will always be able to re-process old freemocap recordings using new versions of software, but things like naming conventions, armature configuration, etc may change without notice! Save your work often and back up your data often :D

Special Thanks

Special thanks to @ajc27-git for the original work developing this addon and supporting the freemocap community! Check out their work at: https://www.youtube.com/@fluxrenders

Join the FreeMoCap Discord Community for support, feedback, and collaboration!

Click this link to join the our community Discord server - https://discord.gg/XpRQJnqZxf

About

Add-on to adapt the Freemocap Blender output. It can adjust the ### empties position, add a rig and a body mesh.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%