[Maya-Python] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2019-06-25 Thread samio al
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Re: [Maya-Python] Need a single python script rather than calling from mel

2019-06-25 Thread Justin Israel
On Tue, Jun 25, 2019, 11:13 PM Vishal Kadam wrote: > hi, > > Please find the attachment > A script by Martin Baadsgaard > > > can this script be written in a single python rather than calling from mel > It is already written in Python. The Mel

[Maya-Python] Re: calling mel script from python

2019-06-25 Thread AK Eric
In general it's bad form to require a source of a mel script to trigger execution. If you make a global mel proc in the script with the same name as the script, you can just do: mel.eval("test"); And that will execute it. -- You received this message because you are subscribed to the Google Gr

[Maya-Python] calling mel script from python

2019-06-25 Thread Vishal Kadam
I was trying to create python script from maya import cmds if(cmds.window('window1',q=1,ex=1)):cmds.deleteUI('window1') cmds.window('window1',t='test file',mb=1) cmds.columnlayout(adj=1) cmds.button(c='testMEL',l=test) cmds.showWindow('window1') def testMEL(): mel.eval('source "/usr/people/v

Re: [Maya-Python] playblasting mayapy black screen

2019-06-25 Thread Juan Cristóbal Quesada
i did search, and there is no solution for this in the replies I think the only way to have HUDs in the playblast if you want to run it in a farn node is to instantiate the Maya GUI exe and run the script that opens the file and performs the playblast. There is no answer to how to do a pl

[Maya-Python] Need a single python script rather than calling from mel

2019-06-25 Thread Vishal Kadam
hi, Please find the attachment A script by Martin Baadsgaard can this script be written in a single python rather than calling from mel -- You received this message because you are subscribed to the Google Groups "Python Programming for Auto

Re: [Maya-Python] playblasting mayapy black screen

2019-06-25 Thread Marcus Ottosson
Have a search on this mailing list, there's been a few topics on this before. On Tue, 25 Jun 2019 at 11:05, Juan Cristóbal Quesada < juan.cristobal...@gmail.com> wrote: > Hi, > is it possible to playblast in batch mode with all hud options and > multiple different cameras? > > So far im getting a

[Maya-Python] playblasting mayapy black screen

2019-06-25 Thread Juan Cristóbal Quesada
Hi, is it possible to playblast in batch mode with all hud options and multiple different cameras? So far im getting a useless playblast mov file with black background, some geometry moving, no huds and with no switching between cameras (it doesnt update correclty even leaving the only camera i w