|
Blender V4.3
|
Classes | |
| class | blender::compositor::NodeInput |
| NodeInput are sockets that can receive data/input. More... | |
| class | blender::compositor::NodeOutput |
| NodeOutput are sockets that can send data/input. More... | |
| class | blender::compositor::NodeOperation |
| NodeOperation contains calculation logic. More... | |
Enumerations | |
| enum class | blender::compositor::DataType { blender::compositor::DataType::Value = 0 , blender::compositor::DataType::Vector = 1 , blender::compositor::DataType::Color = 2 , blender::compositor::DataType::Float2 = 3 } |
| possible data types for sockets More... | |
| enum class | blender::compositor::ResizeMode { blender::compositor::ResizeMode::Center = NS_CR_CENTER , blender::compositor::ResizeMode::None = NS_CR_NONE , blender::compositor::ResizeMode::Align = 100 , blender::compositor::ResizeMode::FitWidth = NS_CR_FIT_WIDTH , blender::compositor::ResizeMode::FitHeight = NS_CR_FIT_HEIGHT , blender::compositor::ResizeMode::FitAny = NS_CR_FIT , blender::compositor::ResizeMode::Stretch = NS_CR_STRETCH } |
| Resize modes of inputsockets How are the input and working resolutions matched. More... | |
|
strong |
possible data types for sockets
| Enumerator | |
|---|---|
| Value | Value data type. |
| Vector | Vector data type. |
| Color | Color data type. |
| Float2 | Float2 data type. |
Definition at line 21 of file COM_defines.h.
|
strong |
Resize modes of inputsockets How are the input and working resolutions matched.
Definition at line 47 of file COM_NodeOperation.h.