Skip to content

Releases: Lauloque/convertRotationMode

Release 1.5.1

14 Dec 05:57

Choose a tag to compare

Features

  • Support for Blender 4.5 LTS brought back to life
  • Developer logging more verbose

Bugfix:

  • #62 incorrect conversions due to lack of value refresh and proper keyframing on rotation mode changes
  • fixed an error preventing conversion to Axis Angles

Full Changelog

Release 1.5.0

23 Nov 04:15

Choose a tag to compare

In short:
Compatibility version for Blender 5.0 and listen to this: it doesn’t check for the Copy Global Transforms addon anymore --- Because we don’t need it. In fact, it doesn’t use it at all anymore. Life is simpler, things run smoother, and your bones will rotate faster than ever. (Disclaimer: no actual scientists were harmed or consulted in the making of these "performance improvements". And all their bones are still intact… probably.)
Everything works more reliably and predictably, and it doesn't clog Blender when running in CLI.

Full Changelog


What’s changed

  • Blender 5.0 Compatibility: Updated to work with Blender 5.0, including Action Slots. Removed old addon checks no longer needed.

  • Rotation Accuracy: Replaced “Copy Global Transform” with direct matrix operations, giving more consistent and reliable results.

  • Selection Handling: The addon now properly detects selected pose bones and ignores empty selections.

  • Background Mode Support: The addon is now skipped when Blender is in background mode (blender -b) to avoid potential issues, console spamming or wasting resource.

  • Platform-specific UI: The console button only appears on Windows.

  • Optimization and Cleanup: Reorganized code and more efficient keyframe iteration

Release 1.4.7

30 Jun 16:20

Choose a tag to compare

  • Changed rotation modes recommendations display GUI
  • fix #53 better lock handling

Full Changelog: 1.4.6...1.4.7

Release 1.4.6

29 Jun 17:53

Choose a tag to compare

What's Changed

  • Fix #51 force keyframing instead of relying on autokeying
  • code cleanup

Full Changelog: 1.4.5...1.4.6

Release 1.4.5

29 Jun 17:42

Choose a tag to compare

What's Changed

  • Updated developer log GUI
  • Some code cleanup
  • Reverted minimum version to Blender 4.2.0

Full Changelog: 1.4.3...1.4.5

1.4.3

07 Aug 20:35

Choose a tag to compare

Bugfix, simplification and GUI tweaks.

Full Changelog: 1.4.2...1.4.3

1.4.2

03 Aug 21:19

Choose a tag to compare

Removed need for CRM_OT_enableAddon operator, and cleaned up code.

Full Changelog: 1.4.1...1.4.2

1.4.1

26 Jul 21:09

Choose a tag to compare

  • Fixed bugs and systems that became irrelevant
  • Beautified Addons Preferences.
    image

Full Changelog: 1.4.0...1.4.1

1.4.0

21 Jul 19:03

Choose a tag to compare

  • Updated to Blender's new extensions platform system
  • Fixed bugs

Full Changelog: 1.3.2...1.4.0

Download here to install manually, or from the Extensions panel.

https://extensions.blender.org/add-ons/convert-rotation-mode/

1.3.2

15 Feb 04:44

Choose a tag to compare

What's Changed

  • Compatibility with Blender 4.X!
  • Moved operational options to addon panel in #35
  • UI labels tweaks
  • Added warning when no bones selected
  • Hopefully slightly better performances even in Developer mode!