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>2011-07-30 00:46:30 +0400
committerThomas Dinges <blender@dingto.org>2011-07-30 00:46:30 +0400
commit99997ccd181a6fcae5288fbd67a8eb32c71e9e3e (patch)
treeb74c1c37cee7a1a6bbc7da9406147c36db20e752 /source/blender/blenkernel/intern/ipo.c
parent6b987910e43ff5f91512a3c361ea3141590d4e45 (diff)
Fix for [#28117] Diffuse reflection IPO curve not imported correctly from 2.49b files
Diffstat (limited to 'source/blender/blenkernel/intern/ipo.c')
-rw-r--r--source/blender/blenkernel/intern/ipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/ipo.c b/source/blender/blenkernel/intern/ipo.c
index 4f921f005f4..2ae6f533bd4 100644
--- a/source/blender/blenkernel/intern/ipo.c
+++ b/source/blender/blenkernel/intern/ipo.c
@@ -518,7 +518,7 @@ static const char *material_adrcodes_to_paths (int adrcode, int *array_index)
return "alpha";
case MA_REF:
- return "diffuse_reflection";
+ return "diffuse_intensity";
case MA_EMIT:
return "emit";