[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53669] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python/BPy_FrsMaterial.cpp: Fix for BPy_FrsMaterial docstring.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Wed Jan 9 01:20:54 CET 2013


Revision: 53669
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53669
Author:   kjym3
Date:     2013-01-09 00:20:48 +0000 (Wed, 09 Jan 2013)
Log Message:
-----------
Fix for BPy_FrsMaterial docstring.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp	2013-01-08 20:55:07 UTC (rev 53668)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp	2013-01-09 00:20:48 UTC (rev 53669)
@@ -44,15 +44,15 @@
 "   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 or 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 or 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 or 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 or 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:float\n";
 
 static int Vec4(PyObject *obj, float *v)
 {




More information about the Bf-blender-cvs mailing list