Skip to content

BUG: fix volume property file extensions for saving

When fixing the repeated file extensions problem, the volume property files were missed. The problem came up when loading in a volume property file via add data (rather than a scene file) then trying to save it again. The node was named with the .vp file extension and then the file name was adjusted to add another .vp to the end. This fix changes the the name of the node to exclude the extension so it will save correctly.

Added testing for the AddVolumePropertyFromFile method and added some checks to it for missing scene and file names. Added the supported write types as well.

Issue #3956

Merge request reports