Sorry for the annoying post. I got it figured out.
from pymel import * # safe to import into main namespace name = "/path/to/filename" obj = "OBJexport" exportSelected(name, pr = 1, typ = obj, es = 1, op="groups=1;ptgroups=1;materials=1;smoothing=1;normals=1") --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
