Answer is to change line 113 to accept extra args: def refresh(self, *args):
Thanks Seth! On Nov 3, 10:47 am, Count Zer0 <[email protected]> wrote: > Anybody get loggingControl.py to work? > > I tried: > > from pymel.tools import loggingControl > reload(loggingControl) > loggingControl.initMenu() > > But clicking the new 'Logging Control' menu in Maya yields: > > # Error: refreshLoggingMenu() takes exactly 1 argument (3 given) > # TypeError: refreshLoggingMenu() takes exactly 1 argument (3 given) # -- http://groups.google.com/group/python_inside_maya
