Skip to content

Releases: Premik/blender_rhubarb_lipsync_ng

v1.8.1

03 Apr 19:34

Choose a tag to compare

  • Fixed the StructRNA of type Sound has been removed error when placing a sound strip from the Capture panel. Only Blender v5.1+ was affected.

v1.8.0

31 Mar 17:19

Choose a tag to compare

Release Notes

v1.8.0

Date: 2026-04-01

  • The cue type (ABC...) of the Capture can now be directly edited in the Sound and Setup and Cues Capture panel. This allows one to fix simple errors prior to NLA baking, which might be more convenient than editing the NLA strips.
    Editing can be disabled in the Cue list display options to return to the slightly more compact view:

CueTypeEditingCueTypeEditingOption

  • Small tweaks and fixes for better Blender v5.1.0 compatibility
    cc

v1.7.0

29 Dec 09:20
5efb3bd

Choose a tag to compare

  • Action Slots are now supported, while maintaining compatibility with older Blender versions. Slots were added in Blender v4.4.
action_slots
  • Blender version v5+ is supported.
  • Fixed the minimal Blender version supported (v3.3) in the metadata to avoid warning at the Blender start.

v1.6.1

15 Sep 07:15

Choose a tag to compare

Made the aud module optional. Sound conversion is disabled when the module is broken or missing.
This is a workaround for the #27, #19 and #24

image

v1.6.0

12 Jun 07:42

Choose a tag to compare

  • There is now two-way synchronization between the Sound Strip in the Sequencer and the Capture object. The Start Frame updates as the Strip is being moved and vice versa. Can be enabled/disabled with the chain like button (enabled by default).
    AudioStripSync

  • The NLA Track selection dropdowns are now more robust and persists most of the NLA track modifications like track reordering renaming or deletions.
    NLATrackRef

  • Offline html/pdf documentation is included as a separate zip file.

v1.5.4

25 Mar 07:22

Choose a tag to compare

  • Updated the plugin to work with Blender v4.4
  • The Use extended shapes checkbox is now visible in both the Capture as well as the Mapping panel.

v1.5.3

09 Mar 15:30

Choose a tag to compare

Maintenance Release

  • The Remove previous strip button has been moved to the error report section. An option to enable automatic removal has been added.
  • A new button has been added to manually or automatically unlink an Active Action (preview) before baking, addressing a common issue where the baked animation would not move.
  • Improved error handling for the Object has no animation data error on the preview buttons when using only Shape Key Actions.

bakeValidations

v1.5.2

23 Sep 06:24

Choose a tag to compare

Fixed a regression where macos-arm64 was missing from the supported architectures in the extension manifest, causing installation failures on arm platform.

v1.5.1

20 Sep 06:17

Choose a tag to compare

Fixed legacy installation method broken in 1.5.0.

v1.5.0

17 Sep 20:28

Choose a tag to compare

  • Can now be installed as a Blender Extension, while legacy addon installation is still supported.
  • For library overrides, fixed the issue where Mapping items were lost on reload. The mapping preinitialization-in-the-linked-library-workaround is no longer necessary.