projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef1ee2
)
removed a wrong parameter name
author
Jacques Guignot <guignot@wanadoo.fr>
Thu, 10 Jul 2003 00:28:03 +0000
(
00:28
+0000)
committer
Jacques Guignot <guignot@wanadoo.fr>
Thu, 10 Jul 2003 00:28:03 +0000
(
00:28
+0000)
source/blender/python/api2_2x/doc/Ipo.py
patch
|
blob
|
history
diff --git
a/source/blender/python/api2_2x/doc/Ipo.py
b/source/blender/python/api2_2x/doc/Ipo.py
index 4c31ebea39c4f6bd4e75b9d1ef28605ee70db5f1..661e829be57371e1329b134a9020cced3fe8a8d2 100644
(file)
--- a/
source/blender/python/api2_2x/doc/Ipo.py
+++ b/
source/blender/python/api2_2x/doc/Ipo.py
@@
-45,7
+45,7
@@
class Ipo:
The Ipo object
==============
This object gives access to generic data from all objects in Blender.
-
This object has no attributes
.
+
This object has no attribute
.
"""
def getName():
@@
-125,7
+125,7
@@
class Ipo:
@type pointpos: int
@param pointpos: the position of the point in the curve.
@type newbeztriple: list of 9 floats
- @param
pointpos
: the new value for the point
+ @param
newbeztriple
: the new value for the point
@rtype: PyNone
@return: PyNone
"""