You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Maya 2013 (pymel 1.0.4) and 2018 (1.0.10) seem to have the error, so it would seem this has been broken for quite some time?
If I ever get a chance I might try and fix the mayaDocsLocation() import/call, although perhaps this code relied on Maya documentation formatting that has changed/broken over the years?
The text was updated successfully, but these errors were encountered:
Hmm... we should probably get rid of this function, or at least make it private. You were correct in guessing that the code relies on formatting that has changed... so this is definitely not something we would expect to work for end users.
pymel.tools.mel2py.findMelOnlyCommands() doesn't seem to work. mel2py imports the factories module, and the findMelOnlyCommands() routine then tries to call factories.mayaDocsLocation(). Unfortunately, "mayaDocsLocation()" is apparently in the sibling "parsers" module, not "factories".
Both Maya 2013 (pymel 1.0.4) and 2018 (1.0.10) seem to have the error, so it would seem this has been broken for quite some time?
If I ever get a chance I might try and fix the mayaDocsLocation() import/call, although perhaps this code relied on Maya documentation formatting that has changed/broken over the years?
The text was updated successfully, but these errors were encountered: