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:
authorThomas Dinges <blender@dingto.org>2009-11-17 19:27:53 +0300
committerThomas Dinges <blender@dingto.org>2009-11-17 19:27:53 +0300
commit5baa1d175994e97896d7450f8731196faf935a86 (patch)
tree831f82f4f9795d2095115430ca73066fb1d91331 /source/blender/makesrna/intern/rna_texture.c
parent966b01665b80fb7dc1c3b0b2ff067dba1df4d088 (diff)
* Alphabetical Order for Constraints.
* Formatting fix for last commit.
Diffstat (limited to 'source/blender/makesrna/intern/rna_texture.c')
-rw-r--r--source/blender/makesrna/intern/rna_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_texture.c b/source/blender/makesrna/intern/rna_texture.c
index ba6eec8a2dd..ceb78d8cddf 100644
--- a/source/blender/makesrna/intern/rna_texture.c
+++ b/source/blender/makesrna/intern/rna_texture.c
@@ -1780,7 +1780,7 @@ static void rna_def_texture(BlenderRNA *brna)
static EnumPropertyItem prop_type_items[] = {
{0, "NONE", 0, "None", ""},
- {TEX_BLEND, "BLEND", ICON_TEXTURE, "Blend", ""},
+ {TEX_BLEND, "BLEND", ICON_TEXTURE, "Blend", ""},
{TEX_CLOUDS, "CLOUDS", ICON_TEXTURE, "Clouds", ""},
{TEX_DISTNOISE, "DISTORTED_NOISE", ICON_TEXTURE, "Distorted Noise", ""},
{TEX_ENVMAP, "ENVIRONMENT_MAP", ICON_IMAGE_DATA, "Environment Map", ""},