|
Blender
V2.93
|
#include "COM_NodeOperation.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::compositor | |
Functions | |
| Node * | blender::compositor::COM_convert_bnode (bNode *b_node) |
| Wraps a bNode in its Node instance. More... | |
| bool | blender::compositor::COM_bnode_is_fast_node (const bNode &b_node) |
| True if the node is considered 'fast'. More... | |
| NodeOperation * | blender::compositor::COM_convert_data_type (const NodeOperationOutput &from, const NodeOperationInput &to) |
| This function will add a datetype conversion rule when the to-socket does not support the from-socket actual data type. More... | |
| void | blender::compositor::COM_convert_resolution (NodeOperationBuilder &builder, NodeOperationOutput *fromSocket, NodeOperationInput *toSocket) |
| This function will add a resolution rule based on the settings of the NodeInput. More... | |