Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-04-29 19:56:26 +0400
committerTon Roosendaal <ton@blender.org>2004-04-29 19:56:26 +0400
commitd6eeceb83d06a82f14301b8204e320cb396b6db5 (patch)
tree9e2b27431019e7a98c8dded199b64703b837bd49 /source/blender/src/butspace.c
parent813352d6774394305e711664ceafcaff13b18d77 (diff)
Fix #1205
Array with 'auto' names for textures didn't have the new names yet (musgrave, voronoi, distnoise)
Diffstat (limited to 'source/blender/src/butspace.c')
-rw-r--r--source/blender/src/butspace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/src/butspace.c b/source/blender/src/butspace.c
index 625c6330da0..9edf5c60abe 100644
--- a/source/blender/src/butspace.c
+++ b/source/blender/src/butspace.c
@@ -84,9 +84,9 @@ short bgpicmode=0, near=1000, far=1000;
MTex emptytex;
MTex mtexcopybuf;
-char texstr[15][8]= {"None" , "Clouds" , "Wood", "Marble", "Magic" , "Blend",
- "Stucci", "Noise" , "Image", "Plugin", "EnvMap" , "",
- "" , "" , ""};
+char texstr[20][12]= {"None" , "Clouds" , "Wood", "Marble", "Magic" , "Blend",
+ "Stucci", "Noise" , "Image", "Plugin", "EnvMap" , "Musgrave",
+ "Voronoi", "DistNoise", "", "", "", "", "", ""};
/* ---------------------------------------------------------------------- */
void test_idbutton_cb(void *namev, void *arg2_unused)