From 345dc8eb9464efdf6cccac8dddc2cd24e1fe3dbb Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Sun, 28 Sep 2008 23:40:36 +0000 Subject: [PATCH] Fix: point density texture now works with the 'auto name' button --- source/blender/src/butspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/butspace.c b/source/blender/src/butspace.c index 5b5c7f2d5ba..f134e9a9650 100644 --- a/source/blender/src/butspace.c +++ b/source/blender/src/butspace.c @@ -92,7 +92,7 @@ MTex mtexcopybuf; 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)