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

User feedback during long operations #10

Open
Eneroth3 opened this issue Mar 31, 2018 · 1 comment
Open

User feedback during long operations #10

Eneroth3 opened this issue Mar 31, 2018 · 1 comment

Comments

@Eneroth3
Copy link
Owner

This should be done in the tool layer, not in operations themselves. Operations can be used in other extensions where they are just a tiny part of a longer operation, e.g. drawing a house. In such situations it doesn't make any sense to have the feedback saying "56% done" when perhaps 2 or 86 % is done. Also it falls outside the scope of the operations to give user feedback.

The feedback must also fit into the branding of SU and the platform, e.g. be simple statusbar text.

One implementation could be to have BulKSolidOperations yield count, total, container1 and container2 on each operation, total being number of targets multiplied by number of modifiers. Then the tools could produce statusbar texts such as "52% (Uniting Car and Zeppelin)".

@Eneroth3
Copy link
Owner Author

Eneroth3 commented Apr 4, 2018

Feedback used in SketchUp Simplify Contours Tool. Seems to be used in Sandbox Tools too.

Eneroth Solid Tools could have an identical progress indicator.

2018-04-04_11h45_52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant