Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-24 Thread Timothy Kim
Thanks for looking into Justin. From: python_inside_maya@googlegroups.com on behalf of Justin Israel Sent: Thursday, August 23, 2018 5:42 PM To: python_inside_maya@googlegroups.com Subject: Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again

Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-23 Thread Justin Israel
ointer to the maya main window > ptr = mui.MQtUtil.mainWindow() > # use sip to wrap the pointer into a QObject > win = shiboken2.wrapInstance(long(ptr), QtWidgets.QWidget) > d = MyDialog(win) > d.show() > > return d > > > try: > dialog.deleteLater() > except: >

Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-23 Thread Timothy Kim
ialog.deleteLater() except: pass dialog = show() From: Timothy Kim Sent: Thursday, August 23, 2018 12:35:46 PM To: python_inside_maya@googlegroups.com Subject: Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ? Hey Justin, It seems like putting t

Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-23 Thread Timothy Kim
@googlegroups.com Subject: [MailingList] Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ? Thank Justin. I don't have access to my code right now to check the differences between mine and this one but this code works perfectly fine. Thanks again

Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-20 Thread Timothy Kim
:26 PM To: python_inside_maya@googlegroups.com Subject: Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ? ** Incoming mail from outside The Mill ** On Sat, Aug 18, 2018 at 4:14 AM tim2018 mailto:t...@themill.com>> wrote: Hello, Thanks for the examples but I noticed tha

Re: [Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-19 Thread Justin Israel
On Sat, Aug 18, 2018 at 4:14 AM tim2018 wrote: > Hello, Thanks for the examples but I noticed that none of the icons in > modelEditorIconBar seem to work. Clicking on shaded or wireframe icons have > no effect in the viewport. Does anyone know how to fix this problem? I am > referring to

[Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-17 Thread tim2018
Hello, Thanks for the examples but I noticed that none of the icons in modelEditorIconBar seem to work. Clicking on shaded or wireframe icons have no effect in the viewport. Does anyone know how to fix this problem? I am referring to example1. Thanks > > -- You received this message

[Maya-Python] Re: How to embed modelPanel to a pyqt ui (again) ?

2018-08-17 Thread tim2018
Hello, Thanks for the examples but I noticed that none of the icons in modelEditorIconBar seem to work. Clicking on shaded or wireframe icons have no effect in the viewport. Does anyone know how to fix this problem? I am referring to example1. Thanks On Friday, 23 May 2014 13:50:56 UTC-4,