Re: [Maya-Python] mayapy playblast

2016-09-17 Thread Fredrik Averpil
> xvfb Ah, that was clever! Following this topic with interest. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Maya-Python] mayapy playblast

2016-09-17 Thread Marcus Ottosson
Sorry, that yum command should have been: $ yum install xorg-x11-server-Xvfb ​ On 17 September 2016 at 17:12, Marcus Ottosson wrote: > Got this somewhat further, with newfound knowledge of Xvfb. > > $ yum install xorg-x11-server-Xorg > $ Xvfb :99 -screen 0 1024x768x16

Re: [Maya-Python] mayapy playblast

2016-09-17 Thread Marcus Ottosson
Got this somewhat further, with newfound knowledge of Xvfb. $ yum install xorg-x11-server-Xorg $ Xvfb :99 -screen 0 1024x768x16 2>/dev/null & $ mayapy -c "from maya import standalone, cmds; \ standalone.initialize(); \ cmds.playblast(format='image')" In a nutshell how it works is that as

Re: [Maya-Python] Optimise this: Hierarchy from String

2016-09-17 Thread Justin Israel
On Sat, 17 Sep 2016, 6:12 PM Alok Gandhi wrote: > Also I would like to throw my 2 cents in as someone that develops not as >> one that writes scripts and tools on a per-show basis to get shots finaled, >> but as one that works on longer term projects to serve the

Re: [Maya-Python] Optimise this: Hierarchy from String

2016-09-17 Thread Alok Gandhi
> > Also I would like to throw my 2 cents in as someone that develops not as > one that writes scripts and tools on a per-show basis to get shots finaled, > but as one that works on longer term projects to serve the ongoing > pipeline. The advise from that conference might be more applicable to >