Remove redundant lists, link instead

This commit is contained in:
Campbell Barton 2015-07-07 21:25:51 +10:00
parent 86f09e58d4
commit 1d021956f5
2 changed files with 12 additions and 88 deletions

@ -32,14 +32,7 @@ Functions
:arg physicsid_2: The physics id of the second object in constraint.
:type physicsid_2: int
:arg constraint_type: The type of the constraint, one of...
- :class:`POINTTOPOINT_CONSTRAINT`
- :class:`LINEHINGE_CONSTRAINT`
- :class:`ANGULAR_CONSTRAINT`
- :class:`CONETWIST_CONSTRAINT`
- :class:`VEHICLE_CONSTRAINT`
- :class:`GENERIC_6DOF_CONSTRAINT`
:arg constraint_type: The type of the constraint, see `Create Constraint Constants`_.
:type constraint_type: int
@ -152,22 +145,7 @@ Functions
Sets the debug mode.
:arg mode: The new debug mode.
- :class:`DBG_NODEBUG`
- :class:`DBG_DRAWWIREFRAME`
- :class:`DBG_DRAWAABB`
- :class:`DBG_DRAWFREATURESTEXT`
- :class:`DBG_DRAWCONTACTPOINTS`
- :class:`DBG_NOHELPTEXT`
- :class:`DBG_DRAWTEXT`
- :class:`DBG_PROFILETIMINGS`
- :class:`DBG_ENABLESATCOMPARISION`
- :class:`DBG_DISABLEBULLETLCP`
- :class:`DBG_ENABLECCD`
- :class:`DBG_DRAWCONSTRAINTS`
- :class:`DBG_DRAWCONSTRAINTLIMITS`
- :class:`DBG_FASTWIREFRAME`
:arg mode: The new debug mode, see `Debug Mode Constants`_.
:type mode: int

@ -75,14 +75,7 @@ Video classes
Video status. (readonly)
:type: int
:value: one of...
* :data:`SOURCE_ERROR`
* :data:`SOURCE_EMPTY`
* :data:`SOURCE_READY`
* :data:`SOURCE_PLAYING`
* :data:`SOURCE_STOPPED`
:value: see `FFmpeg Video and Image Status`_.
.. attribute:: range
@ -184,13 +177,7 @@ Video classes
Refresh video - get its status.
:return: The video's status, one of...
* :data:`SOURCE_ERROR`
* :data:`SOURCE_EMPTY`
* :data:`SOURCE_READY`
* :data:`SOURCE_PLAYING`
* :data:`SOURCE_STOPPED`
:value: see `FFmpeg Video and Image Status`_.
:rtype: int
@ -210,13 +197,7 @@ Image classes
Image status. (readonly)
:type: int
:value: one of...
* :data:`SOURCE_ERROR`
* :data:`SOURCE_EMPTY`
* :data:`SOURCE_READY`
* :data:`SOURCE_PLAYING`
* :data:`SOURCE_STOPPED`
:value: see `FFmpeg Video and Image Status`_.
.. attribute:: valid
@ -267,13 +248,7 @@ Image classes
Refresh image, i.e. load it.
:return: the video's status, one of...
* :data:`SOURCE_ERROR`
* :data:`SOURCE_EMPTY`
* :data:`SOURCE_READY`
* :data:`SOURCE_PLAYING`
* :data:`SOURCE_STOPPED`
:value: see `FFmpeg Video and Image Status`_.
:rtype: int
@ -350,36 +325,7 @@ Image classes
:type positionX: int
:arg positionY: Upper boundary of the region to be drawn on.
:type positionY: int
:arg mode: Drawing mode, one of... (optional)
* :data:`IMB_BLEND_MIX`
* :data:`IMB_BLEND_ADD`
* :data:`IMB_BLEND_SUB`
* :data:`IMB_BLEND_MUL`
* :data:`IMB_BLEND_LIGHTEN`
* :data:`IMB_BLEND_DARKEN`
* :data:`IMB_BLEND_ERASE_ALPHA`
* :data:`IMB_BLEND_ADD_ALPHA`
* :data:`IMB_BLEND_OVERLAY`
* :data:`IMB_BLEND_HARDLIGHT`
* :data:`IMB_BLEND_COLORBURN`
* :data:`IMB_BLEND_LINEARBURN`
* :data:`IMB_BLEND_COLORDODGE`
* :data:`IMB_BLEND_SCREEN`
* :data:`IMB_BLEND_SOFTLIGHT`
* :data:`IMB_BLEND_PINLIGHT`
* :data:`IMB_BLEND_VIVIDLIGHT`
* :data:`IMB_BLEND_LINEARLIGHT`
* :data:`IMB_BLEND_DIFFERENCE`
* :data:`IMB_BLEND_EXCLUSION`
* :data:`IMB_BLEND_HUE`
* :data:`IMB_BLEND_SATURATION`
* :data:`IMB_BLEND_LUMINOSITY`
* :data:`IMB_BLEND_COLOR`
* :data:`IMB_BLEND_COPY`
* :data:`IMB_BLEND_COPY_RGB`
* :data:`IMB_BLEND_COPY_ALPHA`
:arg mode: Drawing mode, see `Image Blending Modes`_.
:type mode: int
@ -1100,8 +1046,8 @@ Functions
Constants
*********
FFmpeg video and image statuses
+++++++++++++++++++++++++++++++
FFmpeg Video and Image Status
+++++++++++++++++++++++++++++
.. data:: SOURCE_ERROR
@ -1115,7 +1061,7 @@ FFmpeg video and image statuses
.. data:: SOURCE_STOPPED
Image blending modes
Image Blending Modes
++++++++++++++++++++
See Wikipedia's `Blend Modes <https://en.wikipedia.org/wiki/Blend_modes>`_ for reference.