|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::compositor |
Functions | |
| Node * | blender::compositor::COM_convert_bnode (bNode *b_node) |
| Wraps a bNode in its Node instance. | |
| NodeOperation * | blender::compositor::COM_convert_data_type (const NodeOperationOutput &from, const NodeOperationInput &to) |
| This function will add a date-type conversion rule when the to-socket does not support the from-socket actual data type. | |
| void | blender::compositor::COM_convert_canvas (NodeOperationBuilder &builder, NodeOperationOutput *from_socket, NodeOperationInput *to_socket) |
| This function will add a resolution rule based on the settings of the NodeInput. | |