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)


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to