Hi @Hemuli431, sorry about this. I’m pretty certain the size progress overlay is causing this. To get an accurate size of the nodes, the plugin needs to zoom in on each node on the graph, I temporary hide this by drawing an overlay of the graph while it is doing this process.
Could you try disabling the setting ShowOverlayWhenCachingNodes
, you can find this setting by searching in the Editor Preferences.
This should show the graph jumping around for a very brief period of time when you press F and hopefully not freeze while doing it.
But this jumping process will only happen once per node since it will save the data for later use. To do it again for testing, you need to force refresh the node size by selecting the nodes and pressing CTRL + SHIFT + R
.
Let me know if disabling this setting fixes the freeze. I suspect this is directly related to the way I’m drawing the graph onto the screen using a render target.