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>2006-12-31 13:51:21 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-31 13:51:21 +0300
commit9903c78c12d20825d86e54e4cda18104596a0fa3 (patch)
tree73438a412d412432925ef7933c6562e2a67f9fc9 /source/blender/include/editmesh.h
parentc101ee5d22e38f505535b12484e8c5e8f22e4bd2 (diff)
Prevent user from applying editmode operations that will be ignored by multires.
Diffstat (limited to 'source/blender/include/editmesh.h')
-rw-r--r--source/blender/include/editmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/editmesh.h b/source/blender/include/editmesh.h
index 0dde2b2f695..36007252a26 100644
--- a/source/blender/include/editmesh.h
+++ b/source/blender/include/editmesh.h
@@ -106,6 +106,7 @@ extern EditVert *findnearestvert(int *dist, short sel, short strict);
/* multires.c */
int multires_test();
+int multires_level1_test();
#endif