AmbitiousAlan

Results 8 comments of 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? ![image](https://user-images.githubusercontent.com/18636088/63277663-b9752300-c273-11e9-9abe-bdf8a4f04743.png)

![image](https://user-images.githubusercontent.com/18636088/63310486-eb64a480-c2c8-11e9-90ac-178950d7f596.png)

Like this? ![image](https://user-images.githubusercontent.com/18636088/63483949-fb68b980-c46b-11e9-992c-e72422708d90.png)

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)....