Extensions:2.6/Py/Scripts/Mesh/Face Info Select

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Mesh
2018年6月29日 (金) 05:49時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Face Info Select
Displays triangle, quad and ngon count of the active object. Allows to select faces by these types.
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)


Executable information
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

Mesh face info select.png
  • 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.