Skip to content

Commit

Permalink
Fixed Bug in Radiation BakeIt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed May 2, 2017
1 parent 3cc2cdd commit 9abd3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ladybug_Radiation Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

ghenv.Component.Name = "Ladybug_Radiation Analysis"
ghenv.Component.NickName = 'radiationAnalysis'
ghenv.Component.Message = 'VER 0.0.64\nMAR_14_2017'
ghenv.Component.Message = 'VER 0.0.64\nMAY_02_2017'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = "Ladybug"
ghenv.Component.SubCategory = "3 | EnvironmentalAnalysis"
Expand Down Expand Up @@ -189,7 +189,7 @@ def resultVisualization(contextSrfs, analysisSrfs, results, totalResults, legend
legendText.append(titleStr)
textPt.append(titlebasePt)
# check the study type
newLayerIndex, l = lb_visualization.setupLayers(totalResults, 'LADYBUG', projectName,
newLayerIndex, l = lb_visualization.setupLayers(totalResults, 'LADYBUG', projectName_,
studyLayerName, checkTheName,
runOrientation, angle, l)
if bakeIt == 1: lb_visualization.bakeObjects(newLayerIndex, analysisSrfs, legendSrfs, legendText, textPt, textSize, legendFont, None, decimalPlaces, True)
Expand Down
Binary file modified userObjects/Ladybug_Radiation Analysis.ghuser
Binary file not shown.

0 comments on commit 9abd3e5

Please sign in to comment.