Skip to content

Conversation

@Micheus
Copy link
Collaborator

@Micheus Micheus commented Mar 14, 2025

I spent two days traying to add an MMB option to the Connect command that could
allow us to connect edges multiple times by dragging the mouse on screen as we
use to do other adjustments.

The way the dragging code works currently doesn't updates correctly the model after
we finish the command. So, I changed it a little and it's working gracefully now.
It was required to check for selection changes as well as force dlist to be invalidated.

I hope you can approve this change or suggest a better way to achieve the result. This
kind of dynamic update could be used in other commands we can add further.

NOTE: Added the MMB option to the Connect command, allowing us to dynamically
increase the amount of cut;

connect-multiple2

Micheus added 3 commits March 13, 2025 22:28
  updated on screen. That happens when an operation add more elements
  dynamically, like in this code which we add multiple connections that
  bacome selected for better feedback.
  are integer values which was not handled before.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant