I've got a combined total of about 1,500 downloads of this script! Thank you community, you guys are awesome. I want to point out a common issue people seem to be having. I get a lot of "Can you make this script work for Maya 20XX." I created this scipt in Maya 2009, and have successfully used it in 2010, 2011, and 2012, both 32 and 64 bit versions. I believe a lot of people have been having a problem with the 2nd file, and perhaps that's what's happening in most of these cases.Make sure that the fsp_Smoke.mel file is copied to your:
[USERNAME]\Documents\maya\2012-x64\presets\attrPresets\fluidShape\FSP_Smoke.mel
If you are using OSX or Linux, or for whatever reason the above isn't working, I reccommend you open the script in your mel editor and change line 14 of the bt_fluidShadedParticles script to:
string $folder = "(Your absolute file path here)";
eg:
string $folder = "C:/FluidPresets/";
Make sure you don't add "fsp_Smoke.mel" to the end, and always use forward slashes. If you do this, make sure YOU ALSO DELETE LINE 15!!! THIS IS VERY IMPORTANT! I don't officially support my script, so if this didn't work, all you Apple fanboys will have to figure it out on your own. Sorry guys. As always, feel free to contact me and I'll try to help you with any issues you are having.