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/include/multires.h
parentb5acfe3eb08e5e78fc7501adeec2e5557d3fd842 (diff)
Modified weightpaint to prevent user from editing multires weights except on level 1.
Diffstat (limited to 'source/blender/include/multires.h')
-rw-r--r--source/blender/include/multires.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/multires.h b/source/blender/include/multires.h
index 55e98f169d2..7efae2ed9a1 100644
--- a/source/blender/include/multires.h
+++ b/source/blender/include/multires.h
@@ -38,6 +38,10 @@ struct MultiresLevel;
struct Multires;
struct uiBlock;
+/* For canceling operations that don't work with multires on or on a non-base level */
+int multires_test();
+int multires_level1_test();
+
void multires_draw_interface(struct uiBlock *block, unsigned short cx, unsigned short cy);
void multires_disp_map(void *, void*);