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
