[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39827] trunk/blender/doc/python_api/rst/ bge.types.rst: BGE animations: Updating some constant names.

Mitchell Stokes mogurijin at gmail.com
Thu Sep 1 01:46:31 CEST 2011


Revision: 39827
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39827
Author:   moguri
Date:     2011-08-31 23:46:31 +0000 (Wed, 31 Aug 2011)
Log Message:
-----------
BGE animations: Updating some constant names. They were still the originally proposed names instead of the ones that are actually used now.

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-08-31 22:32:14 UTC (rev 39826)
+++ trunk/blender/doc/python_api/rst/bge.types.rst	2011-08-31 23:46:31 UTC (rev 39827)
@@ -1556,7 +1556,7 @@
       :arg blendin: the amount of blending between this animation and the previous one on this layer
       :type blendin: float
       :arg play_mode: the play mode
-      :type play_mode: KX_ACTION_PLAY, KX_ACTION_LOOP, or KX_ACTION_PING_PONG
+      :type play_mode: KX_ACTION_MODE_PLAY, KX_ACTION_MODE_LOOP, or KX_ACTION_MODE_PING_PONG
       :arg layer_weight: how much of the previous layer to use for blending (0 = add)
       :type layer_weight: float
       :arg ipo_flags: flags for the old IPO behaviors (force, etc)




More information about the Bf-blender-cvs mailing list