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-10 09:43:03 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-10 09:43:03 +0300
commit0e27b11f6e422b6f444022c82fc2ed43326b4791 (patch)
tree04004afce54c85521f2d493f7d401e9a7a21f563 /source/blender/src/editmesh_tools.c
parentb5acfe3eb08e5e78fc7501adeec2e5557d3fd842 (diff)
Modified weightpaint to prevent user from editing multires weights except on level 1.
Diffstat (limited to 'source/blender/src/editmesh_tools.c')
-rw-r--r--source/blender/src/editmesh_tools.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index 3f0df4f2155..0f4c2ff1498 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -100,8 +100,9 @@ editmesh_tool.c: UI called tools for editmesh, geometry changes here, otherwise
#include "BSE_view.h"
#include "BSE_edit.h"
-#include "mydevice.h"
#include "blendef.h"
+#include "multires.h"
+#include "mydevice.h"
#include "editmesh.h"