Skip to content

japuzen/bpy-SelectFacesByNormals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Select Connected Faces by Normals - Blender Addon

Installation

  1. Right click this link and click Save Link As to download the Python file.
  2. In Blender, go to Edit > Preferences.

  1. In Addons click Install and find the Select_Faces_by_Normals_Addon.py file.

Image of Full Pack

  1. Click the checkbox to the left of the addon to enable it.

Usage

  1. Select an object and go into Edit mode
  2. Select one or multiple faces
  3. Click the Select Connected Faces by Normals operator at the bottom of the Select dropdown menu. You can also use the Search function in Blender to find the operator (the default keybinding is F3).

  1. A menu panel will pop up on the bottom left corner of the 3D Viewport. You can use this to change the Angle Limit and Group Angle Limit.

Info

This add-on takes a face or faces on an object that were selected by a user and expands the selection to connected faces whose normal vectors meet a specified criteria. Connected faces who meet the critera set by the Angle Limit and Group Angle Limit are grouped together. A face is added to a group only if the following are true:

  1. It is connected to a face that is in the group
  2. The difference between the face's normal and the connected face's normal is less than the Angle Limit
  3. The difference between the face's normal and the group's total normal is less than the Group Angle Limit

I originally made this as a way to select flat surfaces in scan files. The angle limits can be adjusted depending on how noisy a surface is. A smoother surface would need smaller angle limits, and vice versa.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages