From 3ec93e8c35030b97a5faf654ca5ccc003f1e724b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 22 Aug 2012 15:04:11 +0000 Subject: doc type correction --- doc/python_api/rst/info_gotcha.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst index eb312799b41..1d561216b52 100644 --- a/doc/python_api/rst/info_gotcha.rst +++ b/doc/python_api/rst/info_gotcha.rst @@ -137,11 +137,11 @@ For the time being this limitation just has to be worked around but we're aware NGons and Tessellation Faces ============================ -Since 2.63 NGons are supported, this adds some complexity since in some cases you need to access triangles still (some exporters for example). +Since 2.63 NGons are supported, this adds some complexity since in some cases you need to access triangles/quads still (some exporters for example). There are now 3 ways to access faces: -* :class:`bpy.types.MeshPolygon` - this is the data stricture which now stores faces in object mode (access as ``mesh.polygons`` rather then ``mesh.faces``). +* :class:`bpy.types.MeshPolygon` - this is the data structure which now stores faces in object mode (access as ``mesh.polygons`` rather then ``mesh.faces``). * :class:`bpy.types.MeshTessFace` - the result of triangulating (tessellated) polygons, the main method of face access in 2.62 or older (access as ``mesh.tessfaces``). * :class:`bmesh.types.BMFace` - the polygons as used in editmode. -- cgit v1.2.3