LumaPictures / pymel

Python in Maya Done Right
Other
490 stars 131 forks source link

savePrefs missing from 1.0.5 #338

Open pmolodo opened 9 years ago

pmolodo commented 9 years ago

From matt.w...@spacedigital.co.uk on June 14, 2013 10:25:00

Describe the problem. pymel.core.windows.savePrefs seems to be missing from 1.0.5 What Version of Maya are you using? Maya 2014 On what operating system? (be as specific as possible and include service packs, 64bit vs 32bit, etc) OSX 10.6.8 What Version of PyMEL are you using? 1.0.5 What is the expected output? What do you see instead? If possible, provide a few lines of code to reproduce the problem. It helps us if your code will reproduce the problem from a new scene. import pymel.core as pm pm.savePrefs()

Error: AttributeError: file line 4: 'module' object has no attribute 'savePrefs' # Does maya.cmds exhibit the same problem? No. Please provide any additional information below.

Original issue: http://code.google.com/p/pymel/issues/detail?id=305