Notifications
Clear all
[Closed] MaxPlus to pymxs
Jan 15, 2022 3:14 am
Hi guys!
Now that the MaxPlus API is no more, I’m trying to convert an old script that uses MaxPlus over to pymxs. The script uses the MaxPlus.ActionFactory.Create() function to add an action item to the max menu bar. Correct me if I’m wrong, but it looks like this functionality can now be accomplished with the menuMan interface. Specifically, I’m looking at the menuMan.createMenuItemFromAction() function, but there is little documentation on this, and I can’t quite figure out how to get it to work. Does this require a separate macroscript like menuMan.createActionItem()? I can’t find any examples of its usage, so I’d appreciate any help! Thanks.