Removed errors from unimplemented status functions

Updated shader management console trace messages
Renamed document rebuild function to reopen

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-08-13 00:19:43 -05:00
parent 7172c3231e
commit 364ac51502
7 changed files with 13 additions and 18 deletions
@@ -182,7 +182,7 @@ namespace MaterialEditor
return true;
}
bool MaterialDocument::Rebuild()
bool MaterialDocument::Reopen()
{
// Store history and property changes that should be reapplied after reload
auto undoHistoryToRestore = m_undoHistory;