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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-07 14:17:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-07 14:17:33 +0300
commit86f09e58d4d3ccc6ee360568941520991b740e7a (patch)
treea13ff81e02977546dd8ce9a4337d5a82b1a617e3 /doc
parent5af1daa2dc85adcabc057c1f28ca29163fae3d00 (diff)
Remove unnecessary constant info
Noting every constant as an int isnt helping, this is only meant to be passed to only.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.texture.rst63
1 files changed, 0 insertions, 63 deletions
diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst
index 90d56c9aaf7..f7449592aa1 100644
--- a/doc/python_api/rst/bge.texture.rst
+++ b/doc/python_api/rst/bge.texture.rst
@@ -1106,24 +1106,14 @@ FFmpeg video and image statuses
.. data:: SOURCE_ERROR
- :type: int
-
.. data:: SOURCE_EMPTY
- :type: int
-
.. data:: SOURCE_READY
- :type: int
-
.. data:: SOURCE_PLAYING
- :type: int
-
.. data:: SOURCE_STOPPED
- :type: int
-
Image blending modes
++++++++++++++++++++
@@ -1132,108 +1122,55 @@ See Wikipedia's `Blend Modes <https://en.wikipedia.org/wiki/Blend_modes>`_ for r
.. data:: IMB_BLEND_MIX
- :type: int
-
.. data:: IMB_BLEND_ADD
- :type: int
-
.. data:: IMB_BLEND_SUB
- :type: int
-
.. data:: IMB_BLEND_MUL
- :type: int
-
.. data:: IMB_BLEND_LIGHTEN
- :type: int
-
.. data:: IMB_BLEND_DARKEN
- :type: int
-
.. data:: IMB_BLEND_ERASE_ALPHA
- :type: int
-
.. data:: IMB_BLEND_ADD_ALPHA
- :type: int
-
.. data:: IMB_BLEND_OVERLAY
- :type: int
-
.. data:: IMB_BLEND_HARDLIGHT
- :type: int
-
.. data:: IMB_BLEND_COLORBURN
- :type: int
-
.. data:: IMB_BLEND_LINEARBURN
- :type: int
-
.. data:: IMB_BLEND_COLORDODGE
- :type: int
-
.. data:: IMB_BLEND_SCREEN
- :type: int
-
.. data:: IMB_BLEND_SOFTLIGHT
- :type: int
-
.. data:: IMB_BLEND_PINLIGHT
- :type: int
-
.. data:: IMB_BLEND_VIVIDLIGHT
- :type: int
-
.. data:: IMB_BLEND_LINEARLIGHT
- :type: int
-
.. data:: IMB_BLEND_DIFFERENCE
- :type: int
-
.. data:: IMB_BLEND_EXCLUSION
- :type: int
-
.. data:: IMB_BLEND_HUE
- :type: int
-
.. data:: IMB_BLEND_SATURATION
- :type: int
-
.. data:: IMB_BLEND_LUMINOSITY
- :type: int
-
.. data:: IMB_BLEND_COLOR
- :type: int
-
.. data:: IMB_BLEND_COPY
- :type: int
-
.. data:: IMB_BLEND_COPY_RGB
- :type: int
-
.. data:: IMB_BLEND_COPY_ALPHA
- :type: int