[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16801] branches/sim_physics/source/ blender/src/butspace.c: Fix: point density texture now works with the ' auto name' button

Matt Ebb matt at mke3.net
Mon Sep 29 01:40:36 CEST 2008


Revision: 16801
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16801
Author:   broken
Date:     2008-09-29 01:40:36 +0200 (Mon, 29 Sep 2008)

Log Message:
-----------
Fix: point density texture now works with the 'auto name' button

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

Modified: branches/sim_physics/source/blender/src/butspace.c
===================================================================
--- branches/sim_physics/source/blender/src/butspace.c	2008-09-28 23:17:44 UTC (rev 16800)
+++ branches/sim_physics/source/blender/src/butspace.c	2008-09-28 23:40:36 UTC (rev 16801)
@@ -92,7 +92,7 @@
 
 char texstr[20][12]= {"None"  , "Clouds" , "Wood", "Marble", "Magic"  , "Blend",
 					 "Stucci", "Noise"  , "Image", "Plugin", "EnvMap" , "Musgrave",
-					 "Voronoi", "DistNoise", "", "", "", "", "", ""};
+					 "Voronoi", "DistNoise", "", "PointDensity", "", "", "", ""};
 /*  ---------------------------------------------------------------------- */
 
 void test_idbutton_cb(void *namev, void *arg2)





More information about the Bf-blender-cvs mailing list