Skip to content

Releases: InteractiveComputerGraphics/blender-sequence-loader

v0.3.9

26 Nov 10:23

Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.9

v0.3.7

19 Nov 16:08

Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Sep 11:52

Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

10 Sep 11:19

Choose a tag to compare

What's Changed

  • add the main frame change handler to always insert at 0 by @digitalillusions in #43
    • This allows downstream addons to more easily depend on the data loaded by the sequence loader

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Mar 12:27
e0eed7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

20 Nov 10:12
daedd1f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Apr 10:52
d89c62d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Jan 10:12
404fc01

Choose a tag to compare

What's Changed

@justo46 in #31

  • Line Segment Support
    • For files that contain a list of edges, these will also be imported into blender. Note that Blender cannot natively render meshes consisting of only vertices and edges and you may have to use some geometry node setups to make them visible.
  • Option to only show available frames
    • This option directly matches frame indices to the blender frame numbers, showing an empty mesh for missing frames
  • Updated README

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Nov 14:28

Choose a tag to compare

Main Changes

  • NEW UI: The UI and most of the functionality has been completely rehauled, courtesy of @justo46
  • SHORTCUTS: Shortcuts have been added, most prominent shift-ctrl-i to import new sequences. Can be seen and changed under Preferences -> Keymap -> 3D View -> 3D View (Global). @justo46
  • OBJ SUPPORT: Because the original implementation for meshio is somewhat flawed, @justo46 fixed the implementation to now also support objs along with face normals. Naturally all other formats are still supported.
  • ADDED NEW OPERATORS: New operators do things such as "Load all from directory", "Set timeline from sequence range" and several others. @justo46
  • BLENDER 4.0 SUPPORT: The new version should be fully compatible with the newly released Blender 4.0

What's Changed

Full Changelog: v0.1.5...v0.3.0

v0.1.5

12 May 11:39
e2e59b8

Choose a tag to compare

Highlights

  • Improve overall usability of the addon by removing counter-intuitive functionality related to rigid body transformations.
  • Added a new button that sets the blender frame range to the frame range of the currently selected sequence.

What's Changed

Full Changelog: v0.1.4...v0.1.5