From 09b1c681e16575ee82bcc3949728189cb968d927 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 22 Mar 2010 11:59:36 +0000 Subject: 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. --- source/blender/makesdna/DNA_screen_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/makesdna') 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 -- cgit v1.2.3