Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Curious if anyone has encountered a similar situation and found a solution.
I'm trying to run the convert mesh command, but I also want to dictate which method is used for the conversion.
_app.executeTextCommand(u'Commands.Start ParaMeshConvertCommand') # Unsure how to change the parameters for this operation
# ¯\_(ツ)_/¯
# push "OK" button
_app.executeTextCommand(u'NuCommands.CommitCmd')
Solved! Go to Solution.