You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely a "me" problem but I wanted to put it out there in case anyone has seen something like this before.
Most of the time, my node-editor app works great, but occasionally when I am dragging a node it will "twitch" -- suddenly jump to an unexpected location.
In the screencast attached, I am dragging the "dot" node labeled "receive" smoothly around. The copious debugging spew you can see going by in the log tab indicates that when the node "jumps", the imgui cursor position is changing unexpectedly when I call beginNode()
I'm using the Python bindings provided by imgui_bundle which uses this fork of imgui-node-editor, currently 34 commits behind master.
This is most likely a "me" problem but I wanted to put it out there in case anyone has seen something like this before.
Most of the time, my node-editor app works great, but occasionally when I am dragging a node it will "twitch" -- suddenly jump to an unexpected location.
In the screencast attached, I am dragging the "dot" node labeled "receive" smoothly around. The copious debugging spew you can see going by in the log tab indicates that when the node "jumps", the imgui cursor position is changing unexpectedly when I call
beginNode()I'm using the Python bindings provided by imgui_bundle which uses this fork of imgui-node-editor, currently 34 commits behind master.
Does this ring any bells with anyone?
twitching.mp4