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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-15 08:34:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-15 08:34:14 +0400
commitbe71c46b24179ae1de3cecbca6b546a61888a581 (patch)
tree3e990785c5099cf2759bd66f7aa07a700e4fee4a /source/blender/bmesh
parent8cca2fec82381144eebb6ab98fff17fc84452bce (diff)
code cleanup: minor BMESH_TODO's, some were left in even though they were done/invalid.
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/intern/bmesh_polygon.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/bmesh/intern/bmesh_polygon.c b/source/blender/bmesh/intern/bmesh_polygon.c
index 525dd5b1f9c..0886edc5b85 100644
--- a/source/blender/bmesh/intern/bmesh_polygon.c
+++ b/source/blender/bmesh/intern/bmesh_polygon.c
@@ -26,13 +26,6 @@
* This file contains code for dealing
* with polygons (normal/area calculation,
* tessellation, etc)
- *
- * BMESH_TODO:
- * - Add in Tessellator frontend that creates
- * BMTriangles from copied faces
- *
- * - Add in Function that checks for and flags
- * degenerate faces.
*/
#include "DNA_listBase.h"