Description

This is an addon for Blender 3.1+ (it might work with 2.8+ but has not been tested) that enables loading of file sequences. The addon comes bundled together with meshio which enables the loading of geometric data from a multitude of file formats.

All data is loaded just-in-time when the Blender frame changes, in order to avoid excessive memory consumption. By default, the addon is able to load vertices, lines, triangles and quads. It is also able to automatically extract triangle and quad surface meshes from tetrahedral and hexahedral volume meshes. Scalar and vector attributes on vertices are also imported for visualization purposes.

Basic usage

This video shows the basic usage of this addon, i.e. how to load and render a simple sequence of particle data

usage

Affected Blender Settings

This addon will change the value of Preferences->Save & Load ->Default To ->Relative Paths to false. Default value is true. For information can be found here.

This addon will also modify the sys.path variable of Blender python environment, by inserting the path of the addon itself. This makes it possible to use the bundled libraries.

Dependencies

name

link

license

description

meshio

link

MIT

Loading mesh data

fileseq

link

MIT

Detection of file sequences

rich

link

MIT

dependency of meshio

python-future

link

MIT

dependency of fileseq

License

MIT License

Copyright (c) 2022 Interactive Computer Graphics

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.