From a935c48fec910f67ba3679e295d9e35fe44ce214 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Jan 2007 05:06:28 +0000 Subject: added stress and tangent to MTex and texture mapping dict --- source/blender/python/api2_2x/Texture.c | 2 ++ 1 file changed, 2 insertions(+) (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 5fdfc7cfaea..830590aa189 100644 --- a/source/blender/python/api2_2x/Texture.c +++ b/source/blender/python/api2_2x/Texture.c @@ -1113,6 +1113,8 @@ static PyObject *M_Texture_TexCoDict( void ) PyConstant_Insert(d, "WIN", PyInt_FromLong(TEXCO_WINDOW)); PyConstant_Insert(d, "VIEW", PyInt_FromLong(TEXCO_VIEW)); PyConstant_Insert(d, "STICK", PyInt_FromLong(TEXCO_STICKY)); + PyConstant_Insert(d, "STRESS", PyInt_FromLong(TEXCO_STRESS)); + PyConstant_Insert(d, "TANGENT", PyInt_FromLong(TEXCO_TANGENT)); } return TexCo; } -- cgit v1.2.3