[Bf-blender-cvs] [3d3a91103b4] master: Doc: remove MeshTessFace reference

Campbell Barton noreply at git.blender.org
Tue Mar 24 06:26:31 CET 2020


Commit: 3d3a91103b4fb2abe8f785421dabc71cee8bd900
Author: Campbell Barton
Date:   Tue Mar 24 16:26:07 2020 +1100
Branches: master
https://developer.blender.org/rB3d3a91103b4fb2abe8f785421dabc71cee8bd900

Doc: remove MeshTessFace reference

===================================================================

M	doc/python_api/rst/info_gotcha.rst

===================================================================

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)*



More information about the Bf-blender-cvs mailing list