Even so, say after running the following: import animTools animApp = animTools.launchAnimTools() print type(animApp) print type(animApp).__mro__
<class 'animTools.createAnimationToolsUI'> (<class 'animTools.createAnimationToolsUI'>, <class 'PyQt4.QtGui.QMainWindow'>, <class 'PyQt4.QtGui.QWidget'>, <class 'PyQt4.QtCore.QObject'>, <type 'sip.wrapper'>, <class 'PyQt4.QtGui.QPaintDevice'>, <type 'sip.simplewrapper'>, <class 'animTools_pyAnimToolsUI.Ui_MainWindow'>, <type 'object'>) I am still pretty interested to know how do one go on from there? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/01e073e9-6fe2-42d8-9fa7-4f2675913d17%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
