A collection of tools and settings to improve productivity.
Location: Everywhere! Read the documentation.
Original authors: Pablo Vazquez, Bassam Kurdali, Sergey Sharybin, Lukas Tönne, Cesar Saez, CansecoGPC
If you find any issues please report them on the issue tracker.
This extension does not require special permissions.
Love the added feature set. It does give me an error on 4.2 but to fix it, drag the extension's folder into a vs code window, trust it, search for "amaranth" and replace it with "bl_ext.blender_org.amaranth" EXCEPT FOR THE INSTANCE FOUND IN blender_manifest.toml
Thanks for sharing! I've fixed it in the latest version. Although the fix actually is replacing "amaranth" with "package". As explained in the docs.
Traceback (most recent call last): File "...\Blender Foundation\Blender\4.2\extensions\blender_org\amaranth\animation\jump_frames.py", line 142, in draw preferences = context.preferences.addons["amaranth"].preferences ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'bpy_prop_collection[key]: key "amaranth" not found'
this addon needs an api update. nothing shown in the preferences and many tools are not working!
I think I've fixed it. Please try v1.0.24
! 🧡
Great addon that has been with me since the pre-2.8 days! There's a few broken operators and I think it's because of some parameters missing from the addon's preferences. I rely a lot on the operator 'Frame Jump' and commenting the lines that gets data from the addon's preferences works as a temporary solution.