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/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