From ba04e4bceb6e54bc55e1c9257ce3c5c4c2ce58f0 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 14 Nov 2006 18:13:34 +0000 Subject: New behaviour for SHIFT+O (set subsurf on/off) or CTRL+0/1/2/3/4 for level. - Now works on selection of Objects (as do allmost all hotkeys) - If multiple selected have different settings, it sets all the same - Also does subsurf settings within a dupli-group --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/toolbox.c') diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c index 70e5012b9c6..4ce4045a170 100644 --- a/source/blender/src/toolbox.c +++ b/source/blender/src/toolbox.c @@ -1077,7 +1077,7 @@ static void tb_do_mesh(void *arg, int event){ case 2: G.f ^= G_DRAWEDGES; break; case 3: G.f ^= G_DRAWFACES; break; case 4: G.f ^= G_DRAWNORMALS; break; - case 5: flip_subdivison(OBACT, -1); break; + case 5: flip_subdivison(-1); break; } addqueue(curarea->win, REDRAW, 1); } -- cgit v1.2.3