A good source of Maya + Python information is CGTalk's Maya Programming forum:
http://forums.cgsociety.org/forumdisplay.php?f=89
In particular, there's this lengthy thread titled "wxPython and Maya 8.5".
http://forums.cgsociety.org/showthread.php?f=89&t=453070
I imagine it's all still applicabl
To use wx in maya you have to add wxPython folder path into
mayapython sys.path. Python 2.5 is integrated with maya 2008, so it should work
just fine. You can do quite a lot with maya UI using maya.cmds.
cgBartek
> Depends on how python is integrated with maya, are there other plugins
> that us
Depends on how python is integrated with maya, are there other plugins
that use external GUI libraries? You might want to ask a maya list
they will know better.
On Mon, May 19, 2008 at 8:14 PM, kNish <[EMAIL PROTECTED]> wrote:
> I need to call it from inside Maya.
>
>
>
> On Mon, May 1
I need to call it from inside Maya.
On Mon, May 19, 2008 at 7:54 PM, kNish <[EMAIL PROTECTED]> wrote:
> Hi,
>
>How good is python 3rd party plugin like wxpython compatible
> with maya 2008 that is running on windows 64. Do you say it is a good idea
> to run scripts on it