[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40891] trunk/blender/source/blender/ python/mathutils/mathutils_Quaternion.c: fix documentation error - [#28862] Method 'difference' doesn't exist in Quaternion object.

Campbell Barton ideasman42 at gmail.com
Mon Oct 10 03:14:50 CEST 2011


Revision: 40891
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40891
Author:   campbellbarton
Date:     2011-10-10 01:14:49 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
fix documentation error - [#28862] Method 'difference' doesn't exist in Quaternion object.

Modified Paths:
--------------
    trunk/blender/source/blender/python/mathutils/mathutils_Quaternion.c

Modified: trunk/blender/source/blender/python/mathutils/mathutils_Quaternion.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils_Quaternion.c	2011-10-10 01:11:40 UTC (rev 40890)
+++ trunk/blender/source/blender/python/mathutils/mathutils_Quaternion.c	2011-10-10 01:14:49 UTC (rev 40891)
@@ -193,7 +193,7 @@
 }
 
 PyDoc_STRVAR(Quaternion_rotation_difference_doc,
-".. function:: difference(other)\n"
+".. function:: rotation_difference(other)\n"
 "\n"
 "   Returns a quaternion representing the rotational difference.\n"
 "\n"




More information about the Bf-blender-cvs mailing list