Releases: InteractiveComputerGraphics/blender-sequence-loader
Releases · InteractiveComputerGraphics/blender-sequence-loader
v0.1.4
Highlights
- The performance of the addon was improved by caching the detected sequences, leading to a significantly more responsive UI and playback.
- It is now possible to combine keyframed animation #10 with imported sequences. Furthermore, it can further be coupled with imported rigid body transformations as well as initial transformations #16.
- There have been multiple usability improvements, allowing e.g. importing of multiple sequences at a time, or importing single meshes using
meshio.
What's Changed
- force evaluate animation system, fix #10 by @losanc in #11
- Added Enable/Disable All and the option to select a root directory for relative paths by @justo46 in #13
- Faster Sequence Loading by @justo46 in #15
- Version 0.1.4 by @justo46 in #16
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Highlights
- The driver system that was introduced in v0.1.2 had some issues with not updating the frame number when rendering with locked interface or in the command line. This has been fixed in this version, allowing full control of the sequence frame index using Blenders driver system.
- Extensive documentation was added and will be made available on readthedocs soon.
What's Changed
- Update by @losanc in #6
- Fix the driver system by @digitalillusions in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Highlights
- Added the ability to control each sequences frame index using Blenders driver system, which also makes it possible to script the frame index
- Added the global option to auto-refresh sequences. This can be useful when rendering in progress simulations, as well as setting up render jobs with only a fraction of the available data, and then pushing the
.blendfile to a headless system for rendering.
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Weekly Update by @losanc in #3
- bump version by @digitalillusions in #4
Full Changelog: v0.1.0...v0.1.1
Important Note: Make sure to completely remove (i.e. delete in file explorer) any old versions of the addon for this release, as the internal structure of the code has changed. This could cause issues if simply installing over an older version of the addon.
v0.1.0
This is the initial release of the Blender Sequence Loader addon. Download the installable zipfile blender_sequence_loader.zip attached to this release and simply install it from within Blender.