Re: [Maya-Python] Newbie (Hi) Third Party Python Script issue !

2014-11-24 Thread kevcortez99
dood. just post the code that's in the script. -- 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 python_inside_maya+unsubscr...@googlegrou

Re: [Maya-Python] maya_he3d mailing list

2014-11-24 Thread Marcus Ottosson
Ah, good to know. I somehow assumed it would be about Python, but it makes sense for it to be about Maya in general. On 24 November 2014 at 17:30, Fredrik Averpil wrote: > Yeah, hehe. It's a tad bit more oriented towards non-scripting. MEL's > allowed though ;) > > // F > mån 24 nov 2014 kl. 18:

Re: [Maya-Python] maya_he3d mailing list

2014-11-24 Thread Fredrik Averpil
Yeah, hehe. It's a tad bit more oriented towards non-scripting. MEL's allowed though ;) // F mån 24 nov 2014 kl. 18:27 Marcus Ottosson skrev: > Think I just stumbled upon a parallel universe. > https://groups.google.com/forum/#!forum/maya_he3d > > Anyone familiar with it? > ​ > -- > *Marcus Otto

[Maya-Python] maya_he3d mailing list

2014-11-24 Thread Marcus Ottosson
Think I just stumbled upon a parallel universe. https://groups.google.com/forum/#!forum/maya_he3d Anyone familiar with it? ​ -- *Marcus Ottosson* konstrukt...@gmail.com -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To

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] What are good python practices for running script jobs?

2014-11-24 Thread Marcus Ottosson
You would typically employ a scriptJob ; which is the Maya way of providing arbitrary callbacks to supported events, such as selecting a node. >From the documentation, MEL // Set up a job that runs for the l

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

2014-11-24 Thread Dillon B
For example, say that I was to select a curve (functioning as a controller) and I was to broadcast a message or emit an event every time it is selected. How would I go about programming this elegantly? -- You received this message because you are subscribed to the Google Groups "Python Program

Re: [Maya-Python] Re: can C++ call python scripts?

2014-11-24 Thread Marcus Ottosson
maya.mcds Did you say Maya McDonalds? :O Yum! ​ On 24 November 2014 at 15:24, Paul Molodowitch wrote: > On Sun, Nov 23, 2014 at 8:40 PM, Janos Hunyadi > wrote: > >> Better just calling straight up mel commands from the c++ Api. Maya >> converts these wrapped python commands back to mel anyway.

Re: [Maya-Python] Re: can C++ call python scripts?

2014-11-24 Thread Paul Molodowitch
On Sun, Nov 23, 2014 at 8:40 PM, Janos Hunyadi wrote: > Better just calling straight up mel commands from the c++ Api. Maya > converts these wrapped python commands back to mel anyway. > I believe this is not strictly true... I think the python bindings are made to the underlying C++ core, not m

Re: [Maya-Python] mouse event?

2014-11-24 Thread Justin Israel
That's a bit of a generic question. It sounds like you want complete and unconditional control over any mouse click to run your function? If that is what you want, you should search the history on this list because the topic about installing event filters through Qt has been discussed. Maybe you wa

[Maya-Python] Re: can C++ call python scripts?

2014-11-24 Thread max1
ok!...Thanks -:) ... -- 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 python_inside_maya+unsubscr...@googlegroups.com. To view this discu

[Maya-Python] mouse event?

2014-11-24 Thread max1
hi... i want,when releasing a mouse button,maya run a function... please help me! thank :) -- 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 t