[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49337] branches/soc-2012-swiss_cheese/doc /python_api/rst/bge.logic.rst: BGE doc update to make it clear that async only currently works for "Scene " and not "Mesh" or "Action."

Mitchell Stokes mogurijin at gmail.com
Sat Jul 28 21:54:28 CEST 2012


Revision: 49337
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49337
Author:   moguri
Date:     2012-07-28 19:54:27 +0000 (Sat, 28 Jul 2012)
Log Message:
-----------
BGE doc update to make it clear that async only currently works for "Scene" and not "Mesh" or "Action."

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/doc/python_api/rst/bge.logic.rst

Modified: branches/soc-2012-swiss_cheese/doc/python_api/rst/bge.logic.rst
===================================================================
--- branches/soc-2012-swiss_cheese/doc/python_api/rst/bge.logic.rst	2012-07-28 19:16:02 UTC (rev 49336)
+++ branches/soc-2012-swiss_cheese/doc/python_api/rst/bge.logic.rst	2012-07-28 19:54:27 UTC (rev 49337)
@@ -186,7 +186,7 @@
    :type load_actions: bool
    :arg verbose: Whether or not to print debugging information (e.g., "SceneName: Scene")
    :type verbose: bool
-   :arg async: Whether or not to do the loading asynchronously (in another thread)
+   :arg async: Whether or not to do the loading asynchronously (in another thread). Only the "Scene" type is currently supported for this feature.
    :type async: bool
    
    :rtype: :class:`bge.types.KX_LibLoadStatus`




More information about the Bf-blender-cvs mailing list