Adding some docs for camera insertIpoKey additions

This commit is contained in:
2005-03-27 13:34:59 +00:00
parent 9fc5849812
commit c9c47bd44e

View File

@@ -226,3 +226,13 @@ class Camera:
@type event: string
@param event: "FrameChanged" or "Redraw".
"""
def insertIpoKey(keytype):
"""
Inserts keytype values in camera ipo at curframe. Uses module constants.
@type keytype: Integer
@param keytype:
-LENS
-CLIPPING
@return: py_none
"""