Skip to content

Releases: InteractiveComputerGraphics/blender-sequence-loader

v0.1.4

03 Apr 12:49
b3caaa4

Choose a tag to compare

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

01 Dec 21:31
81216f6

Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

12 Sep 15:32
f02ee8a

Choose a tag to compare

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 .blend file to a headless system for rendering.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Jul 09:10
7c090ec

Choose a tag to compare

What's Changed

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

06 Jul 11:38
2fa2c9d

Choose a tag to compare

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.