Adding some docs for camera insertIpoKey additions
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user