From 9903c78c12d20825d86e54e4cda18104596a0fa3 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 31 Dec 2006 10:51:21 +0000 Subject: Prevent user from applying editmode operations that will be ignored by multires. --- source/blender/include/editmesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/editmesh.h') 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 -- cgit v1.2.3