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
- Loading Matrices
- Storing Matrices
- Getting transformation matrix of selected object
- Getting camera matrix of selected camera
- Inverting the editor matrix
- Multiplying editor matrix with transformation matrix of selected object (allows to combine transformations)
- Setting the matrix in the editor to the selected object
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.