[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39860] trunk/blender/doc/python_api/rst/ bge.types.rst: BGE animations: adding a missing comma.

Mitchell Stokes mogurijin at gmail.com
Fri Sep 2 05:57:38 CEST 2011


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.
       




More information about the Bf-blender-cvs mailing list