Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-04-18 16:41:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-18 19:25:07 +0300
commit252b0cf5d28c5ce6397a64cb4bb399a6c5a438fa (patch)
tree17892fee417a6e2d9efc78eccdb3d8aec7170e64 /source/creator
parent38bea4e86c90c514d345f34f865da831e6d2f83f (diff)
Cleanup: API naming use BKE_undo_ prefix
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 5b4f828842e..440710f0572 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -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