Notifications
Clear all

[Closed] progress bar oddity….. any ideas?

Looking for some help on this one, wondering if anyone has run into this.

I’ve got a script with a fairly lengthy run time so I’ve added in the progress bar, and keep it updated as we loop through all the geometry in the scene. The script is parsing out by name all of the objects that were imported from Sketchup and merging in and replacing them with 3dsmax objects from our library.

Problem is that the progress bar update keeps flagging the cancel button and I’m getting a bunch of pop ups that say are you sure you want to cancel?? I never hit cancel… and no there’s nothing leaning on the ESC key…

I really want to have the progress bar active because the script on a full scene takes about a minute to run.

any ideas?

thx /bk

1 Reply

I’ve got a script with a fairly lengthy run time so I’ve added in the progress bar, and keep it updated as we loop through all the geometry in the scene. The script is parsing out by name all of the objects that were imported from Sketchup and merging in and replacing them with 3dsmax objects from our library.
Problem is that the progress bar update keeps flagging the cancel button and I’m getting a bunch of pop ups that say are you sure you want to cancel?? I never hit cancel… and no there’s nothing leaning on the ESC key…

Post the part of your code that’s failing, otherwise, we’re just guessing.