Hi Everyone,
Up until last week the command documentation option in the script editor's marking menu used to take me directly to the help docs for the highlighted command. Now it only opens the Help Home page.
This is by no means a critical issue, but it has become extremely inconvenient. I now waste time searching for the command when it used to just pop right up. I don't know what has changed.
showHelp -docs "CommandsPython/window.html";
if(!`exists "showHelpErrPromptIfRequired"`){ eval("source \"initHelp.mel\"");} showHelpErrPromptIfRequired "showHelp -d CommandsPython/window.html";
// Result: 0 //
checkHelpLanguageMismatch;
// Result: 0 //
// Result: http://www.autodesk.com/maya-help-2018-enu/index.html?contextId=COMMANDSPYTHON-WINDOW //
Any ideas?
Thank you in advance!