Skip to content

Commit

Permalink
fix(folder): Rename state identifier of static apertures
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jul 27, 2022
1 parent 37c5ddc commit 05b0ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybee_radiance_folder/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def octree_scene_mapping(self, exclude_static=True, phase=2):
two_phase.append(
{
'light_path': '__static_apertures__',
'identifier': '__static_apertures__',
'identifier': 'default',
'scene_files': scene_files,
'scene_files_direct': scene_files_direct
}
Expand Down

0 comments on commit 05b0ae3

Please sign in to comment.