Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@philipqueen philipqueen released this 30 Apr 02:12
· 5 commits to main since this release

FreeMoCap 1.2.0

FreeMoCap 1.2.0 is a minor release with major impacts, including new features, workflow upgrades, and bug fixes. Below is a list of our new features:

Highlights

  • freemocap_data folder is now configurable: You can set any folder location to use as your freemocap_data folder, and it will be remembered across sessions
  • Blender executable path is remembered across sessions: Once you set a Blender executable path, it will now be remembered across sessions. If the automatic finder doesn't work, you will only need to manually find the path once, instead of having to reset it every session.
  • Deprecated legacy Blender export methods: We have deprecated the "alpha megascript" blender methods, so the "ajc27_freemocap_blender_addon" is now the only option.
  • Enable Rigify automatically: Now rigify is enabled automatically during the Blender export, removing a confusing barrier for first time users.
  • Improved sample data calibration: We have updated the calibration file for both the sample and test data, so the output is higher quality.
  • Expose YOLO crop parameters: Users can now set parameters for the YOLO crop preprocessing step, allowing for finer grained control of preprocessing.

Full Changelog

Detailed Changelog: https://github.com/freemocap/freemocap/compare/v1.1.1...v1.2.0

Updating with Pip

To update the installation with pip, run pip install freemocap --upgrade.

Installing with Dedicated Installer

  • We are trying out PyApp as a method to create a non-CLI based installer
  • Please note that this is our first time bundling installers, so there will likely be issues when trying to install and run them. You can always download FreeMoCap from PyPI following our installation instructions. Some general and platform-specific notes about the installers are listed below:

‼️General Notes Before Using the Installer Executable:

  • This is not an endgame solution, but it should be functional enough for the time being
  • The first time you open the [PyApp](executable, it will install the necessary environment to run FreeMoCap.
  • This means that an internet connection is required the first time you open FreeMoCap with the executable, but from then on, you can run it without internet connection.
  • Please note that the installation process will require roughly 3GB of available space
  • NOTE: This will take roughly 5-10 mins to install with no indication of installation. Please wait patiently :)
  • As the installers are still experimental they will likely be flagged by your OS security settings

Platform-Specific Notes:

  • Windows:
    The FreeMoCap installers do not work on Windows 11 yet. We're currently working towards getting the software approved by Windows as virus free, but it will take some time.

  • Mac:
    The single installer should work on both Intel and Apple Silicon Macs.
    To run the app, you will need to open the zip file and you will see the app, which you can drag to the Applications folder. The first time you open the app, it will tell you it is from an unidentified developer and ask if you would like to move it to the trash. Close out of that window, right click the app, click Open, and choose to open the file. Once you have done this once, you can open the app as normal in the future. For more information, see the official Apple documentation.

Deleting your FreeMoCap download, if necessary

To delete a version of FreeMoCap downloaded through an installer, you must delete both the executable/app file, and the PyApp file found in the path below. You can either delete the entire freemocap folder, or specific versions inside the folder.

Platform Path
macOS ~/Library/Application Support/pyapp
Windows %USERPROFILE%\AppData\Local\pyapp
Unix $XDG_DATA_HOME/pyapp (the XDG_DATA_HOME environment variable default is ~/.local/share)