limit to the number of objects?

 From:  Michael Gibson
4886.9 In reply to 4886.8 
Hi NightCabbage,

> Would it be possible to replace the "Calculating..." text with
> a progress bar?

For which particular commands? Unfortunately for many commands it would be quite difficult to make a very accurate progress bar. Some things calculate things in an iterative manner until they reach a good enough accuracy - I don't really know before hand how many iterations they are going to take.

It's hard to make a progress bar work when there is not really a fixed number of steps involved with the operation.

I do want to add progress bars into more places in the future though, especially for file loading.

- Michael