Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Find out how to Install and setup the Blender plugin for REDkit.

The Blender Plugin is located here: your drive:\REDkit 3 folder\bin\tools\BlenderPlugin\ and the Python code is located in the same directory.


Installation

Open Blender. Open Preferences (from the Edit menu).

While in Preferences, open the Add-ons tab and press 2024-05-15_13-36.png.

Browse for the blender_re_animations_plugin.zip plugin.

As we mentioned, you can find it here: your drive:\REDkit 3 folder\bin\tools\BlenderPlugin\.

The Plugin on the first run should install all the dependencies automatically.

A script responsible for this can be found in the install_dependecies.py file. In case of a ModuleNotFoundError, please try to restart Blender.

Expand
titleOptional: Manual installation of dependencies

If the install_dependecies.py script did not install the dependencies automatically for some reason, then you need to install the dependencies manually.

The most important dependencies for the Python plugin can be installed with these commands:

Code Block
<Blender's python.exe> -m pip install h5py
<Blender's python.exe> -m pip install numpy
Info

Blender has its own python exe instance with custom dependencies, and it is usually located in: <Blender root location>\python\bin\python.exe


Plugin Preferences

After installing the plugin, you will notice in the preferences that it now allows for a new context menu item: Show adding animation on current animation context menu element - which is used to add a new animation on top of the current animation.

It is disallowed by default, but can be helpful in some cases to speed up your work.