mathnode: implemented add/subtract/multiply/divide/power functions

Includes implementing combobox UI for the NodeParamViewWidgetBridge.
This commit is contained in:
itsmattkc
2020-04-15 01:52:24 +10:00
parent fd1ecfae6f
commit a0a7d106dc
15 changed files with 451 additions and 88 deletions
-5
View File
@@ -22,11 +22,6 @@
OLIVE_NAMESPACE_ENTER
NodeGraph::NodeGraph()
{
}
void NodeGraph::Clear()
{
foreach (Node* node, node_children_) {