Hi all

Is there a list anywhere near as good as this one for asking C++ API 
questions?

I have a plugin that takes a bunch of flags and other arguments. From 
inside the plugin, I want to be able to print out which flags are in use. 
Since there are a lot of flags and they are in flux, I'd rather not write a 
long section of code that goes through them one at a time. Is there a way, 
using MArgList (or MSyntax, or MArgDatabase) to print out the _names_ of 
the flags that were specified?

My goal is to print out exactly what the user called (though I don't mind 
if short and long names are swapped).

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/bc7d24a8-8c95-4437-80e1-5273a35e5caf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to