ProgressBar

vtool.maya_lib.core.ProgressBar(title, count) Manipulate the maya progress bar.
class ProgressBar(title, count)

Manipulate the maya progress bar.

Parameters:
  • title (str) – The name of the progress bar.
  • count (int) – The number of items to iterate in the progress bar.
inc(inc=1)

Set the current increment.

end()

End the progress bar.

status(status_string)

Set that status string of the progress bar.

break_signaled()

break the progress bar loop so that it stops and disappears.