Hey,
I'm trying to transition our tools pipe into pymel and came accross on
error on our renderfarm:
Traceback (most recent call last):
File "/Volumes/VFX/production/key_tools/key_base/3d/maya/python/
userSetup.py", line 5, in <module>
from pymel.core import *
File "/Volumes/VFX/production/key_tools/key_base/python/pymel/core/
__init__.py", line 233, in <module>
_installCallbacks()
File "/Volumes/VFX/production/key_tools/key_base/python/pymel/core/
__init__.py", line 231, in _installCallbacks
_pluginLoaded( plugin )
File "/Volumes/VFX/production/key_tools/key_base/python/pymel/core/
__init__.py", line 141, in _pluginLoaded
addPluginPyNodes()
File "/Volumes/VFX/production/key_tools/key_base/python/pymel/core/
__init__.py", line 114, in addPluginPyNodes
inheritance = _factories.getInheritance( mayaType )
File "/Volumes/VFX/production/key_tools/key_base/python/pymel/
internal/factories.py", line 318, in getInheritance
if obj.hasFn( api.MFn.kDagNode ):
AttributeError: 'NoneType' object has no attribute 'hasFn'
I've disabled the call to pymel and all seems to be fine. Is there
something going on here that I should be aware of?
Cheers,
Shawn
--
http://groups.google.com/group/python_inside_maya
To unsubscribe, reply using "remove me" as the subject.