From d384174b455c58f4f38a29dc518ce0b3d8fa696d Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Mon, 10 May 2010 01:46:44 +0000 Subject: Tweaks to image editor scopes, while testing a bug --- source/blender/blenloader/intern/readfile.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 08835c4cb28..90503a83698 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -10841,13 +10841,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main) for (sl= sa->spacedata.first; sl; sl= sl->next) { if(sl->spacetype==SPACE_IMAGE) { SpaceImage *sima = (SpaceImage *)sl; - sima->scopes.accuracy = 30.0; - sima->scopes.hist.mode=HISTO_MODE_RGB; - sima->scopes.wavefrm_alpha=0.3; - sima->scopes.vecscope_alpha=0.3; - sima->scopes.wavefrm_height= 100; - sima->scopes.vecscope_height= 100; - sima->scopes.hist.height= 100; + scopes_new(&sima->scopes); } } } -- cgit v1.2.3