We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f561f61 commit 146287bCopy full SHA for 146287b
Assets/com.alelievr.NodeGraphProcessor/Editor/Views/BaseGraphView.cs
@@ -1231,7 +1231,7 @@ protected virtual void InitializeView() {}
1231
public virtual IEnumerable<(string path, Type type)> FilterCreateNodeMenuEntries()
1232
{
1233
// By default we don't filter anything
1234
- foreach (var nodeMenuItem in NodeProvider.GetNodeMenuEntries())
+ foreach (var nodeMenuItem in NodeProvider.GetNodeMenuEntries(graph))
1235
yield return nodeMenuItem;
1236
1237
// TODO: add exposed properties to this list
0 commit comments