Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPorteries Tristan <republicthunderbolt9@gmail.com>2015-10-25 21:22:29 +0300
committerPorteries Tristan <republicthunderbolt9@gmail.com>2015-10-25 21:22:29 +0300
commit06d2ad018564ff0538dad042ebe5670788979171 (patch)
tree9cf328e4e7d5b8210aeb813e0ea8c86d8071cc49 /doc
parent0d59acccd33402295e2a18b4051a8192de555a36 (diff)
BGE: Fix issues with async libload.
This patch fixes: - the call of LibFree on a unfinished loaded library; - memory leak created on end of game : the async libraries are loaded but not converted, so not freed with the master scene. Reviewers: campbellbarton, sybren, youle, hg1, moguri, lordloki Reviewed By: moguri, lordloki Differential Revision: https://developer.blender.org/D1571
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst b/doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst
index a5b7aaf5dee..a37b4dad585 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst
@@ -25,6 +25,12 @@ base class --- :class:`PyObjectPlus`
:type: callable
+ .. attribute:: finished
+
+ The current status of the lib load.
+
+ :type: boolean
+
.. attribute:: progress
The current progress of the lib load as a normalized value from 0.0 to 1.0.