[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48707] branches/soc-2012-swiss_cheese/doc /python_api/rst/bge.logic.rst: Updating the LibLoad docs for the async keyword.

Mitchell Stokes mogurijin at gmail.com
Sat Jul 7 08:44:46 CEST 2012


Revision: 48707
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48707
Author:   moguri
Date:     2012-07-07 06:44:45 +0000 (Sat, 07 Jul 2012)
Log Message:
-----------
Updating the LibLoad docs for the async keyword.

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-07 06:42:44 UTC (rev 48706)
+++ branches/soc-2012-swiss_cheese/doc/python_api/rst/bge.logic.rst	2012-07-07 06:44:45 UTC (rev 48707)
@@ -172,7 +172,7 @@
 
    Restarts the current game by reloading the .blend file (the last saved version, not what is currently running).
    
-.. function:: LibLoad(blend, type, data, load_actions=False, verbose=False)
+.. function:: LibLoad(blend, type, data, load_actions=False, verbose=False, async=False)
    
    Converts the all of the datablocks of the given type from the given blend.
    
@@ -186,6 +186,8 @@
    :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)
+   :type async: bool
    
 .. function:: LibNew(name, type, data)
 




More information about the Bf-blender-cvs mailing list