|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::unregister_node | ( | const std::shared_ptr< Nodes::Node > & | node, |
| const Nodes::ProcessingToken & | token, | ||
| uint32_t | channel = 0 |
||
| ) |
Removes a node from the root node of specified channels.
| node | Node to remove |
| channels | Vector of channel indices |
Removes the node from being a child of the root node for the specified channels. Uses the default engine's node graph manager.
Definition at line 57 of file Graph.cpp.
References MayaFlux::Journal::API, get_node_graph_manager(), MF_ERROR, MayaFlux::Journal::NodeProcessing, and token.
Here is the call graph for this function: