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 Timothy Kim
d try: dialog.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

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

2018-08-23 Thread Timothy Kim
Hey Justin, It seems like putting the paneLayout into a QSplitter causes the issue. I edited your code to add the splitter. From: python_inside_maya@googlegroups.com on behalf of Timothy Kim Sent: Monday, August 20, 2018 9:44:08 AM To: python_inside_maya

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

2018-08-20 Thread Timothy Kim
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. From: python_inside_maya@googlegroups.com on behalf of Justin Israel Sent: Sunday, August 19, 2018 9:37:2