Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node editing ability takes too long to enable #20

Open
douglasmb opened this issue Jul 16, 2020 · 0 comments
Open

node editing ability takes too long to enable #20

douglasmb opened this issue Jul 16, 2020 · 0 comments

Comments

@douglasmb
Copy link

The issue has to do with editing the name of nodes or deleting them (as opposed to moving them on the object).

We should separate the "node panning" function from "node editing" functions. It often takes a long time for the node to become editable after clicking on it because aleph rotates and pans to the node which can take a while for a big mesh. There's no reason those two functions need to be tied to each other.

In the node list, we should have two buttons: 1 says "zoom to node" or "pan to node". the other says "edit". Seems like you should be able to click "edit" and change the node name or delete it without incurring the cost of rotating and zooming the specimen.

It seems best to separate them because we will always have big meshes or files. I just dont see any reason to connect the two functions. When you want to edit the node, that's what you want to do, not pan then edit. Its counter intutive when your goal is editing the node name and instead you have to rotate and pan before you can do that.

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

No branches or pull requests

1 participant