Re: [Maya-Python] Maya Output Window in cmd terminal.

2015-08-14 Thread Dillon Bailey
Output window is the functional equivalent of this. Is this not enough? On Tue, Aug 11, 2015 at 12:48 PM, Macbeth R. wrote: > In windows, is there a way to open Maya via the terminal (cmd), and get > all the output to it?, like in OSX and Linux behavior. Without the need of > the secondary outpu

Re: [Maya-Python] What are good python practices for running script jobs?

2014-11-24 Thread Dillon Bailey
Thanks Marcus! On Mon, Nov 24, 2014 at 11:58 AM, Marcus Ottosson wrote: > You would typically employ a scriptJob > ; > which is the Maya way of providing arbitrary callbacks to supported events, > such as s

Re: [Maya-Python] Re: [ANN] Plow: Open Source Render Farm Software for VFX

2014-04-08 Thread Dillon Bailey
Im also a Qube Certified Admin and would love to check this software out! On Tue, Apr 8, 2014 at 5:23 PM, Chad Vernon wrote: > Hey Justin, > > I'd be interested in contributing whenever the project starts back up. > > Chad > > > On Wednesday, January 22, 2014 10:26:42 PM UTC-8, Justin Israel wr

Re: [Maya-Python] creating object of QtGui.QWidget() throws me out of python iterpreter

2014-03-12 Thread Dillon Bailey
Thanks so much for sharing this info! On Wednesday, March 12, 2014, Justin Israel wrote: > This is a duplicate of the other thread you posted, but ipython is not a > requirement. It is available on win/Mac/Linux and just makes it easier to > play around with Qt from the command line because it c

[Maya-Python] Re: XML parsing error "Error: TypeError: unbound method setDocumentLocator()"

2013-01-25 Thread Dillon Bailey
That did it!!! Thanks so much!! On Friday, January 25, 2013, Ed Caspersen wrote: > try passing the instance instead of the class to setContentHandler > > parser.setContentHandler(xmlHandler()) > > Ed Caspersen > > > On Fri, Jan 25, 2013 at 8:26 AM, Dillon Bailey >

[Maya-Python] XML parsing error "Error: TypeError: unbound method setDocumentLocator()"

2013-01-25 Thread Dillon Bailey
aracters(self, ch): if self.desc: print ch def endElement(self, name): if name == 'description': self.desc = False print '\n' parser = make_parser() parser.setContentHandler(xmlHandler) parser.parse('C:\\20130124.x

Re: [Maya-Python] [ANN] Node Interface for Maya 2011

2012-08-02 Thread Dillon Bailey
Thanks a ton for sharing your code. I was designed a node based graphing system in pyqt and your code will be very helpful for me to learn from. On Thu, Aug 2, 2012 at 6:01 AM, 张宇 <1988he...@gmail.com> wrote: > This is really awesome work! Waiting for tutorial!!! > > > 2012/8/2 Justin Israel > >

Re: [Maya-Python] PyQt custom frameLayout widget

2012-05-16 Thread Dillon Bailey
If you could post, that would be great! On Tuesday, May 15, 2012, David Moulder wrote: > Bur's implementation is very nice. I've modified the widgets paintEvent > method to add a Maya style look to them. I can post back up if people are > interested. > > > > On Mon, May 14, 2012 at 10:23 PM, Jo