MattFiler / OpenCAGE

A modding toolkit for Alien: Isolation that gives access to scripting, assets, configurations, and behaviour trees.
http://opencage.co.uk
MIT License
263 stars 12 forks source link

nodegraph viewer objects overlapping cannot be moved #208

Closed ghramsey closed 1 year ago

ghramsey commented 1 year ago

The nodegraph bubbles can no longer be moved now that they're linked to the commands editor.

Clicking on the bubbles refreshes the nodegraph window and refreshes the commands editor. Now when they overlap like this they can't be moved.

image

I've noticed before that very large graphs can become messy-looking when many link lines are leading from one side of the graph to the other. Not sure there is much of a fix for that since it's showing a graph of nodelinks.

MattFiler commented 1 year ago

you can resize the window which might help the layout for bigger setups - good spot on the drag issue though, will change that behaviour

MattFiler commented 1 year ago

I've fixed this in a branch: you can now enable the selection feature via a checkbox, or disable it if you prefer.

Will merge it down to staging shortly, but marking it as done so I don't forget :)