Eneroth3 / eneroth-solid-tools

Solid operations for SketchUp
MIT License
26 stars 3 forks source link

User feedback during long operations #10

Open Eneroth3 opened 6 years ago

Eneroth3 commented 6 years ago

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 commented 6 years ago

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