Import 2017-06-07 23:51:09: master bed28d5a

Author Committer Branch Timestamp Parent
naucoin naucoin master 2015-07-07 13:54:45 master b29d28c9
Affected Issues 0003956: Repeated saves of MRBs cause corruption
Changeset

BUG: after MRB save, reset storables to modified

When saving files into an MRB, the storable nodes are
marked as not modified since the last save. This is a problem
when new data was generated (for example via model maker) and
the new files were only saved in the now deleted MRB directory.
Reset all the storable nodes to modified since reads so that
saving the scene as a .mrml file and data files will succeed.
Will not affect multiple MRB savings.

Issue 0003956

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24396 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/Data/qSlicerSceneWriter.cxx Diff File