Sequence Loader is a Blender add-on from Stefan-Jeske that loads meshio-supported mesh file sequences. Built for Blender 4.2 LTS and newer, it loads all data just-in-time when the Blender frame changes, an approach meant to avoid excessive memory consumption across a sequence.
By default the add-on loads vertices, lines, triangles and quads. It can automatically extract triangle and quad surface meshes from tetrahedral and hexahedral volume meshes, and it imports scalar and vector attributes on vertices for visualization purposes. Any additional supported data is loaded as geometry node attributes that can be used for shading.
The add-on comes bundled with meshio, which handles geometric data from a wide range of mesh file formats. Confirmed support covers .obj, .ply and .vtk, though not every meshio format has been tested and some issues may still occur. It is published under the GNU General Public License v3.0 or later.