from pymel import *
name = "path/to/file"
type = "OBJexport"
file(name, pr = 1, type, es = 1) etc....
Which does not work.
I know pymel has certain built-ins to handle things like this.
I am assuming the saveAs() function. But I am not sure how to tailor
it to OBJ.
Any help would be greatly appreciated. I am putting together a script
to export all the geometry as separate obj's to send them to Nuke.
Not and obj sequence, but just all the geo broken into separate obj's.
Thanks
Justin
Justin Ball
unread,
Mar 13, 2009, 10:14:34 AM3/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
Sorry for the annoying post.
I got it figured out.
from pymel import * # safe to import into main namespace