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:
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index abb7578ec68..15a6fe1d420 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -285,6 +285,7 @@ void persptoetsen(unsigned short event)
void setcameratoview3d(void); // view.c
setcameratoview3d();
DAG_object_flush_update(G.scene, G.scene->camera, OB_RECALC_OB);
+ BIF_undo_push("View to Camera position");
allqueue(REDRAWVIEW3D, 0);
}
}