From f48895f74a202879b5de0fe457a37af221c4e36d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 1 Apr 2018 10:16:28 +0200 Subject: Correct accidental changes by C Logging addition Error in 891c1cfc9a3 --- source/blender/python/mathutils/mathutils_Euler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python') diff --git a/source/blender/python/mathutils/mathutils_Euler.c b/source/blender/python/mathutils/mathutils_Euler.c index 9492b6d67f3..026384743bd 100644 --- a/source/blender/python/mathutils/mathutils_Euler.c +++ b/source/blender/python/mathutils/mathutils_Euler.c @@ -689,6 +689,8 @@ PyDoc_STRVAR(euler_doc, "\n" " This object gives access to Eulers in Blender.\n" "\n" +" .. seealso:: `Euler angles `__ on Wikipedia.\n" +"\n" " :param angles: Three angles, in radians.\n" " :type angles: 3d vector\n" " :param order: Optional order of the angles, a permutation of ``XYZ``.\n" -- cgit v1.2.3