Using it since < 2.8 era and it worked great. But from Blender 4 era, I could never get the "Frames to Jump" feature to work so I've sent a bug report last year that was not fixed. Moving forward to 2025: I'm went trough the code and now proposing a pull request that addresses this issue: https://projects.blender.org/extensions/amaranth/issues/4
I'm locally enjoying back this feature on 4.5 LTS! Hope it gets merged so others can enjoy it again.
Sorry that it took so long. It should be now fixed (thanks to you!) 🧡
These should all be standard.
Excellent add! cant live without these extra been using since 2.77 or perhaps earlier Current version has issue where as the color management preset wont load. Something weird change there in the code. I actualy did some work and my version would also save curve settings as well
But not RENDER_PT_color_management doesnt exist. Yet blender own panel does work. They are new methods for these panels. Looks very chaotic if im honest
Not sure which feature I envoy the most. There are definitely ones that I wish Blender had out of the box and am glad to find here. Ranging from simple QoL tweaks like a final resolution display to power tools like the Scene Debug or Lighter's Corner!
Speaking of that corner, if meshlights made of Principled BSDF could be supported, that would be a neat addition! :)
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.
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! 🧡
Good Stuff, really love this!
One BIG issue I have, is that the only reason I want to use it, is to check what uses some images, to know if I can scrap of down-res these images, but Amaranth displays images in a list popup, not sorted, so to find each image, you would have to try to scroll HUNDREDS of images, it could takes 10 minutes per image, while by just typing the first 3 letters it should only take ONE second to find each image. So it's practically un-usable, while by just having a search field it would be perfect.