Skip to content

move-ai/BlenderAddon

Repository files navigation

MOVE AI FBX IMPORTER

This is a Blender addon that allows you to import your motion captures generated by Move AI.

Features

  • Download and import .fbx files directly into Blender using a one-time code generated by the Move One app.
  • Error handling for invalid or expired codes.

Installation

  1. Download the move_ai_fbx_importer.zip file from https://github.com/move-ai/BlenderAddon/releases
  2. Open Blender and go to Edit > Preferences > Add-ons > Install....
  3. Navigate to the downloaded zip file and click Install Add-on.

Usage

  1. Open the Move AI iOS app and generate a code for the .fbx file you want to import.
  2. In Blender, go to the 3D Viewport and open the sidebar (press N if it's not visible).
  3. Under the Move AI tab, enter the generated code in the Code field.
  4. Click Download Animation. The download progress will be indicated below the button.

Requirements

  • Blender version 2.80 or later.
  • Internet connection to download the .fbx files.

Limitations

  • Currently, only .fbx files are supported. Other file types will raise an error.
  • The one-time code is validated for length (8 characters) and numeric content. Any deviation will result in an error.

Support

For any issues or suggestions, please open an issue on the GitHub repository.

License

This project is licensed under the terms of the MIT license.

Development

Setup

  1. Clone the repository.
  2. Use poetry to install the dependencies: poetry install.

Versioning

This project uses Semantic Versioning. The version is stored in the pyproject.toml file.

The version is not automatically updated. It should be updated manually before creating a new release.