Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	utils/csg_geom.py
  • Loading branch information
zeffii committed Mar 12, 2015
2 parents 1d87e0a + 9170d5a commit c7668bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/csg_geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def __init__(self, vertices, shared=None):
self.vertices = list(vertices)
self.shared = shared
self.plane = CSGPlane.fromPoints(
self.vertices[0].pos,
self.vertices[1].pos,
self.vertices[0].pos,
self.vertices[1].pos,
self.vertices[2].pos)

def clone(self):
Expand Down Expand Up @@ -329,8 +329,6 @@ def allPolygons(self):

def build(self, polygons):
if isinstance(polygons, map):
# if not len(list(polygons)):
# return
polygons = list(polygons)
if not len(polygons):
return
Expand Down

0 comments on commit c7668bd

Please sign in to comment.