[Maya-Python] MNurbsIntersector

2009-09-01 Thread Jan Lachauer

Hello Everybody,

First: thank you for this very usefull mailinglist!!

Second: i want to work with the MNurbsIntersector class but I don't 
manage to get it right.

nurbIntersect = OpenMaya.MNurbsIntersector()

gives me the error:

# AttributeError: 'module' object has no attribute 'MNurbsIntersector' #

In C++ its just: MNurbsIntersector nurbIntersect;
(see: closestPointOnNurbsSurfaceCmd.cpp, and 
intersectOnNurbsSurfaceCmd.cpp)

Does anyone know how i can use it in the Python API?

Thank you.

All the best,
delaque


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



[Maya-Python] Re: pymel 0.9.2 released

2009-09-01 Thread Chadrik

hi everyone. i made some changes to pymel's easy_install method in
0.9.2 to try to fix some new problems introduced in 2010:  no readline
library on osx and no Makefile on linux (which is used by distutils/
setuptools).  i'm also trying to simplify ipymel setup.

as confirmation that everything is working properly w/ 2010, can you
post confirmation here with this info:

os   version
32 or 64 bit OS
32 or 64 bit Maya

thanks,
chad


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



[Maya-Python] Re: pymel 0.9.2 released

2009-09-01 Thread Farsheed

Thanks, I tested it on linux x64 and maya 2k8 and 2k9 successfully.


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