It would likely need the paths to the pymel stubs (not pymel itself) -
since so much of the content of maya.cmds doesn't exist until maya starts
up (and therefore won't exist in pymel).  The stubs should be in an
"extras/completion/py"
subfolder of pymel...


On Tue, Aug 20, 2013 at 1:47 PM, Justin Israel <[email protected]>wrote:

> Not sure. I don't use pymel. But did you add the proper path to the pymel
> libs in the python_package_paths setting? I don't see why it wouldn't work
> if you had the right paths included.
> On Aug 21, 2013 12:53 AM, "Visor66" <[email protected]> wrote:
>
>> Does this fully support pymel for you? It doesn't give me any completion
>> on pymel objects. Any ideas?
>>
>> -v
>>
>> On Thursday, April 25, 2013 1:00:15 PM UTC+2, Justin Israel wrote:
>> > Just stumbled across this:
>> > https://github.com/svaiter/SublimeJEDI
>> >
>> > Thought I would give it a try and see how it compares to
>> SublimeCodeIntel. Result is... PyQt4/PySide completion worked immediately
>> :-)
>> >
>> > I just followed the default suggestions on the README. Had to manually
>> clone it into my Packages directory, because of some error Package
>> Installer was giving me.
>> >
>> > Here are the settings I used on my OSX box:
>> > https://gist.github.com/justinfx/5458967
>> >
>> > I assume it's doing the same thing Eclipse does, and imports PySide to
>> resolve all of the symbols, which means you don't have to mess with those
>> Pyqt.cix stubs.
>> > And you can do ctrl + leftclick on a symbol to jump to definitions
>> (which is the same as codeintel)
>>
>> --
>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> 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 [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to