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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-22 14:59:36 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-22 14:59:36 +0300
commit09b1c681e16575ee82bcc3949728189cb968d927 (patch)
tree1d16d380f47a8932e59f2aab94d3dda448291e13 /source/blender/makesdna
parent1e9bf0cfdb6c925b28af6f0330467e7d9d798c05 (diff)
Sculpt Mode Bugfixes:
* #20833: layer brush doesn't work with multires. * #20946: sculpt mode partially removes parts of the mesh in the viewport. * #20420: grab brush stops after moving some distance. * #20906: sculpt grab tool moves in wrong direction. * #21132 and #21272: undo on object with subdivision surface modifier crashes. * #21115: subsurf + multires + sculpting + undo causes crash. * #20683: sculpt + multires apply + undo crash. * #19094: wrong outline in solid mode.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index ce165c0bac8..6d73c261f23 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -244,5 +244,9 @@ enum {
#define RGN_FLAG_HIDDEN 1
#define RGN_FLAG_TOO_SMALL 2
+/* region do_draw */
+#define RGN_DRAW 1
+#define RGN_DRAW_PARTIAL 2
+
#endif