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
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/PyDoc')
-rw-r--r--source/gameengine/PyDoc/GameTypes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/GameTypes.py b/source/gameengine/PyDoc/GameTypes.py
index 0e4001fa669..3c0292e9e8c 100644
--- a/source/gameengine/PyDoc/GameTypes.py
+++ b/source/gameengine/PyDoc/GameTypes.py
@@ -3819,6 +3819,10 @@ class KX_Scene(PyObjectPlus):
@type activity_culling_radius: float
@ivar dbvt_culling: True when Dynamic Bounding box Volume Tree is set (read-only).
@type dbvt_culling: bool
+ @ivar pre_draw: A list of callables to be run before the render step.
+ @type pre_draw: list
+ @ivar post_draw: A list of callables to be run after the render step.
+ @type post_draw: list
@group Deprecated: getLightList, getObjectList, getName
"""