1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.. _composite-nodes-input-index:
###############
Input Nodes
###############
Input nodes produce information from a data source.
For instance, an input can be:
- Taken directly from the active camera in a selected scene.
- A static image.
- A movie clip (such as an image sequence or video).
- A color or value.
These nodes generate the information that is passed to other nodes.
As such, they have no input sockets; only outputs.
.. toctree::
:maxdepth: 1
constant/index.rst
----------
.. toctree::
:maxdepth: 1
bokeh_image.rst
image.rst
mask.rst
movie_clip.rst
texture.rst
----------
.. toctree::
:maxdepth: 1
scene/index.rst
|