code-google-com / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

nParticle nucleus nodes error when calling __apimfn__() #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I try to call __apimfn__() on an nParticle nucleus object I get an api error 
'Object is incompatible with this method'. Of the maya versions I've tested 
this error occurs in both 2012 and 2013, but there is no error in 2011 - 
possibly the error is related the fact that in 2011 nucleus objects were not 
part of the DAG, but as of 2012 they are. I'm running 64 bit linux with pymel 
1.0.4.

Run these commands in a new scene to reproduce the error:
pm.nParticle()
pm.PyNode("nucleus1").__apimfn__()

Original issue reported on code.google.com by eruditeb...@gmail.com on 8 Feb 2013 at 2:32

GoogleCodeExporter commented 9 years ago
I've spoken to autodesk support and this is a maya bug that's been resolved in 
maya 2014.

Original comment by eruditeb...@gmail.com on 11 Feb 2013 at 6:08