Here is a little tip. If you turn on History -> Echo All Commands in the script editor, and perform some operations, you will see it spit out the MEL it is executing. When you do that and open Export Selected, you will see it runs a built in command: ExportSelection This command is available to both the MEL and python side:
MEL: ExportSelection; PY: cmds.ExportSelection() On Tue, Aug 14, 2012 at 1:50 AM, Florian Croquet <[email protected]> wrote: > I have another little question, > > Is it possible to open this export window with python or mel ? > > > <https://lh5.googleusercontent.com/-xCMg5cEzh_A/UCoRMRhdO6I/AAAAAAAADRM/7wclDxXfDHQ/s1600/screenexport.jpg> > > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
