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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-29 00:26:39 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-29 00:26:39 +0300
commitaa8b917587754abdc3d9634c83199cecf4d36cc5 (patch)
tree7062c18d36617a71b2380faff48c2b62f78322d1 /source/blender/src/retopo.c
parentcd2e2d231fe852dc8e066e07b754353678812441 (diff)
== Retopo ==
Added a missing undo push for CKEY in retopo paint.
Diffstat (limited to 'source/blender/src/retopo.c')
-rw-r--r--source/blender/src/retopo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/retopo.c b/source/blender/src/retopo.c
index 251d0502d2f..619f4ac6138 100644
--- a/source/blender/src/retopo.c
+++ b/source/blender/src/retopo.c
@@ -550,6 +550,7 @@ char retopo_paint(const unsigned short event)
break;
case CKEY:
retopo_paint_toggle_cyclic(rpd->lines.last);
+ BIF_undo_push("Retopo toggle cyclic");
allqueue(REDRAWVIEW3D, 0);
break;
case EKEY: