Fixed bullet formatting and explained where some constants were stored (had to look at source to see, so may as well doc)

This commit is contained in:
2006-07-23 15:16:15 +00:00
parent 26013bb2ab
commit fa5ead9ea5

View File

@@ -624,19 +624,22 @@ class Object:
def insertIpoKey(keytype): 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 @type keytype: Integer
@param keytype: @param keytype:
-LOC
-ROT - LOC
-SIZE - ROT
-LOCROT - SIZE
-LOCROTSIZE - LOCROT
-PI_STRENGTH - LOCROTSIZE
-PI_FALLOFF - PI_STRENGTH
-PI_PERM - PI_FALLOFF
-PI_SURFACEDAMP - PI_PERM
-PI_RANDOMDAMP - PI_SURFACEDAMP
- PI_RANDOMDAMP
@return: py_none @return: py_none
""" """