From 64ade99ecc0e9bd10332c90ae0f49cbc942443a7 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Fri, 19 Sep 2014 13:22:20 +0900 Subject: Freestyle: Python API documentation updates. Fixed dead references of API identifiers (e.g., freestyle.types.Interface0D) due to relocations of the identifiers into submodules. Also made various minor revisions of mark-ups and typos. --- .../UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp') diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp index 6be8b81f43f..76330c77927 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp @@ -37,7 +37,7 @@ extern "C" { //------------------------INSTANCE METHODS ---------------------------------- static char Normal2DF1D___doc__[] = -"Class hierarchy: :class:`UnaryFunction1D` > :class:`UnaryFunction1DVec2f` > :class:`Normal2DF1D`\n" +"Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > :class:`freestyle.types.UnaryFunction1DVec2f` > :class:`Normal2DF1D`\n" "\n" ".. method:: __init__(integration_type=IntegrationType.MEAN)\n" "\n" @@ -45,14 +45,14 @@ static char Normal2DF1D___doc__[] = "\n" " :arg integration_type: The integration method used to compute a single value\n" " from a set of values.\n" -" :type integration_type: :class:`IntegrationType`\n" +" :type integration_type: :class:`freestyle.types.IntegrationType`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns the 2D normal for the Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" -" :type inter: :class:`Interface1D`\n" +" :type inter: :class:`freestyle.types.Interface1D`\n" " :return: The 2D normal for the Interface1D.\n" " :rtype: :class:`mathutils.Vector`\n"; -- cgit v1.2.3