[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16854] branches/sim_physics/source/ blender/src/buttons_shading.c: Fix for build error, mustn' t have committed this properly last night

Matt Ebb matt at mke3.net
Wed Oct 1 01:59:22 CEST 2008


Revision: 16854
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16854
Author:   broken
Date:     2008-10-01 01:58:48 +0200 (Wed, 01 Oct 2008)

Log Message:
-----------
Fix for build error, mustn't have committed this properly last night

Modified Paths:
--------------
    branches/sim_physics/source/blender/src/buttons_shading.c

Modified: branches/sim_physics/source/blender/src/buttons_shading.c
===================================================================
--- branches/sim_physics/source/blender/src/buttons_shading.c	2008-09-30 23:34:25 UTC (rev 16853)
+++ branches/sim_physics/source/blender/src/buttons_shading.c	2008-09-30 23:58:48 UTC (rev 16854)
@@ -755,7 +755,7 @@
 		uiDefButF(block, NUM, B_REDR, "Radius: ",
 			X2CLM1, yco-=BUTH, BUTW2, BUTH, &(pd->radius), 0.001, 100.0, 10, 2, "Radius to look for nearby particles within");
 		uiDefButS(block, NUM, B_REDR, "Nearby: ",
-			X2CLM1, yco-=BUTH, BUTW2, BUTH, &(pd->nearest), 2.0, 30.0, 10, 2, "The number of nearby particles to check for density");
+			X2CLM1, yco-=BUTH, BUTW2, BUTH, &(pd->nearest), 2.0, 25.0, 10, 2, "The number of nearby particles to check for density (higher is more accurate, but slower)");
 		uiBlockEndAlign(block);
 		
 		yco = PANEL_YMAX;
@@ -4321,8 +4321,6 @@
 	uiBlockBeginAlign(block);
 	uiDefButF(block, NUM, B_MATPRV, "Step Size: ",
 		X2CLM1, yco-=BUTH, BUTW2, BUTH, &(ma->vol_stepsize), 0.001, 100.0, 10, 2, "Ray marching step size");
-	uiDefButS(block, NUM, B_MATPRV, "Layer Depth: ",
-		X2CLM1, yco-=BUTH, BUTW2, BUTH, &(ma->vol_raydepth), 0.0, 512.0, 10, 2, "Number of layered volume ray intersections allowed per pixel");
 	uiBlockEndAlign(block);
 	
 	yco -= YSPACE;





More information about the Bf-blender-cvs mailing list