-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix issue with scene loading in External Beam Planning
Empty output total dose volume was created on setting the plan. This resulted in an invalid scene if was saved before dose calculation, which in turn resulted using a random volume node instead of the empty dose volume when calculating dose after loading that scene. Now the output total dose can be set to None (the combobox will say 'Create new output dose volume') and the volume is only created when clicking the Calculate dose button. Re #73
Showing
2 changed files
with
78 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters