Plane fit add-on tested with Blender 4.4


In an ongoing effort to check if any of my old add-ons still work on Blender 4.4, I just tested planefit.py.


It works without any change, so I simply committed it with a comment.

The add-on is available from my GitHub repository and you can read more on it in this article.


Basket arch add-on tested with Blender 4.4

Just a short public service announcement: I tested the basket_arch.py add-on on Blender 4.4 and it just works 😀


The add-on creates a simple three-centered arch, a little bit more on it can be found here, and details in this Wikipedia article.

The code is available in this Github repository.

Edgemap select add-on

I find it occasionally useful to have the option to manage collections of selected edges, so I basically copied the functionality of the Facemap select add-on and changed it to work on edges instead of faces.


The add-on can be downloaded from Github. Simply click on the "download raw file" button (near the top right) and then install the file as an add-on in the usual manner. The panel with the edge map functionality can then be found in the Mesh properties (the operators themselves are only active in edit mode).