ECToo / pymel

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

importing pymel.all before pymel.core makes nodes have wrong apicls info #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# Do this BEFORE importing pymel.core
import pymel.all
print pymel.all.AnimCurve.__apicls__

...it should give MFnAnimCurve, but instead gives MFnDependencyNode

introduced somewhere in 1a1a869b85b85f078848e2f3c70f32f865b65bf8

Original issue reported on code.google.com by elron...@gmail.com on 22 Dec 2010 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by elron...@gmail.com on 22 Dec 2010 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by elron...@gmail.com on 20 Jan 2011 at 5:51