redpawfx / partio

C++ (with python bindings) library for easily reading/writing/manipulating common animation particle formats such as PDB, BGEO, PTC. See the discussion group @ http://groups.google.com/group/partio-discuss
http://www.partio.us
43 stars 19 forks source link

.MC load crash maya on Partio Visualizer #22

Open juanjoBer opened 11 years ago

juanjoBer commented 11 years ago

Hi,

I'm trying to load/read a Nparticle cache with Partio Visualizer but when I select the file in the list maya crash.

I'm using Maya 2012 x64 sp2 on win 7.

This is the filename: nParticleShape1Frame200.mc.

redpawfx commented 11 years ago

Hi JuanjoBer,

Simplest thing you could do would be to avoid using the MC format all together for now.

There's something funky with the fileName support right now on most of the nodes I think and I'll address it in a while, but I think you should be able to use the partioExport just fine to export your nParticles as normal particle data to any other format you wish (try PRT, its really fast) and then you can use the rest of the partio4Maya tools as you wish from that point forward..

hope this helps.
sorry I didn't respond sooner, I got a nasty cold the last couple days and have been out of commission after the holiday break.