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:
@@ -624,9 +624,11 @@ 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
|
- LOC
|
||||||
- ROT
|
- ROT
|
||||||
- SIZE
|
- SIZE
|
||||||
@@ -637,6 +639,7 @@ class Object:
|
|||||||
- PI_PERM
|
- PI_PERM
|
||||||
- PI_SURFACEDAMP
|
- PI_SURFACEDAMP
|
||||||
- PI_RANDOMDAMP
|
- PI_RANDOMDAMP
|
||||||
|
|
||||||
@return: py_none
|
@return: py_none
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user