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"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to