SynapseWeb / PyReconstruct

GNU General Public License v3.0
8 stars 2 forks source link

Multi-Cut Knife Tool #27

Closed AndrewLyon closed 5 months ago

AndrewLyon commented 6 months ago

Is your feature request related to a problem? Please describe.

In the older version of Reconstruct, you could use the knife tool on multiple parts of the same object without having to select/deselect anything.

Describe the solution you'd like

Re-enabling this feature, or allow an option to choose between the two

Describe alternatives you've considered

N/A

Additional context

N/A

quasiTriestino commented 6 months ago

So I understand correctly, you'd like to be able to cut all objects that fall underneath the knife cut? I can see right now how this is a hassle -- If you want to keep cutting the same object multiple times, you've got to continually de-select / select.

AndrewLyon commented 6 months ago

Yes please!

quasiTriestino commented 5 months ago

@AndrewLyon We've implemented this as of commit 9579524 - You now can cut multiple selected traces of the same name. So if you're cutting an object, you can continue cutting without having to deselect. Give it a try and let us know how it goes. Thanks!

AndrewLyon commented 5 months ago

Works beautifully. Thanks again!