Unfortunately, I don't think that's well documented anywhere - what can go in there is dependent on each particular file type / plugin.
I usually just try to play with values in the export UI, and see what gets spit out in the script editor, and can generally figure it out from that. Alternatively, if you have the source code for that file exporter plugin, you can check that; though, unless it's included as an example/reference in the sdk, don't think we do for the obj exporter.... - Paul On Fri, Apr 24, 2015 at 5:37 PM, cspears <[email protected]> wrote: > I'm trying to debug some code that uses cmds.file(), and I am confused > about the options flag. According to the documentation, the options flag > is used to set file options. All of the examples look like this: > > cmds.file(meshname, pr = 1, typ = "OBJexport", es = 1, op = > "groups=0;ptgroups=0;materials=0;smoothing=0;normals=1") > > However, I have been looking on the web all afternoon for a list of > options I can pass to 'op', and I cannot find anything. Can someone point > me in the right direction? I am specifically looking for what the 'time' > option does. > > Thank You! > > -- > 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/8a943302-c6e8-4ed0-9906-f14a4f1404a5%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/8a943302-c6e8-4ed0-9906-f14a4f1404a5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAAssL7ah5NhNZSd8WW_8hoQUY%3D56TR9zeVTQXgDdYH3kdr5KzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
