Doc: remove MeshTessFace reference

This commit is contained in:
Campbell Barton 2020-03-24 16:26:07 +11:00
parent bb19d96bc5
commit 3d3a91103b
1 changed files with 3 additions and 3 deletions

View File

@ -205,15 +205,15 @@ Support Overview
* - Usage * - Usage
- :class:`bpy.types.MeshPolygon` - :class:`bpy.types.MeshPolygon`
- :class:`bpy.types.MeshTessFace` - :class:`bpy.types.MeshLoopTriangle`
- :class:`bmesh.types.BMFace` - :class:`bmesh.types.BMFace`
* - Import/Create * - Import/Create
- Poor *(inflexible)* - Poor *(inflexible)*
- Good *(supported as upgrade path)* - Unusable *(read-only)*.
- Best - Best
* - Manipulate * - Manipulate
- Poor *(inflexible)* - Poor *(inflexible)*
- Poor *(loses ngons)* - Unusable *(read-only)*.
- Best - Best
* - Export/Output * - Export/Output
- Good *(ngon support)* - Good *(ngon support)*