Extensions:2.6/Py/Scripts/Mesh/Face Info Select
< Extensions:2.6 | Py | Scripts | Mesh
UI location | Properties tab: Object data > Face info / select | ||
---|---|---|---|
Usage | Select mesh object and see Object data tab for face info, use operators to select by type (tris, quads, ngons) | ||
Version | 0.0.3 | Author(s) | CoDEmanX |
Blender | 2.63 | License | GPL |
Category | Mesh | Distribution | SVN (addons_contrib) |
File name | mesh_face_info_select.py |
---|---|
Current version download | https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/mesh_face_info_select.py |
Release Log | not yet |
---|---|
Known Issues | Not updating while editing in edit-mode |
Usage
- Activate addon in user preferences
- Select a mesh object
- Go to Object data tab in properties editor
- Scroll down to Face Info / Select panel
- Face info shows (updated in object mode only)
- Click operator buttons to select faces by type (Ngons, Quads, Tris). Will switch to edit-mode, clear selection and select faces in face-select mode.
Limitations
- Does not update face info while in edit-mode. Toggle to object mode to see updated info.
Todo
- Shall be merged with similar addons, like Mesh Lint.