changeset 947:a8ddbb6dac9e

Doc key frame
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 16 Nov 2010 13:16:39 +0800
parents f82ac6740a32
children 518c61784355
files pyink/frameline.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyink/frameline.py	Tue Nov 16 12:55:19 2010 +0800
+++ b/pyink/frameline.py	Tue Nov 16 13:16:39 2010 +0800
@@ -205,6 +205,10 @@
             pass
         pass
 
+    ## Add a key frame
+    #
+    # A key frame is the frame that user specify actions.  For
+    # example, move a object or add new objects at the frame.
     def add_keyframe(self, idx):
         key_indic = [key.idx for key in self._keys]
         if idx in key_indic: