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:
authorCampbell Barton <ideasman42@gmail.com>2009-04-09 16:53:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-09 16:53:56 +0400
commite14e66f041104c87033ec0b58596fb49c591908c (patch)
tree3004b9b3acc40af541f40d7674da625eea1a164e /source/gameengine/PyDoc/SCA_2DFilterActuator.py
parent3be2b8995e6c26b22c1e93ab4aff6a600b7283d2 (diff)
BGE Py API
- added keyboard senser attribute "events" to replace getEventList() - fix 2 memory leaks in the python api (was making a list but not returning it) - setting readonly attributes didnt give a good error message.
Diffstat (limited to 'source/gameengine/PyDoc/SCA_2DFilterActuator.py')
-rw-r--r--source/gameengine/PyDoc/SCA_2DFilterActuator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/PyDoc/SCA_2DFilterActuator.py b/source/gameengine/PyDoc/SCA_2DFilterActuator.py
index 12baed6fa0c..9a010e8f221 100644
--- a/source/gameengine/PyDoc/SCA_2DFilterActuator.py
+++ b/source/gameengine/PyDoc/SCA_2DFilterActuator.py
@@ -20,7 +20,7 @@ class SCA_2DFilterActuator(SCA_IActuator):
@ivar disableMotionBlur: action on motion blur: 0=enable, 1=disable
@type disableMotionBlur: integer
@ivar type: type of 2D filter, use one of the following constants:
- RAS_2DFILTER_ENABLED (-2) : enable the filter that was previously disabled
+ RAS_2DFILTER_ENABLED (-2) : enable the filter that was previously disabled
RAS_2DFILTER_DISABLED (-1) : disable the filter that is currently active
RAS_2DFILTER_NOFILTER (0) : disable and destroy the filter that is currently active
RAS_2DFILTER_MOTIONBLUR (1) : create and enable preset filters