A python script to import obj sequence in Maya. This script will set the keyframe for each model automatically.
This scipt is modified from mayapy(https://mayapy.wordpress.com/2011/12/19/obj-sequence-importer-for-maya/). Thanks the sharing of mayapy!
- Run the python script in Maya.
- Click browse button to select the objs you want to import. Then the objs will be listed in the Path to files window.
- Click import button to import the obj sequence you select.
- Click clear button to clear the selected objs, so you can import another sequence by repeating the above operation.
- The folder name and file name should only contain number, letter and underscore. Because Maya will change the model name automitically when there are illegal characters.