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/include/BIF_retopo.h
parent09014382151d518d724e86944829efa7f2c3f308 (diff)
Added undo push for retopo all.
Diffstat (limited to 'source/blender/include/BIF_retopo.h')
-rw-r--r--source/blender/include/BIF_retopo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/include/BIF_retopo.h b/source/blender/include/BIF_retopo.h
index f304b554500..8a071f704c2 100644
--- a/source/blender/include/BIF_retopo.h
+++ b/source/blender/include/BIF_retopo.h
@@ -98,7 +98,8 @@ RetopoPaintData *retopo_paint_data_copy(RetopoPaintData *rpd);
void retopo_toggle(void*,void*);
void retopo_do_vert(struct View3D *v3d, float *v);
-void retopo_do_all(void*,void*);
+void retopo_do_all();
+void retopo_do_all_cb(void *, void *);
void retopo_queue_updates(struct View3D *v3d);
void retopo_matrix_update(struct View3D *v3d);