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:
authorCampbell Barton <ideasman42@gmail.com>2006-07-23 19:16:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-23 19:16:15 +0400
commitfa5ead9ea5b8add72f84851c0a88eeb15c56b3cc (patch)
tree92caec07f965fd298b4ffd92ec2d033a6420d7be
parent26013bb2ab175d2598526a9af741ef01c7097aeb (diff)
Fixed bullet formatting and explained where some constants were stored (had to look at source to see, so may as well doc)
-rw-r--r--source/blender/python/api2_2x/doc/Object.py25
1 files changed, 14 insertions, 11 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 2de7c5ca605..1ebfeaba2ed 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -624,19 +624,22 @@ class Object:
def insertIpoKey(keytype):
"""
- Inserts keytype values in object ipo at curframe. Uses module constants.
+ Inserts keytype values in object ipo at curframe.
+ Uses module constants such as Blender.Object.LOC
@type keytype: Integer
@param keytype:
- -LOC
- -ROT
- -SIZE
- -LOCROT
- -LOCROTSIZE
- -PI_STRENGTH
- -PI_FALLOFF
- -PI_PERM
- -PI_SURFACEDAMP
- -PI_RANDOMDAMP
+
+ - LOC
+ - ROT
+ - SIZE
+ - LOCROT
+ - LOCROTSIZE
+ - PI_STRENGTH
+ - PI_FALLOFF
+ - PI_PERM
+ - PI_SURFACEDAMP
+ - PI_RANDOMDAMP
+
@return: py_none
"""