From f20e95b73a3f06d7b59c67e33c2061cbc8a8594f Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Wed, 7 May 2003 19:32:09 +0000 Subject: [PATCH] removed two paste errors :) --- source/blender/src/buttons.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/src/buttons.c b/source/blender/src/buttons.c index 7d85b70cdf0..5c467a8dcd4 100644 --- a/source/blender/src/buttons.c +++ b/source/blender/src/buttons.c @@ -4913,9 +4913,6 @@ void lampbuts(void) uiDefButF(block, NUM,REDRAWVIEW3D,"ClipSta:", 346,30,146,19, &la->clipsta, 0.1*grid,1000.0*grid, 10, 0, "Set the shadow map clip start"); uiDefButF(block, NUM,REDRAWVIEW3D,"ClipEnd:", 346,9,146,19,&la->clipend, 1.0, 5000.0*grid, 100, 0, "Set the shadow map clip end"); - uiDefButF(block, NUM,REDRAWVIEW3D,"ClipSta:", 346,30,146,19, &la->clipsta, 0.1*grid,1000.0*grid, 10, 0, "Set the shadow map clip start"); - uiDefButF(block, NUM,REDRAWVIEW3D,"ClipEnd:", 346,9,146,19,&la->clipend, 1.0, 5000.0*grid, 100, 0, "Set the shadow map clip end"); - uiDefButS(block, NUM,0,"Samples:", 496,30,105,19, &la->samp,1.0,16.0, 0, 0, "Number of shadow map samples"); uiDefButS(block, NUM,0,"Halo step:", 496,10,105,19, &la->shadhalostep, 0.0, 12.0, 0, 0, "Volumetric halo sampling frequency"); uiDefButF(block, NUM,0,"Bias:", 605,30,108,19, &la->bias, 0.01, 5.0, 1, 0, "Shadow map sampling bias");