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 is a little pause but then nothing.
# Send the entire contents of an editor to Maya ------------not
working
# Send a highlighted selection to Maya         -----------------not
working
# Get results back from Maya in it's own console view -----not
working
# Anything done within Maya's own script editor is also echoed in the
console view  ---not working

I am not getting any error messages either.

Here is a simple example of what I entered in eclipse and I still
nothing in Maya.

from__future__ import
from pymel import *
import pymel.core.general as pm
import maya.cmds as cmds

pm.ls(type ='camera')

cmds.ls(type='camera')


Thanks

Martin
-- 
http://groups.google.com/group/python_inside_maya

Reply via email to