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-02 23:33:11 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-02 23:33:11 +0300
commitd813fb3da811d391b6b568fb077b2f3e538ce4db (patch)
tree7132de3f0750afb10180782957093fc74e586ec2 /source/blender/src/editmesh_add.c
parent09014382151d518d724e86944829efa7f2c3f308 (diff)
Added undo push for retopo all.
Diffstat (limited to 'source/blender/src/editmesh_add.c')
-rw-r--r--source/blender/src/editmesh_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_add.c b/source/blender/src/editmesh_add.c
index dbd10dd71e4..596f839c1a4 100644
--- a/source/blender/src/editmesh_add.c
+++ b/source/blender/src/editmesh_add.c
@@ -242,7 +242,7 @@ void add_click_mesh(void)
eve->f= SELECT;
}
- retopo_do_all(NULL, NULL);
+ retopo_do_all();
countall();