I downloaded the script ND and this is line 333
cmds.progressBar(progressControl, edit=True, pr=0)
progressControl is defined as global in show_window() and instantiated with
progressControl = cmds.progressBar(maxValue=20, width=300)
python is not my thing so beyond this I can't say much.
"If I have seen further it is by standing on the shoulders of giants." Sir Isaac Newton, 1675
Last edited by ctbram; 19-10-2013 at 08:10 AM.