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:
authorJoseph Gilbert <ascotan@gmail.com>2004-03-25 02:43:56 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-03-25 02:43:56 +0300
commite418052d85b3384159d962a2a1b04fc483f37084 (patch)
treef91b27f8477a2ff175d87ee9a99ddb23c95124d8 /source/blender/python/api2_2x/Texture.c
parentcd5ea5e72405ef318984a24c1ea9ac6ea69b89c4 (diff)
- bugfix for texture types
- fix supplied by alex mole
Diffstat (limited to 'source/blender/python/api2_2x/Texture.c')
-rw-r--r--source/blender/python/api2_2x/Texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Texture.c b/source/blender/python/api2_2x/Texture.c
index a6d7550af7a..4e96628ee6e 100644
--- a/source/blender/python/api2_2x/Texture.c
+++ b/source/blender/python/api2_2x/Texture.c
@@ -238,8 +238,8 @@ static const EXPP_map_pair *tex_stype_map[] = {
tex_stype_default_map, /* none */
tex_stype_clouds_map,
tex_stype_wood_map,
- tex_stype_default_map, /* magic */
tex_stype_marble_map,
+ tex_stype_default_map, /* magic */
tex_stype_blend_map,
tex_stype_stucci_map,
tex_stype_default_map, /* noise */