View Single Post
# 6 19-10-2013 , 01:03 AM
ctbram's Avatar
Moderator
Join Date: Jan 2004
Location: Michigan, USA
Posts: 2,998
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.