Is pymxs python scripting in Max like Maya's cmds?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
OK, I struggled with that title. I'm a long time Maya user and a god awful scripter. That being said, I could make some pretty mean python scripts in Maya because the Maya docs break down almost everything you need with examples for almost everything. I'm referring to this section in the docs.
https://help.autodesk.com/view/MAYAUL/2020/ENU/?guid=__CommandsPython_index_html
So... I'm now learning me some python scripting for Max. I'd rather not use my time to learn maxscript and if I can stay in the python world that would be better for me. I'm hoping pymxs works in a similar way to Maya's cmds. If so is there also a similar page in the docs to what I shared above from Maya?
As a hint, the first 3 commands I'm looking for in Max would be ones that match Maya's cmds.undoInfo(), cmds.ls() and cmds.xform().
Thank you all.