Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread Jefri Yeh
Yeah too bad that after moving it to our custom UI the layer editor doesn't even work anymore. Seems that it's not designed to work that way. The worst case is you need to look at layerEditor.mel and replicate the functionality... On Wed, Sep 9, 2015 at 1:24 AM, Kurian O.S wrote: > I was actuall

Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread Kurian O.S
I was actually looking for a solution similar to outliner like I can have multiple instance in same maya session. On Tue, Sep 8, 2015 at 10:22 AM, yury nedelin wrote: > All LayerEditor.Mel updates take place after Maya is restarted. > On Sep 8, 2015 10:15 AM, "Kurian O.S" wrote: > >> This works

Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread yury nedelin
All LayerEditor.Mel updates take place after Maya is restarted. On Sep 8, 2015 10:15 AM, "Kurian O.S" wrote: > This works, but the issue is once if you source the layerEditor.mel then > we won't get any update on the wrapped one :( > > On Tue, Sep 8, 2015 at 9:58 AM, Kurian O.S wrote: > >> Perfe

Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread Kurian O.S
This works, but the issue is once if you source the layerEditor.mel then we won't get any update on the wrapped one :( On Tue, Sep 8, 2015 at 9:58 AM, Kurian O.S wrote: > Perfect , thanks Jefri > > On Tue, Sep 8, 2015 at 7:14 AM, Jefri Yeh wrote: > >> After abit of searching, it seems that Maya

Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread Kurian O.S
Perfect , thanks Jefri On Tue, Sep 8, 2015 at 7:14 AM, Jefri Yeh wrote: > After abit of searching, it seems that Maya creates the layer editor by > sourcing "layerEditor.mel" in the script directory, and the script can only > create single instance of layerEditor called "DisplayLayerUITabLayout"

Re: [Maya-Python] Layer Editor With PyQT

2015-09-08 Thread Jefri Yeh
After abit of searching, it seems that Maya creates the layer editor by sourcing "layerEditor.mel" in the script directory, and the script can only create single instance of layerEditor called "DisplayLayerUITabLayout" (repeated sourcing layerEditor.mel will fail). Thus if we use this unique name

[Maya-Python] Layer Editor With PyQT

2015-09-07 Thread Kurian O.S
Hey Guys, Anyone got any luck to embed maya layer editor inside a pyqt dialog ?. i was able to embed some of the other ui items like panel's outliner etc.. but layer editor I never got any idea. Anyone have any hints ? Thanks -- --:: Kurian ::-- -- You received this message because you are su