Selects all vertices connected to the active one that are at the same Z height (within tolerance)

edited July 8 in General

Small plugin to selects all vertices connected to the active one that are at the same Z height (within tolerance)

https://hub.openingdesign.com/OpeningDesign/Utility_Apps/src/commit/54d824cb7d89f9dc344c88d58e3e17bf44581296/Blender/addons/select_connected_same_z/init.py

bl_info = {
    "name": "Select Connected Verts at Same Z (with UI)",
    "author": "OpenAI / ChatGPT",
    "version": (1, 1),
    "blender": (2, 80, 0),
    "location": "3D View > N Panel > Z Tools > Connected Z Select",
    "description": "Selects all vertices connected to the active one that are at the same Z height (within tolerance)",
    "category": "Mesh",
}
steverugiwalpazoomer
Sign In or Register to comment.