AmbitiousAlan
AmbitiousAlan
Used the following to fix the bug on my side. ``` bool isNodeHovered = false;// = ImNodes::IsNodeHovered(&idOfHoveredNode); int idOfHoveredNode; int vectorPositionOfidOfHoveredNode; for(int i = 0; i < nodes.size(); i++) {...
This is better, but one part of the bug remains. -Node Editor selected + hover mouse over node = works -Node Editor not selected + hover mouse over node =...
All examples with something to download does this
Is this what you were looking for? 

Like this? 
I don't think that did anything. (output is the same as not writing --debug) I don't know --debug otherwise.
filename = _fetch_file(name) is returning None. Why? response = request.urlopen(remote) fails. Why? Because remote = https://github.com/glumpy/glumpy-data/raw/master/Data\brain.obj If the error is simply the slash, then the bug resides in os.path.join(server, filename)....