From f27bee3d2192000feeb6b7ae4a8abe23c072caef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Aug 2009 19:28:28 +0000 Subject: [PATCH] had support for single triangular brush commented when it works ok. thanks to j michaelson for pointing out. --- release/scripts/export_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/export_map.py b/release/scripts/export_map.py index aca02288c7a..2262ae3b89b 100644 --- a/release/scripts/export_map.py +++ b/release/scripts/export_map.py @@ -197,7 +197,7 @@ def is_tricyl_facegroup(faces): is the face group a tri cylinder Returens a bool, true if the faces make an extruded tri solid ''' - return False + # cube must have 5 faces if len(faces) != 5: print '1'