Hey Chris!
Have you tried Textmate, it works nicely with mac/maya/python.
Right now I am using Maxya MEL/PYTHON in my pc as well.
I tried the Komodo thing for maya but I didn't get any answers but
maybe you'll have a better luck this time around.
Martin
On Dec 7, 1:34 pm, Chris Mills wrote:
>
k\maya2009\python\lib\site-packages\beautifulsoup-3.10
> > > -py2.5.egg
> > > Finished processing depencies for pymel == 1.0.0
>
> > > Ok, I will continue now, I think this time is going to work.
>
> > > Martin
>
> > > On Tue, Dec 22, 2009 at 8:36 PM
Hello Everyone,
I just finished setting up Eclipse with Pymel. I had already Pymel
installed in my machine Windows xp 64 and I am using Maya 2009 and so
far has worked out pretty well, pydev is properly placed as well, the
entire set up has been properly been done however, when I go to
Eclipse > F
Hi there,
I got everything working sort of ok right now in terms of having
Eclipse as my Maya IDE, I had Pymel is working just fine with Maya
2009, I downloaded Eclipse and Pydev and I followed all the directions
etc.
In Eclipse when I hit the button or press Ctrl + Enter nothing
happens, there i
Hello there,
I still having issues with Eclipse as my Maya IDE, is anyone else
having any problems with this workflow? every time I execute or press
Ctrl + Enter from Eclipse, the program takes a long pause but nothing
happens in Maya.
Thanks
On Jan 12, 3:51 am, "martinmrom...@gmail.com&qu
pensource one, for WingIDE for the other (they
> > have a personal version as well, just without some of the bells and
> > whistles)
>
> > Dave
>
> > On Thu, Dec 24, 2009 at 8:07 AM, Martin La Land Romero <
> > martinmrom...@gmail.com> wrote:
>
>
Hello Everyone,
I was just wondering. The Maya docs says "If you want to create your
own UI in Maya, we recommend that you use Python"
Does anyone know of good UI tutorials done in python?
I tried running
The following are some helpful tips. We recommend that you use the
shelfEditorWindow.py file
Hello Everyone,
Here is a tool that it is WIP. I know Maya has something already
similar to it however, I figured it could be a good exercise for me
while I am learning python.
The issue that I am running into is, that I only want one full curve
from the selected animated object however as yo
Hello Everyone,
I am currently working on a basic tool, it is WIP. The purpose of the
tool is to create a curve from an object's translation. I know that
Maya has something like this already however, I wanted to create the
actual script myself using Python.
I have a problem with the script, it s
Does anyone know the name of the command or the way that I can get the
full path of the textures from a selected object?
Thanks,
-m
--
http://groups.google.com/group/python_inside_maya
extureNode->FileName").
> Can You explain the details of your problem?
>
> Alex Mirgorodsky.
> Shading TD/ Lighting TD
> Renovation Entertainment.
>
> On Fri, Mar 18, 2011 at 9:50 AM, martinmrom...@gmail.com <
>
> martinmrom...@gmail.com> wrote:
> &g
ape`;
> string $materialList = strip( `connectionInfo -sfd ($sgList[0] +
> ".surfaceShader")`);
> print $materialList;
>
> string $texture = "";
>
> string $class[] = getClassification( `nodeType $materialList` );
>
> if ( "shader/surface" == $class[0]
Hello everyone,
I am a newbie in Python however, I have been using Maya and 3ds max
for fx, lighting, texturing and rendering projects for 4 years now.
I would like to learn more about Python and Maya so that I can
implement the combination of both in my everyday workflow as a visual
effects ar
Thank you all for your input, I really appreciated all of your
comments.
Regards,
Martin
On Jan 21, 8:50 am, Chad Vernon wrote:
> And knowing is half the battle...GI Joe!
>
>
>
> On Wed, Jan 21, 2009 at 8:22 AM, Ofer Koren wrote:
>
> > Another approach is to think of a tool/script/plugin you
Thank you Shawn!
Martin
On Jan 23, 10:38 am, Shawn Patapoff wrote:
> May be really boring, but reading the Python MEL help files can be really
> good. As a lot of the MEL/Python calls have example code.
>
> On Wed, Jan 21, 2009 at 9:37 AM, martinmrom...@gmail.com <
>
> ma
Hello - chad ,
Thank you for taking the time to give out all that information and
also for the examples that you showed us. I am currently learning
Python like I mentioned before however; I do not have any experience
with Mel, I don't know if this is a big deal, should I at least get
familiar wit
Does anyone knows if Mapy version 2.5.6 and Maya 2009 can work
together, I tried it but the connection between them won't happen. I
am also using UltraEdit. I followed the direction but it won't happen
so I figure I'll post the issue here.
If any of you is using this work flow, with the program
o idea why it doesn't work with 2k9.
>
> http://rodmena.com.googlepages.com/mapy_source.rar
>
> Farsheed.
>
> On 2/4/09, martinmrom...@gmail.com wrote:
>
>
>
> > Does anyone knows if Mapy version 2.5.6 and Maya 2009 can work
> > together, I tried it but
Hello there Shaun,
That was a great way to put it Shaun. Yes, I do have the passion,
that's why want to learn more about it.
Thanks again,
Martin
On Feb 4, 4:37 am, sh...@pyrokinesis.co.nz wrote:
> Writing a custom deformer
> plugin to generate nurbs curves with particles
> Driving rman shader
ultraedit .. its working perfect for me ..
>
> On Feb 4, 2:11 pm, "martinmrom...@gmail.com"
> wrote:
>
> > Thank you for mapy's source code Farsheed. I'll give it a try and If
> > I can't figure it out I'll let you know.
>
> > Thanks
&g
പുണ്ട!
wrote:
> Hi Martin
>
> I Dont know is this will help you , i am using this code in UEdit
>
> C:\mapy\mapy.exe -pn 2555 %F
>
> and maya simply i will open this port
>
> and its working perfect
>
> On Sat, Feb 7, 2009 at 1:01 PM, martinmrom...@gmail.com <
>
Thanks Farsheed,
I will see if I can get it to work.
Martin
On Feb 9, 12:28 am, Farsheed Ashouri wrote:
> Sorry, I forgot to mention that you should modify the plug-in contents if
> you use windows, cause I am on Linux since 6 months ago and The Linux
> version of *mapy* is working like a char
* smart brace indenting
http://community.activestate.com/node/3021
So for now this will do the trick, I still need to copy all my scripts
and paste them into the Script Editor however the tool is really
handy.
Thanks
On Feb 9, 12:37 pm, "martinmrom...@gmail.com"
wrote:
> Thanks Farsheed,
>
> I wi
Hi there,
you can try
http://wingware.com/pub/wingide-101/3.1.7/wingide-101-3.1.7-1.exe
really good
Martin
On Mar 9, 5:38 pm, Beau Garcia wrote:
> Hi ,
>
> I apologies if this question has been asked a thousand times,
>
> but im looking for some recommendations on a good python IDE?
>
> Is t
>
> >>>>> On Mar 9, 2009, at 7:00 PM, Ian Jones wrote:
>
> >>>>>> Same here, Been very happy with wing.
>
> >>>>>> Though I did try Komodo IDE (http://www.activestate.com/komodo_edit/
> >>>>>> ) and fo
25 matches
Mail list logo