Skip to content

Commit

Permalink
Realized It's Better to Leave This Out
Browse files Browse the repository at this point in the history
It only fixed one rare case and it seems to create a lot more problems
than it fixes.
  • Loading branch information
chriswmackey committed Aug 9, 2016
1 parent ce39285 commit d34f5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Honeybee_Honeybee.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

ghenv.Component.Name = "Honeybee_Honeybee"
ghenv.Component.NickName = 'Honeybee'
ghenv.Component.Message = 'VER 0.0.59\nAUG_07_2016'
ghenv.Component.Message = 'VER 0.0.59\nAUG_09_2016'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.icon
ghenv.Component.Category = "Honeybee"
ghenv.Component.SubCategory = "00 | Honeybee"
Expand Down Expand Up @@ -4862,9 +4862,6 @@ def __init__(self, zoneBrep, zoneID, zoneName, program = [None, None], isConditi
planarTrigger = self.checkZoneNormalsDir()
except Exception, e:
print 'Checking normal directions failed:\n' + `e`
MP3D = rc.Geometry.AreaMassProperties.Compute(self.geometry)
self.cenPt = MP3D.Centroid
MP3D.Dispose()

# Zone Program
self.bldgProgram = program[0]
Expand Down
Binary file modified userObjects/Honeybee_Honeybee.ghuser
Binary file not shown.

0 comments on commit d34f5e2

Please sign in to comment.