can visually see connections between parameters in the node view
This commit is contained in:
@@ -45,6 +45,11 @@ Node *NodeParam::parent()
|
||||
return static_cast<Node*>(QObject::parent());
|
||||
}
|
||||
|
||||
int NodeParam::index()
|
||||
{
|
||||
return parent()->IndexOfParameter(this);
|
||||
}
|
||||
|
||||
const QVector<NodeEdgePtr> &NodeParam::edges()
|
||||
{
|
||||
return edges_;
|
||||
|
||||
Reference in New Issue
Block a user