Revision: 39860
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39860
Author:   moguri
Date:     2011-09-02 03:57:37 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
BGE animations: adding a missing comma.

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.types.rst

Modified: trunk/blender/doc/python_api/rst/bge.types.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.types.rst      2011-09-02 03:42:16 UTC 
(rev 39859)
+++ trunk/blender/doc/python_api/rst/bge.types.rst      2011-09-02 03:57:37 UTC 
(rev 39860)
@@ -1539,7 +1539,7 @@
       Return the value matching key, or the default value if its not found.
       :return: The key value or a default.
 
-   .. method:: playAction(name, start_frame, end_frame, layer=0, priority=0 
blendin=0, play_mode=ACT_MODE_PLAY, layer_weight=0.0, ipo_flags=0, speed=1.0)
+   .. method:: playAction(name, start_frame, end_frame, layer=0, priority=0, 
blendin=0, play_mode=ACT_MODE_PLAY, layer_weight=0.0, ipo_flags=0, speed=1.0)
 
       Plays an action.
       

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to