crolando / plano

refactor & augmentation of thedmd's imgui-node-editor blueprint example to be more fleshed out
6 stars 3 forks source link

Fix: Dropping a link on background spawns a node #6

Open crolando opened 1 year ago

crolando commented 1 year ago

In the blueprint demo from @thedmd, you can drag out a link from a pin, and drop it onto the background. This lets the user spawn a node node, and hooks-up the link to an appropriate input. I broke it, and adamsepp fixed it here: https://github.com/crolando/plano/commit/f9d77287c2d41f74aaca3df92d280fead0aa3200#diff-a3f423ffb4be3d312343fd76e7263eb4d86dc70284ec2b9d2a63c9334c5e2ac0

In this task, I will port his fixes over