Merged changes in the trunk up to revision 28247.

This commit is contained in:
2010-04-18 02:03:19 +00:00
456 changed files with 40909 additions and 31486 deletions

View File

@@ -44,15 +44,15 @@ static char FrsMaterial___doc__[] =
" colors and a shininess coefficient.\n"
"\n"
" :arg iDiffuse: The diffuse color.\n"
" :type iDiffuse: :class:`Mathutils.Vector`, list of tuple of 4 float values\n"
" :type iDiffuse: :class:`mathutils.Vector`, list of tuple of 4 float values\n"
" :arg iAmbiant: The ambiant color.\n"
" :type iAmbiant: :class:`Mathutils.Vector`, list of tuple of 4 float values\n"
" :type iAmbiant: :class:`mathutils.Vector`, list of tuple of 4 float values\n"
" :arg iSpecular: The specular color.\n"
" :type iSpecular: :class:`Mathutils.Vector`, list of tuple of 4 float values\n"
" :type iSpecular: :class:`mathutils.Vector`, list of tuple of 4 float values\n"
" :arg iEmission: The emissive color.\n"
" :type iEmission: :class:`Mathutils.Vector`, list of tuple of 4 float values\n"
" :type iEmission: :class:`mathutils.Vector`, list of tuple of 4 float values\n"
" :arg iShininess: The shininess coefficient.\n"
" :type iShininess: :class:`Mathutils.Vector`, list of tuple of 4 float values\n";
" :type iShininess: :class:`mathutils.Vector`, list of tuple of 4 float values\n";
static int Vec4(PyObject *obj, float *v)
{