nodeview: allow dropping a node on any edge
Before we checked data types to ensure compatibility, but some nodes (e.g. the math node) may be compatible despite a not apparently compatible data type. We allow users to make any connection quickly this way.
This commit is contained in:
@@ -92,7 +92,7 @@ private:
|
||||
NodeViewItem* attached_item_;
|
||||
|
||||
NodeViewEdge* drop_edge_;
|
||||
NodeInput* drop_compatible_input_;
|
||||
NodeInput* drop_input_;
|
||||
|
||||
NodeViewScene scene_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user