From 533539901b1a50962a5870ee30d7c0d1ba123585 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Jun 2008 09:49:29 +0000 Subject: Artists complaining about these popups * Nothing indicated - is not helpful, and very annoying with occluded geometry with high poly meshes, sometimes the selection doesn't work 100% of the time and the menu pops up over what you want to select. * No (correct) camera error doesn't seem to be needed, has been there since rev 2. --- source/blender/src/space.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/src/space.c') diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 585f6b59ceb..d0c5267ab89 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -437,9 +437,6 @@ static void SaveState(void) if(G.f & G_TEXTUREPAINT) texpaint_enable_mipmap(); - if(G.scene->camera==0 || G.scene->camera->type!=OB_CAMERA) - error("no (correct) camera"); - waitcursor(1); } -- cgit v1.2.3