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

partioEmitter attr mappings are cleared when reloading scene file #3

Open redpawfx opened 12 years ago

redpawfx commented 12 years ago

When you reload a scene file with attr mappings setup for a partio emitter
the attr mappings are initialized and cleared out instead of inheriting what is in the file.

redpawfx commented 12 years ago

this may not be a problem anymore? I cannot reproduce this at the moment, a scene file saved out as ascii definitely stores the values per mapping in the scene file.

michalfratczak commented 12 years ago

It just happened to me with latest version. Values are saved to file(ASCII) but reopening scene clears them out. (i',m under win7, maya2012)