[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34142] trunk/blender/source/blender/ python/generic/mathutils_matrix.c: incorrectly documented return type

Campbell Barton ideasman42 at gmail.com
Fri Jan 7 07:39:49 CET 2011


Revision: 34142
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=34142
Author:   campbellbarton
Date:     2011-01-07 06:39:48 +0000 (Fri, 07 Jan 2011)
Log Message:
-----------
incorrectly documented return type

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/mathutils_matrix.c

Modified: trunk/blender/source/blender/python/generic/mathutils_matrix.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_matrix.c	2011-01-07 05:50:17 UTC (rev 34141)
+++ trunk/blender/source/blender/python/generic/mathutils_matrix.c	2011-01-07 06:39:48 UTC (rev 34142)
@@ -848,10 +848,8 @@
 "   Return a the translation part of a 4 row matrix.\n"
 "\n"
 "   :return: Return a the translation of a matrix.\n"
-"   :rtype: :class:`Matrix`\n"
-"\n"
-"   .. note:: Note that the (4,4) element of a matrix can be used for uniform scaling too.\n";
-
+"   :rtype: :class:`Vector`\n"
+;
 PyObject *Matrix_TranslationPart(MatrixObject * self)
 {
 	if(!BaseMath_ReadCallback(self))




More information about the Bf-blender-cvs mailing list