Hey, Has anyone found any other way to parent a scriptJob to a PyQt created GUI in maya without having to attach a maya created dummy object?
This is what we're doing: dummyObj = cmds.helpLine(visible=False, width=100, parent='mainVerticalLayout') cmds.scriptJob( e=['SelectionChanged', self.updateUI], parent=dummyObj ) mainVerticalLayout being the PyQt object. If I parent the scriptJob directly to mainVerticalLayout maya doesn't seem to see it. Cheers, Shawn -- http://groups.google.com/group/python_inside_maya
