PDA

View Full Version : convert cache file to pc2 format ?


seb4d
03-27-2008, 09:23 AM
Hi all !

I need to convert a nCloth cache file to pc2 format in order to use it in another 3D app.
Someone told me to use cacheFile() MEL command, but I'm not a programmer at all and even with the docs I not able to to that.

Could someone point me to the right direction or give an example of how to use this command ?

Thanks in advance !

NPuetz
03-27-2008, 05:59 PM
Well, after looking at the MEL Command Reference, the last section in the cacheFile command page is...

// Convert a maya cache into pc2 format. The maya cache is named
// pSphereShape1.xml and located in the directory "c:/test/".
//
cacheFile -pc2 0 -pcf "c:/test/mypc2.pc2" -f "pSphereShape1" -dir "c:/test/";

I believe that this is what your looking for

CGTalk Moderation
03-27-2008, 05:59 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.