ScriptSpot

Forum topic · General Scripting

progressBar value in large script

By maucerichris · 2017-08-27

Description

Hi everybody,

I just wrote an Autorigger Tool in maxscript, and I would add a Progress bar to show how long it will took to end the script.

My process was making a structure with some functions for buidling the body parts, and a floating rollout with the interface.
when you it the create button, it calls the functions that buid the rig.

So I try to figure out, how to get the percents of building to show in my progress bar?

Thank you.

Comments (1)

fajar · 2017-09-02

there's many sample here, try soulburn script , I forget what the script called but its one of those in package. May be bitmap collector ? but if you want to use it in long calculation I recommend you, don't use it, just use format and timestamp() function will be enough. search timestamp function in maxscript help.

hope this help you.