blender-sequence-loader icon indicating copy to clipboard operation
blender-sequence-loader copied to clipboard

An addon for Blender enabling just-in-time loading and animation of mesh and particle/ point-cloud sequences.

Results 8 blender-sequence-loader issues
Sort by recently updated
recently updated
newest added

When you hover a sequence in the sequence list of the add-on it shows a tooltip that is wrong and useless (showing something about "imported count"). Personally I think it...

It is easy to forget to checkout the submodules for external dependencies. When using `build_addon.py` it would be possible to check if they have been initialized and pulled, and to...

enhancement

Steps to reproduce: - Add a sequence to the scene using the sequence loader - Create a new object (e.g. an Empty) - Parent the sequence to the Empty -...

If a series only has frames, say, 40-60, the sequence loader currently appears to behave in what I would say unexpected ways for frame ranges outside of this range. I...

It's easy to miss that the `readthedocs` page exists at all. It would be great to prominently link to this very early on in the README.

- Work in Progress! - Also at version 0.1.4 currently

Using Build v0.3.2 zip Because v0.3.3 zip would not create a folder with everything packed in it neatly and just drop all the files into the roaming folder loosely. ie...

This adds asynchronous loading of the next file sequence items using Pythons ThreadPoolExecutor. The feature can be toggled using the "Buffer Next Frame" property in the addon menu under "Global...