[Maya-Python] Re: Bug with MSyntax?

2009-06-03 Thread Dean Edmonds
On Tue, Jun 2, 2009 at 18:49, AK Eric wrote: > > If I re-order the .addFlag's, whichever one is listed first won't be > captured.  So if I list the radius first, anything I pass in via -r or > -radius simply won't be seen. How are you determining that is it not "seen"? Does Maya give you an err

[Maya-Python] Re: Bug with MSyntax?

2009-06-02 Thread AK Eric
If I re-order the .addFlag's, whichever one is listed first won't be captured. So if I list the radius first, anything I pass in via -r or -radius simply won't be seen. if I list the .heightFlag first, same thing. It seems blatantly broken... but it also seems like maybe this is something local

[Maya-Python] Re: Bug with MSyntax?

2009-05-31 Thread Dean Edmonds
It works fine for me in both 2008 and 2009. How do you know that it's skipping the first flag. Does the 'help' command not display it? On Fri, May 29, 2009 at 17:09, Eric Pavey wrote: > > This is probably a long shot, but I thought I'd ask in case anyone > else has ran into this: > > First off