Added tangent_v and tangent space modes to python material modes.

removed polyfill from Mathutils docs
This commit is contained in:
2006-09-06 13:15:05 +00:00
parent 02baf30e55
commit 0fa174f03e
3 changed files with 4 additions and 11 deletions

View File

@@ -355,6 +355,8 @@ static PyObject *Material_ModesDict( void )
PyConstant_Insert(c, "RAYMIRROR", PyInt_FromLong(MA_RAYMIRROR));
PyConstant_Insert(c, "ZTRA", PyInt_FromLong(MA_ZTRA));
PyConstant_Insert(c, "RAYTRANSP", PyInt_FromLong(MA_RAYTRANSP));
PyConstant_Insert(c, "TANGENT_V", PyInt_FromLong(MA_TANGENT_V));
PyConstant_Insert(c, "NMAP_TS", PyInt_FromLong(MA_NORMAP_TANG));
}
return Modes;