Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-12 22:21:07 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-12 22:21:07 +0400
commit6046d05a7e8960d1aabcd591782be20b7ffcad4f (patch)
tree67b86450fec29b85195007964a852263803b988d /source/blender/python/api2_2x/doc/Curve.py
parentc467b19c75d7a9ce4afb2d46566447414c92801e (diff)
Exppython:
- A few more changes to integrate the documentation: Instructions to build it with epydoc are on the file Blender.py.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Curve.py')
-rw-r--r--source/blender/python/api2_2x/doc/Curve.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Curve.py b/source/blender/python/api2_2x/doc/Curve.py
index e86bca45e31..55e7b707762 100644
--- a/source/blender/python/api2_2x/doc/Curve.py
+++ b/source/blender/python/api2_2x/doc/Curve.py
@@ -209,7 +209,8 @@ class Curve:
Get the curve's control point value.
@type numcurve: int
@type numpoint: int
- @rtype: depends upon the curve's type.\n
+ @rtype: list
+ @return: depends upon the curve's type.\n
type bezier : a list of three coordinates\n
type nurbs : a list of nine coordinates.
"""