I get this error, any idea? I used the latest version in http://pymel.googlecode.com/svn/trunk
from pymel import * # Error: 'NoneType' object is not iterable # Traceback (most recent call last): # File "<maya console>", line 1, in <module> # File "C:\daten\haggi\coding\pymel\__init__.py", line 877, in <module> # factories.installCallbacks(_module) # File "C:\daten\haggi\coding\pymel\core\pmtypes\factories.py", line 3251, in installCallbacks # pluginLoadedCB( plugin ) # File "C:\daten\haggi\coding\pymel\core\pmtypes\factories.py", line 3189, in pluginLoadedCB # for node in inheritance: # TypeError: 'NoneType' object is not iterable # --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
