Blender Selection Buffer

Hi,

I’ve released an addon called KTX_Selectbuffer.py

It allows you to select faces/edges/verts, store them into a buffer, select other faces/edges/verts and do a boolean on the selection

Example:
Select all faces with a particular area
Put that selection in the buffer
Select all faces with similar perimeter
Subtract that selection from the buffered selection

Find it on:

Cheers,
Roel

why is this main post not showing?

Looks like the first post got mangled during an edit. This was the author’s post:

I’ve released an addon called KTX_Selectbuffer.py

It allows you to select faces/edges/verts, store them into a buffer, select other faces/edges/verts and do a boolean on the selection

Example:

  • Select all faces with a particular area
  • Put that selection in the buffer
  • Select all faces with similar perimeter

Find it on:
https://github.com/kostex/blenderscripts

For those interested, I’ve created a small Youtube clip as well…

This addon has now been added to the default available addons when you download blender (daily and future release versions)
No need to download it anymore.
How about that!