First version of a mesh cache sequence modifier patch. There is still alot to do but it is currently working and i want to get some feedback.
The purpose of this Modifier is to read a sequence of 'mesh' files eg 'meshobject_[00001-00120].bin'
Currently Realflow mesh, and Realflow particle sequences are supported.
Documentation can be found at http://wiki.blender.org/index.php?title=User:Levon/mesh_cache_sequence_modifier
This is my first blender coding, so i expect there to be a few issues with the code. alot of the code has been copied from the fluidsim read cache.
I welcome any feedback.