|
|
@ -20,6 +20,9 @@ CSMDoc::Saving::Saving (Document& document, const boost::filesystem::path& proje
|
|
|
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Filter> > (
|
|
|
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Filter> > (
|
|
|
|
mDocument.getData().getFilters(), mState, CSMWorld::Scope_Project));
|
|
|
|
mDocument.getData().getFilters(), mState, CSMWorld::Scope_Project));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::DebugProfile> > (
|
|
|
|
|
|
|
|
mDocument.getData().getDebugProfiles(), mState, CSMWorld::Scope_Project));
|
|
|
|
|
|
|
|
|
|
|
|
appendStage (new CloseSaveStage (mState));
|
|
|
|
appendStage (new CloseSaveStage (mState));
|
|
|
|
|
|
|
|
|
|
|
|
// save content file
|
|
|
|
// save content file
|
|
|
|