GitHub - SBCV/Blender-Matrix-World-Addon: This Blender addon allows to set and apply matrix world transformations to objects using Blender's GUI (original) (raw)

Blender-Matrix-World-Addon

This Blender add-on allows to set and apply matrix world transformations to objects using Blender's GUI

Overview

The matrix is stored inside Blender's text editor (which can be used to edit the matrix)

Functionality

Installation

Option 1: Download the zip file (Blender-Matrix-World-Addon-master.zip) and install it using Blender's "Install Add-on from File..." option.

Option 2: Clone the add-on with

git clone https://github.com/SBCV/Blender-Matrix-World-Addon.git

and compress the matrix_world folder to a zip archive (for example by running create_blender_addon_zip.sh).

The final structure must look as follows:

matrix_world.zip
└─── matrix_world
    └─── operators
    └─── __init__.py

Use Blender's "Install Add-on from File..." option to install the add-on.

alt text