From 0f6d52cd2966f30d45f55ac6fec8d9d5c0ae3b68 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 29 Mar 2018 14:25:13 -0400 Subject: PyDocs: Adde link to Wikipedia page for mathutils.Euler class This update adds a link to the Wikipedia article "Euler angles" to the description of the mathutils.Euler class. I initially was not sure what a "Euler" represented in Blender API, but found the Wikipedia article helpful. I believe others will find the link helpful too if it appears in the class documentation. This is similar to the Wikipedia links that appear in the mathutils.Matrix class, e.g: https://docs.blender.org/api/blender_python_api_current/mathutils.html?highlight=euler#mathutils.Matrix.adjugate Author: @justasb Reviewers: campbellbarton, trumanblending, Blendify Reviewed By: Blendify Subscribers: Blendify Tags: #bf_blender Differential Revision: https://developer.blender.org/D3077 --- 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