Re: [Maya-Python] Transparent QWidget on Viewport

2016-03-14 Thread Antonio Govela
I'm having similar issues while trying to display a png file with transparent background, maya turns it black(the background). Since the last post form this thread was in 2012, has there been any success with this? Thanks! On Sunday, September 2, 2012 at 11:36:32 AM UTC-7, Justin Israel wrote:

Re: [Maya-Python] Transparent QWidget on Viewport

2012-09-02 Thread Justin Israel
I've seen other people post about this issue as well. I think maya uses the window id to draw directly to the widget in OpenGL. So the solution would probably involve drawing to it in a lower level way. The best I have thought about for now is having an event filter with a widget just parented

Re: [Maya-Python] Transparent QWidget on Viewport

2012-08-31 Thread Justin Israel
Whenever I try to parent a widget to the M3dView, I can't see it. I assume Maya is handling the parenting action explicitly in a custom way. The only thing I can suggest is having a floating widget that tracks the position of the M3dView widget. Maybe someone else has had better luck than me. O