Search found 2 matches
- Tue Feb 21, 2012 2:29 am
- Forum: News & Chat
- Topic: maya animation files into blender for fur
- Replies: 10
- Views: 22556
@Guillaume I think your MEL script has typo and you gotta fix few lines, how about //Change the next 4 variables for your scene int $startFrame = 1; int $endFrame = 24; string $file = "C:\\mayatmp"; string $filename = "mayaout"; for ($i=$startFrame; $i <= $endFrame; ++$i) { currentTime $i; file -op ...
- Mon Feb 20, 2012 11:46 pm
- Forum: News & Chat
- Topic: maya animation files into blender for fur
- Replies: 10
- Views: 22556
Thanks for sharing the script, Guillaume! Really clear step-by-step explanation. I stumbled into this thread somewhat and lucky to find this gem. I have been looking for Blender script that can import OBJ sequences for animation. Recently, myself has been researching on Interoperability between Maya...