Cleanup: API naming use BKE_undo_ prefix

This commit is contained in:
Campbell Barton
2015-04-18 15:41:12 +02:00
parent 38bea4e86c
commit 252b0cf5d2
14 changed files with 72 additions and 66 deletions

View File

@@ -1369,8 +1369,8 @@ static int load_file(int UNUSED(argc), const char **argv, void *data)
BLI_callback_exec(CTX_data_main(C), NULL, BLI_CB_EVT_LOAD_POST);
/* happens for the UI on file reading too (huh? (ton))*/
// XXX BKE_reset_undo();
// BKE_write_undo("original"); /* save current state */
// XXX BKE_undo_reset();
// BKE_undo_write("original"); /* save current state */
}
else {
/* we are not running in background mode here, but start blender in UI mode with