[Bf-blender-cvs] [86f09e5] master: Remove unnecessary constant info

Campbell Barton noreply at git.blender.org
Tue Jul 7 13:23:01 CEST 2015


Commit: 86f09e58d4d3ccc6ee360568941520991b740e7a
Author: Campbell Barton
Date:   Tue Jul 7 21:17:33 2015 +1000
Branches: master
https://developer.blender.org/rB86f09e58d4d3ccc6ee360568941520991b740e7a

Remove unnecessary constant info

Noting every constant as an int isnt helping,
this is only meant to be passed to only.

===================================================================

M	doc/python_api/rst/bge.texture.rst

===================================================================

diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst
index 90d56c9..f744959 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




More information about the Bf-blender-cvs mailing list