Hi guys, Awesome work on the documentation. My life has been made so much easier. I'm having a problem with creating display layers though. When i try and run createDisplayLayer I get this error:
# Error: 'module' object has no attribute 'DisplayLayer' # Traceback (most recent call last): # File "<maya console>", line 1, in <module> # File "C:\Documents and Settings\alan\My Documents\dev\python \_published\pymel\core\rendering.py", line 120, in createDisplayLayer # return general.DisplayLayer( cmds.createRenderLayer(*args, **kwargs) ) # AttributeError: 'module' object has no attribute 'DisplayLayer' # >From what I can tell it's trying to run createRenderLayer instead of createDisplayLayer. How would I go about fixing this? Any help would be greatly appreciated.\ Mike. --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
