This Blender addon is intended to accelerate the creation of measures for an Avatar.
- Circular measures using bisection
- Connected multi-segment polilines using geodesic paths
Install the following tools:
- Blender 2.92 Other versions won't work
- Visual Studio Code
- Python for Visual Studio Code
- Blender Development
Follow the instructions of the Blender Development plugin setup to connect to your instance of Blender.
If you simply want to test how the addon works, get the latest version of the addon from the releases page.
Remember, only Blender 2.92 works with this plugin
Inside Blender go to: Edit > Preferences
, go the the Add-ons
section in the left menu, hit the Install...
button and select the file you donwloaded.
Now at the top of the section in the search box if you type Measures
the plugin should appear.
Once the plugin is installed you'll see an "Install dependencies" button at the bottom. This addon uses dependencies not included with the standard built in set of libraries. That button automates that process. Make sure you run with elevated privileges before attempting the install. Once successful the button will be greyed out.
You can install different versions of the plugin and activate the one you want to try.