From 296758ff0106eaa845fe1a1eeb14df2c6daa792d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 23 Jun 2007 12:39:22 +0000 Subject: PyAPI - incorrect docstrings for colorbands --- source/blender/python/api2_2x/Texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/api2_2x/Texture.c') diff --git a/source/blender/python/api2_2x/Texture.c b/source/blender/python/api2_2x/Texture.c index 82fbb262a1b..7522d02b355 100644 --- a/source/blender/python/api2_2x/Texture.c +++ b/source/blender/python/api2_2x/Texture.c @@ -772,8 +772,8 @@ static PyGetSetDef BPy_Texture_getseters[] = { (void *)TEX_NORMALMAP}, {"colorband", (getter)Texture_getColorband, (setter)Texture_setColorband, - "Use of image RGB values for normal mapping enabled ('ImageFlags')", - (void *)TEX_NORMALMAP}, + "The colorband for this texture", + NULL}, {NULL,NULL,NULL,NULL,NULL} /* Sentinel */ }; -- cgit v1.2.3