had support for single triangular brush commented when it works ok.

thanks to j michaelson for pointing out.
This commit is contained in:
2009-08-15 19:28:28 +00:00
parent e7c53e20a1
commit f27bee3d21

View File

@@ -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'