With Autodesk's removal of MaxPlus from 3ds Max, I now am having to rework some of my code, and was wondering if there is another way to access some of the MaxPlus utility functions. While I think the decision to consolidate python development under pymxs was a good one, it would have been nice if MaxPlus functionality not supported by pymxs had been ported over beforehand.
examples of deprecated MaxPlus utility functions that I now need to find solutions for:
MaxPlus.ViewportManager.GetActiveViewportShowEdgeFaces()
MaxPlus.PathManager.GetProjectFolderDir()
MaxPlus.PathManager.GetAutobackDir()
Any help pointing me in the right direction, would be greatly appreciated.