Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-24 08:26:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-24 08:26:07 +0300
commit3d3a91103b4fb2abe8f785421dabc71cee8bd900 (patch)
tree53c76a9f0a9c4021ac530e970d42e5b633005359 /doc
parentbb19d96bc5afa1b17520c49fb78e4410569966d1 (diff)
Doc: remove MeshTessFace reference
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_gotcha.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst
index 983ce764229..55898845f3e 100644
--- a/doc/python_api/rst/info_gotcha.rst
+++ b/doc/python_api/rst/info_gotcha.rst
@@ -205,15 +205,15 @@ Support Overview
* - Usage
- :class:`bpy.types.MeshPolygon`
- - :class:`bpy.types.MeshTessFace`
+ - :class:`bpy.types.MeshLoopTriangle`
- :class:`bmesh.types.BMFace`
* - Import/Create
- Poor *(inflexible)*
- - Good *(supported as upgrade path)*
+ - Unusable *(read-only)*.
- Best
* - Manipulate
- Poor *(inflexible)*
- - Poor *(loses ngons)*
+ - Unusable *(read-only)*.
- Best
* - Export/Output
- Good *(ngon support)*